TotalNumerOfURLs = 30;
function MakeArray(n) {
this.length = n;
for (var i = 1; i <= n; i++) { 
this[i] = 0 }
return this}
AddressToGo = new MakeArray(TotalNumerOfURLs);
var dt = new Date();
var RandomNumber = (dt.getSeconds()%TotalNumerOfURLs)+1;
AddressToGo[1] = "http://vanda-star.com/"
AddressToGo[2] = "http://azmira.ru/"
AddressToGo[3] = "http://www.foto-ar.com/"
AddressToGo[4] = "http://www.softcat.ru/sale.html"
AddressToGo[5] = "http://pointocurl.ru/"
AddressToGo[6] = "http://denaly.ru/"
AddressToGo[7] = "http://www.bri-cats.ru/"
AddressToGo[8] = "http://britancat.ru/"
AddressToGo[9] = "http://rumfold.ru/"
AddressToGo[10] = "http://www.gentle-tigers.ru/"
AddressToGo[11] = "http://selkirkrex.ru/"
AddressToGo[12] = "http://glamshine.ru/"
AddressToGo[13] = "http://www.mysticat.ru/"
AddressToGo[14] = "http://moonpet.ru/"
AddressToGo[15] = "http://www.planeta-suslov.ru/"
AddressToGo[16] = "http://bristars.ru/"
AddressToGo[17] = "http://superaby.ru/"
AddressToGo[18] = "http://purrspirit.ru/"
AddressToGo[19] = "http://best-cats2005.narod.ru/"
AddressToGo[20] = "http://shaded.ru/reclama/reclama.html"
AddressToGo[21] = "http://magicsmile.ru/"
AddressToGo[22] = "http://magiccastle.ru/"
AddressToGo[23] = "http://selkirk-rex.ru/"
AddressToGo[24] = "http://www.cattery-from-sham.de/index_rus.htm"
AddressToGo[25] = "http://www.goldenmiracle.ru/"
AddressToGo[26] = "http://diona-cat.ru/"
AddressToGo[27] = "http://orange-marmelad.ru/"
AddressToGo[28] = "http://amulet-cat.ru/"
AddressToGo[29] = "http://www.mahaonland.ru/"
AddressToGo[30] = "http://www.oleff.ru/"

function ShowTheBanner() {document.write('<a target=blank href="', AddressToGo[RandomNumber], '"><img src="http://mau.ru/ban/', RandomNumber, '.gif" alt="Подробнее..." border=0></a>');}
