// 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="Tempatnya kumpulin duit";
url="http://www.mybux.me/?ref=wilrazin";
alt="tempat cari duit online";
banner="http://www.mybux.me/siggy.php?id=wilrazin";
width="468";
height="60";
}
if (ad==2) {
txt="Formula Rejeki Anda";
url="http://www.formularejeki.com";
alt="formula rejeki";
banner="http://www.iklan.gampangsukses.co.cc/images/panjang.jpg";
width="468";
height="60";
}
if (ad==3) {
txt="PTC Yang Bayar Tiap Minggu";
url="http://www.trekpay.com/?ref=177308";
alt="ptc yang membayar";
banner="http://www.trekpay.com/banners/trekpay_60x468.jpg";
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>');