function banners()
{ 
count_banners=10; // всего баннеров.
url1="http://www.autoerotica.ru/"
url2="http://alexandrvp.nichost.ru/ae/doc/pics/"

this[1]=url1+"autoeroticaviewcollage.htm" // link
this[2]=url2+"collages_7/prv/19.jpg"  // picture

this[3]=url1+"autoeroticaviewwp3.htm"
this[4]=url2+"wpnew/prv/36.jpg"

this[5]=url1+"autoeroticaviewwash.htm"
this[6]=url2+"wash/prv/62.jpg"

this[7]=url1+"autoeroticareview.htm?r=wash&g=0&n="
this[8]=url2+"wash/prv/41.jpg"

this[9]=url1+"autoeroticareview.htm?r=wash&g=0&n="
this[10]=url2+"washnew/prv/1.jpg"

this[11]=url1+"autoeroticareview.htm?r=wash&g=0&n="
this[12]=url2+"washnew/prv/6.jpg"

this[13]=url1+"autoeroticareview.htm?r=wash&g=0&n="
this[14]=url2+"washnew/prv/5.jpg"

this[15]=url1+"autoeroticareview.htm?r=auto&g=10&n=13"
this[16]=url2+"autonew10/prv/71.jpg"

this[17]=url1+"autoeroticareview.htm?r=auto&g=10&n=41" // link
this[18]=url2+"autonew10/prv/100.jpg"  // picture

this[19]=url1+"autoeroticareview.htm?r=auto&g=10&n=53" // link
this[20]=url2+"autonew10/prv/158.jpg"  // picture


if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % count_banners;
document.write('<a href=' + this[2*j+1] + '><img src=' + this[2*j+2] + ' border=0 align=right hspace=5 vspace=5></a>');
return(' ');
}
