//for 91 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://news.us.91.com/content/2009-11-09/20091109230345419,1.shtml" target="_blank"><img height="90" border="0" width="728" title="classic" src="http://images.91.com/news.us/images/ad/2009/11/11/classic_728x90.gif"/></a>';
 document.write(txt);
 break;
 case 1:
 txt += '<a href="http://forum.91.com/topics/648/200909/22/1,1.html" target="_blank"><img height="90" border="0" width="728" title="Guild" src="http://images.91.com/forum/images/adpic/guild.gif"/></a>';
 document.write(txt);
 break;
 case 2:
 txt += '<a href="http://news.us.91.com/content/2009-11-15/20091115192117411.shtml" target="_blank"><img height="90" border="0" width="728" title="Star Player" src="http://images.91.com/news.us/images/ad/2009/11/17/demo728x90.jpg"/></a>';
 document.write(txt);
 break;
 default:
document.write("error");
 } 