var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Новое порно видео";
url="http://free-hot-foto.com/porno.php";
alt="Новое порно видео";
banner="http://bestvideoz.net/pay/ruclicks_ban/8.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Скачать бесплатное порно"; 
url="http://free-hot-foto.com/porno.php";
alt="Скачать бесплатное порно";
banner="http://bestvideoz.net/pay/ruclicks_ban/10.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Безбашенные вечеринки студентов. Нелегальное видео";
url="http://free-hot-foto.com/porno.php";
alt="Нелегальное видео";
banner="http://bestvideoz.net/pay/ruclicks_ban/11.gif";
width="468";
height="60";
}
if (ad==4) {
txt="Самые красивые девочки. Видео с участием моделей";
url="http://free-hot-foto.com/porno.php";
alt="Самые красивые девочки";
banner="http://bestvideoz.net/pay/ruclicks_ban/12.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('<b>' + txt + '</b></a>');
document.write('</center>');