﻿/*
 Start of Simple BannerRotator 
 You may use the script below as long as these comments are included! 
 Full compatibility: MSIE4+, Netscape4+, Opera5+, Mozilla
 Homepage: http://things.hit.bg/
 Contacts: things@mail.bg
*/

banners=new Array()
banners[0]='images/eucasino.gif,site.eucasino.com/index.cgi?aname=dailera'


for(i=0;i<1;i++){
ppo=Math.round((banners.length-1)*Math.random())
if(typeof Array().splice=='function'){
current_banner=banners.splice(ppo,1)
} else{current_banner=banners[ppo]}
current_banner=current_banner.toString()
current_banner=current_banner.split(',')

document.writeln('<a href="http://'+current_banner[1]+'" target="_blank"><img src="'+current_banner[0]+'" alt="казино" width="468" height="60" border="0"></a>')
}

/* End of Simple BannerRotator */