<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://www.allplaylotto.com/index.php?lott_id=1";
target="_blank";
alt="Play Euro Millions Lotto";
banner="http://www.activepc.co.za/images/playeuro.jpg";
width="468";
height="60";
}

if (ad==2) {
url="http://www.allplaylotto.com/index.php?lott_id=3";
target="_blank";
alt="Play Mega Millions Lotto";
banner="http://www.activepc.co.za/images/playmega.jpg";
width="468";
height="60";
}

if (ad==3) {
url="http://www.allplaylotto.com/index.php?lott_id=2";
target="_blank";
alt="Play PowerBall Lotto";
banner="http://www.activepc.co.za/images/playpower.jpg";
width="468";
height="60";
}

if (ad==4) {
url="http://www.allplaylotto.com/index.php?lott_id=6";
target="_blank";
alt="Play UK Lotto";
banner="http://www.activepc.co.za/images/playuk.jpg";
width="468";
height="60";
}

if (ad==5) {
url="http://www.seeclearly.za.org";
target="_blank";
alt="Seeclearly";
banner="http://www.activepc.co.za/images/468x60.gif";
width="468";
height="60";
}

if (ad==6) {
url="http://www.eis4u.com";
target="_blank";
alt="Ringtones, Games etc";
banner="http://www.activepc.co.za/images/eis4u-ring.gif";
width="468";
height="60";
}

if (ad==7) {
url="http://www.dbms.co.za";
target="_blank";
alt="Dynamic Business and Management Solutions (Pty) Ltd for all you Payroll & Accouting Solutions";
banner="http://www.activepc.co.za/images/dbms.jpg";
width="468";
height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</center>');
// End -->