// JavaScript Document//for EO banner
 var x = Math.random()*10;
var y = Math.round(x);
 var txt ="";
 while(y>=3){
 y = y-3;
 }
 switch(y){	 


 
 case 0:
 txt += '<a href="http://eo.91.com/guide/task/2011/astral_soul.shtml" target="_blank"><img height="90" border="0" width="728" title="Get Your Astral Eudemons for FREE" src="http://img5.91huo.com/eo/img/update/2011/0118_astral01.jpg"/></a>';
 document.write(txt);
 break;
 

 case 1:
 txt += '<a href="http://event.eo.91.com/wtrlottery/" target="_blank"><img height="90" border="0" width="728" title="Way to Relics Lottery(12.10-12.28)" src="http://img6.91huo.com/eo/img/update/2011/1213_lottery01.jpg"/></a>';
 document.write(txt);
 break; 


 case 2:
 txt += '<a href="http://eo.91.com/guide/event/2011/xmas_pro.shtml" target="_blank"><img height="90" border="0" width="728" title="Christmas Shopping Rush(12.14-12.29)" src="http://img3.91huo.com/eo/img/update/2011/1215_shopping01.jpg"/></a>';
 document.write(txt);
 break; 

  
 default:
document.write("error");
 } 
