';
danban[1] = '';
danban[2] = '';
emailpaysu = new Array(3);
emailpaysu[0] = '
'
emailpaysu[1] = '
'
emailpaysu[2] = '
'
ProPaideMail = new Array(3);
ProPaideMail[0] = '
';
ProPaideMail[1] = '
';
ProPaideMail[2] = '
';
commerce = new Array(11);
commerce[0] = danban[Math.floor(Math.random() * danban.length)];
commerce[1] = '
' + opfordring;
commerce[2] = '
' + opfordring;
commerce[3] = sendmoreinfo[Math.floor(Math.random() * sendmoreinfo.length)] + opfordring;
commerce[4] = '
' + opfordring;
commerce[5] = emailpaysu[Math.floor(Math.random() * emailpaysu.length)] + opfordring;
commerce[6] = ProPaideMail[Math.floor(Math.random() * ProPaideMail.length)] + opfordring;
commerce[7] = '';
commerce[8] = '
';
commerce[9] = '
';
commerce[10] = '
';
spread = new Array(11);
spread[0] = 250; //danban
spread[1] = 100; //danban anbefal
spread[2] = 150; //danlotto
spread[3] = 100; //sendmoreinfo
spread[4] = 100; //cashaday
spread[5] = 100; //emailpaysu
spread[6] = 100; //ProPaideMail
spread[7] = 250; //tradedoubler
spread[8] = 500; //guldklik
spread[9] = 100; //golden-clicks
spread[10] = 1000; //guldklik
area = 0;
for(i = 0; i < spread.length; i++)
{
area = area + spread[i];
}
-->