// 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="Just Click for money";
url="http://clicksray.com/register.php/ptctante.html";
alt="clicksray.com";
banner="http://clicksray.com/themes/GeN3/images/banners.png";
width="468";
height="60";
}
if (ad==2) {
txt="Good For Make More Money";
url="http://stockbux.com/register.php?ref=lebayman";
alt="find more about money online";
banner="http://www.stockbux.com/images/banners/stock_mian_banner2.jpg";
width="468";
height="60";
}
if (ad==3) {
txt="Low Cash Out PTC";
url="http://www.halfdollarthousandhits.info/index.php?ref=anakmanis";
alt="get more money online";
banner="http://www.halfdollarthousandhits.info/banners/banner1.gif";
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>');