// 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="Best Indo-PTC";
url="http://www.indo-ptc.com/register.php/ptctante.html";
alt="ptc indonesia terbaik";
banner="images/logo2.png";
width="468";
height="60";
}
if (ad==2) {
txt="Zona buat yang hobby klik";
url="http://www.zonaklik.com/index.php?ref=selalukamu";
alt="klik dapet duit";
banner="http://www.zonaklik.com/images/468.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Recomended PTC";
url="http://www.richptc.com/index.php?ref=makerot";
alt="recomennded ptc";
banner="http://www.richptc.com/banners/banner1.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>');