adImages = new Array("../eunetweb/logos/tonisto-sm.gif","../eunetweb/logos/india_hospital.gif","../eunetweb/logos/bgstore.gif","../eunetweb/logos/InfoWeek.gif","../eunetweb/logos/ieee.gif","../eunetweb/logos/stil-ms.gif","../eunetweb/logos/star-world.gif", "../eunetweb/logos/ross.gif","../eunetweb/logos/bsrec.gif","../eunetweb/logos/insa.gif", "../eunetweb/logos/impuls.gif", "../eunetweb/logos/elhimiskra.gif","../eunetweb/logos/elovitza.gif", "../eunetweb/logos/balabanov.gif","../eunetweb/logos/beu.gif")
adURL = new Array("digsys.bg/eunetweb/tonisto/index.html","hospitalityindia.info","bgstore.com","infoweek.bg","ieee.bg/","digsys.bg/eunetweb/stil-ms/index.html", "digsys.bg/eunetweb/star-world/index.html","rossmodels.digsys.bg","bsrec.bg/", "digsys.bg/eunetweb/insa/index.html", "impuls.bg/","digsys.bg/eunetweb/elhimiskra/index.html","elovitza.bg/", "digsys.bg/eunetweb/balabanov/","digsys.bg/eunetweb/beu/index.html")
thisAd = 0
imgCt = adImages.length

function rotate() {
	if (document.images) {
		if (document.adBanner.complete) {
			thisAd++
			if (thisAd == imgCt) {
			thisAd = 0
		}
document.adBanner.src=adImages[thisAd]
}
setTimeout("rotate()", 6 * 1000)
}
}
function newLocation()   {
 document.location.href = "http://www." +adURL[thisAd]
} 
