<!--

var cuantosbanners = 6 ;
var ahora = new Date()
var segundos = ahora.getSeconds()
var banner = segundos % cuantosbanners;
banner +=1;

if (banner==1) {
texto=" Promociona tus post y gana dinero posteando ";
url=" http://zonakaoz.org/xXx-28133.html ";
alt=" Gana dinero posteando en foros ";
imagen=" http://zonakaoz.org/images/promocion-posts.jpg ";
width=" 520 ";
height=" 100 ";
}
if (banner==2) {
texto=" Coleccion de videos de celular de gh0st ";
url=" http://zonakaoz.org/xXx-4104.html ";
alt=" Mega post de gh0st ";
imagen=" http://zonakaoz.org/images/gh0st-banner.jpg ";
width=" 520 ";
height=" 100 ";
}
if (banner==3) {
texto=" Las amateurcillas de el_alex_19 ";
url=" http://zonakaoz.org/xXx-10734.html ";
alt=" Mega post amateurcillas ";
imagen=" http://zonakaoz.org/images/alex.jpg ";
width=" 520 ";
height=" 100 ";
}
if (banner==4) {
texto=" El Mega post Paketexprimaz ";
url=" http://zonakaoz.org/xXx-2095.html ";
alt=" El mega post de Jonas ";
imagen=" http://zonakaoz.org/images/Paketexprimaz_zk.png ";
width=" 520 ";
height=" 100 ";
}
if (banner==5) {
texto=" El megapost del Pavo ";
url=" http://zonakaoz.org/xXx-22621.html ";
alt=" Pavo Mega post ";
imagen=" http://zonakaoz.org/images/pavo.jpg ";
width=" 520 ";
height=" 100 ";
}

if (banner==6) {
texto=" Las mejores imagenes en el post de jesus777 ";
url=" http://zonakaoz.org/xXx-21288.html ";
alt=" Post de jesus777 ";
imagen=" http://zonakaoz.org/images/jesus.jpg ";
width=" 520 ";
height=" 100 ";
}

document.write('<center>');
document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + imagen + '" width=')
document.write( width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0><br>');
document.write('<small>' + texto + '</small></a>');
document.write('</center>');

//-->
