// Source by http://modification-blog.blogspot.com/
// Created by Hendriono
var jumlah_banner = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % jumlah_banner;
ad +=1;
if (ad==1) {
txt="Dollar get here";
url="http://buxtro.com/register.php?ref=rajadangdut";
alt="earn dollar here";
banner="http://buxtro.com/themes/hamza/images/banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Dimana cari uang dengan mudah";
url="http://www.heribux.com/?r=adikmanis";
alt="heribux.com";
banner="http://www.heribux.com/images/BannerBaru.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Buruan cari duit";
url="http://www.ayoburuanklik.com/?r=century";
alt="ayoburuanklik.com";
banner="http://ayoburuanklik.com/images/banner.png";
width="468";
height="60";
}
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>');