var jumlah_banner = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % jumlah_banner;
ad +=1;
if (ad==1) {
txt="";
url="http://www.investasibca.com/?id=karambut";
alt="admin";
banner="http://investasibca.com/images/banner125x125.gif";
width="125";
height="125";
}
if (ad==2) {
txt="";
url="http://www.new.arisan-milyarder.com/?id=NEW1000161";
alt="admin";
banner="http://www.new.arisan-milyarder.com/img/logo.png";
width="125";
height="125";
}
if (ad==3) {
txt="";
url="http://pundi10ribu.net/?id=karambut";
alt="admin";
banner="http://www.pundi10ribu.net/banner125.gif";
width="125";
height="125";
}
if (ad==4) {
txt="";
url="http://www.komisiGRATIS.com/?id=karambut";
alt="admin";
banner="http://www.komisigratis.com/image/komisigratis_com_1.gif";
width="125";
height="125";
}
if (ad==5) {
txt="";
url="http://www.pundibux.net/register.php/mitha.dnis.html";
alt="admin";
banner="http://www.pundibux.net/images/banner125.png";
width="125";
height="125";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
