	//=================================
		//Banner Rotating images management
		//=================================
		function start_rotation(){
			setTimeout(pass1,5000);
		}


	function pass1(){
	
		document.getElementById('img_td_0').innerHTML="<img src='banners/top_banner/images/0.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_1').innerHTML="<img src='banners/top_banner/images/1.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_2').innerHTML="<img src='banners/top_banner/images/2.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_3').innerHTML="<img src='banners/top_banner/images/3.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_4').innerHTML="<img src='banners/top_banner/images/4.jpg' style='width:100px;height:74px'>";
		setTimeout(pass2,10000);
	}
	
	function pass2(){

		document.getElementById('img_td_0').innerHTML="<img src='banners/top_banner/images/5.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_1').innerHTML="<img src='banners/top_banner/images/6.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_2').innerHTML="<img src='banners/top_banner/images/7.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_3').innerHTML="<img src='banners/top_banner/images/8.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_4').innerHTML="<img src='banners/top_banner/images/9.jpg' style='width:100px;height:74px'>";
		setTimeout(pass3,15000);
	}
	
	function pass3(){
		document.getElementById('img_td_0').innerHTML="<img src='banners/top_banner/images/10.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_1').innerHTML="<img src='banners/top_banner/images/11.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_2').innerHTML="<img src='banners/top_banner/images/12.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_3').innerHTML="<img src='banners/top_banner/images/13.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_4').innerHTML="<img src='banners/top_banner/images/14.jpg' style='width:100px;height:74px'>";
		setTimeout(pass4,20000);
	}
	
	function pass4(){
		document.getElementById('img_td_0').innerHTML="<img src='banners/top_banner/images/15.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_1').innerHTML="<img src='banners/top_banner/images/16.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_2').innerHTML="<img src='banners/top_banner/images/17.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_3').innerHTML="<img src='banners/top_banner/images/18.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_4').innerHTML="<img src='banners/top_banner/images/19.jpg' style='width:100px;height:74px'>";
		setTimeout(pass1,25000);
	}

	function pass5(){
		document.getElementById('img_td_0').innerHTML="<img src='banners/top_banner/images/20.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_1').innerHTML="<img src='banners/top_banner/images/21.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_2').innerHTML="<img src='banners/top_banner/images/22.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_3').innerHTML="<img src='banners/top_banner/images/23.jpg' style='width:100px;height:74px'>";
		document.getElementById('img_td_4').innerHTML="<img src='banners/top_banner/images/24.jpg' style='width:100px;height:74px'>";
		setTimeout(pass1,30000);

	}