//Author tooqo.com
//随机开始
var am=2; //Banner随机显示 
var an=Math.floor(Math.random()*am+1) 
switch(an) 
{ 
case 1: 
// 合金弹头系列小游戏
document.write('<a href="/tag/hejindantou/" target="_blank"><img src="https://tpc.googlesyndication.com/pageadimg/imgad?id=CICAgICA1JO32gEQsgUYWigBMgix_SXeiA4wNkCIm5qNoCY" width="690" height="90" border="0" title="合金弹头系列小游戏" alt="合金弹头系列小游戏" /></a>'); 
break; 

case 2: 
// 淘豆网
document.write('<a href="http://www.taodou.info/" target="_blank"><img src="https://tpc.googlesyndication.com/pageadimg/imgad?id=CICAgICA1Mv0QxCyBRhaKAEyCJkffxxxSovOQMD-p5ygJg" width="690" height="90" border="0" title="淘豆网" alt="淘豆网" /></a>'); 
break; 
}
//随机结束
