// 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="Find more dollar here";
url="https://www.palmbux.com/register.php?r=dursasana";
alt="palmbux.com";
banner="http://www.palmbux.com/images/banners/banner2.png";
width="468";
height="60";
}
if (ad==2) {
txt="Rekomendasi Situs CPM";
url="http://promoteburner.com/?r=3137";
alt="recomended cpm site";
banner="http://www.promoteburner.com/banners/468x60.jpg";
width="468";
height="60";
}
if (ad==3) {
txt="Best from Indonesia";
url="http://www.indoptcbux.com/?r=manohara";
alt="indoptc.com";
banner="http://www.indoptcbux.com/banner3.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>');