// 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="The Best PTC";
url="http://www.neobux.com/?r=ernikuswati";
alt="the best ptc";
banner="http://images.neobux.com/imagens/banner5.gif";
width="468";
height="60";
}
if (ad==2) {
txt="PTC yang membayar";
url="http://www.onbux.com/?r=yogijogsin";
alt="ptc yang membayar";
banner="http://www.onbux.com/banner.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Veri good PTC site";
url="https://www.jphfbux.com/index.php?ref=avatar2010";
alt="good ptc site";
banner="http://www.jphfbux.com/themes/default/images/banner2.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>');