
	/*
	Rotating image or text(You can use for changing banners)
	Author: Narayan Chand Thakur
	Source: http://ncthakur.itgo.com/
	This may be used freely as long as this message is intact.
	*/
	<!--
	
	//you may add your image file or text below
	var item=new Array()
	item[0]='<div style="background-image: url(http://www.etherealshadows.com/images/news/20120202192147.jpg); width: 100%; height: 100%; background-repeat: no-repeat;"><div style="float: left; margin-left: 20px; margin-top: 20px; width: 220px; text-align: left; font-size: x-large; color: #F0B502; font-weight: bold;"><a href="news.php?id=32" style="color: #F0B502; font-size: x-large;">ES kills Sicaron 5/11</a></div><div style="float: left; clear: left; margin-left: 20px; margin-top: 20px; width: 260px; font-size: 18px; font-weight: bold; text-align: left;">ES Kills Sicaron 5/11</div></div>';item[1]='<div style="background-image: url(http://www.etherealshadows.com/images/news/20120201201047.jpg); width: 100%; height: 100%; background-repeat: no-repeat;"><div style="float: left; margin-left: 20px; margin-top: 20px; width: 220px; text-align: left; font-size: x-large; color: #F0B502; font-weight: bold;"><a href="news.php?id=31" style="color: #F0B502; font-size: x-large;">Patch 1.7 = Weddings</a></div><div style="float: left; clear: left; margin-left: 20px; margin-top: 20px; width: 260px; font-size: 18px; font-weight: bold; text-align: left;">New Members Glug and Bobbidylan get married</div></div>';item[2]='<div style="background-image: url(http://www.etherealshadows.com/images/news/20120122094610.jpg); width: 100%; height: 100%; background-repeat: no-repeat;"><div style="float: left; margin-left: 20px; margin-top: 20px; width: 220px; text-align: left; font-size: x-large; color: #F0B502; font-weight: bold;"><a href="news.php?id=30" style="color: #F0B502; font-size: x-large;">Vlad and Matron Die</a></div><div style="float: left; clear: left; margin-left: 20px; margin-top: 20px; width: 260px; font-size: 18px; font-weight: bold; text-align: left;">ES had a big week: Vlad and Matron Die too</div></div>';var current=0;
	
	var ns6=document.getElementById&&!document.all
	function changeItem(){
		if(document.layers){
		document.layer1.document.write(item[current])
		document.layer1.document.close()
		}
		if(ns6)document.getElementById("div1").innerHTML=item[current]
		{
			if(document.all){
			div1.innerHTML=item[current]
			}
		}
		if (current==2) current=0
		else current++
		setTimeout("changeItem()",7000)
	}
	window.onload=changeItem
	//-->
