var game=[

["special",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-116.html",	"http://qqq123.com/bxxx/bxxx/i166.jpg",	"美女精灵",100],
["special",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-118.html",	"http://qqq123.com/bxxx/bxxx/3.gif",	"禁地空间",98],
["special",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-120.html",	"http://qqq123.com/bxxx/bxxx/4.gif",	"暴力姐姐",97],
["special",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-113.html",	"http://qqq123.com/bxxx/bxxx/i99.jpg",	"步步惊心",88],
["special",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-106.html",	"http://qqq123.com/bxxx/bxxx/5.jpg",	"家有狐仙",88],
["",	"http://168.mashangwan.com/msw_index_0_click-23018-4147-120.html",	"http://qqq123.com/bxxx/bxxx/6.jpg",	"神魔遮天",88],
["special",	"http://union1.51wan.com/union2/gg.do?action=click&a=23018&b=4147&c=82",	"http://qqq123.com/bxxx/bxxx/7.jpg",	"美女游戏",77],
["",	"http://www.6224.cn/4399/sr/201107/30-10318.html",	"http://www.6224.cn/uploads/allimg/110730/1-110I01Q5450-L.jpg",	"火影忍者",77],
["",	"http://www.6224.cn/4399/dz/201004/17-9885.html",	"http://www.6224.cn/uploads/allimg/110819/1-110Q91Z5200-L.jpg",	"迪迦奥特曼",77],
["special",	"http://www.6224.cn/4399/dz/201108/11-10328.html",	"http://www.6224.cn/uploads/allimg/110611/1-1106111U9430-L.jpg",	"奥特曼大战僵尸",55],
["special",	"http://www.6224.cn/4399/xx/201107/20-10306.html",	"http://www.6224.cn/uploads/allimg/110720/1-110H02142530-L.jpg",	"打屁股",41],
["special",	"http://www.6224.cn/4399/mj/201108/15-10335.html",	"http://www.6224.cn/uploads/allimg/110808/1-110PR140550-L.jpg",	"愤怒的小鸟",30],
["",	"http://www.6224.cn/4399/lianliankan/200912/18-9616.html",	"http://www.6224.cn/uploads/0912/maoxiandaolianliankan.jpg",	"冒险岛连连看",11],
["",	"http://www.6224.cn/4399/lianliankan/200911/07-9491.html",	"http://www.6224.cn/uploads/swf/xiyangyanglianliankan.gif",	"喜羊羊连连看",11],
["special",	"http://www.6224.cn/4399/dz/201006/05-9986.html",	"http://www.6224.cn/uploads/allimg/100605/1-1006051159460-L.gif",	"僵尸战斗",10],
["special",	"http://www.6224.cn/4399/xx/201001/02-9655.html",	"http://www.6224.cn/uploads/1001/keaihushijingyingyiyuan.gif",	"可爱护士",7],
["special",	"http://www.6224.cn/4399/dz/201004/17-9885.html",	"http://www.6224.cn/uploads/litimg/100417/20362415547.jpg",	"迪迦奥特曼",6],
["",	"http://www.6224.cn/4399/et/201003/27-9858.html",	"http://www.6224.cn/uploads/201003/24/tutuzhaobutong.jpg",	"图图找不同",4],
["",	"http://www.6224.cn/4399/dz/201004/13-9868.html",	"http://www.6224.cn/uploads/allimg/100413/1_2122063364.jpg",	"地下城与勇士",4],
["",	"http://www.6224.cn/4399/dz/201002/02-9778.html",	"http://www.6224.cn/uploads/201002/huoyingrenzhebing.jpg",	"火影忍者兵",3],
["",	"http://www.6224.cn/4399/dz/201001/21-9721.html",	"http://www.6224.cn/uploads/0108/jiangshibaolieshou.jpg",	"僵尸爆裂手",2]]

function $(o){return document.getElementById(o)}
var picpath="http://www.6224.cn";
var tpic="http://www.lelehe.cn/lelejs/transparent.gif";
var step = 1;

//game=game.sort(function(){return Math.random()*new Date%3-1});

var gamehtml="";var ndomain;var i=0;
for(key in game){
	if(typeof(game[key][3])=="undefined")continue;
	//ndomain=(Math.random()>0.5)?mydomain:mydomain2;

	if(!isNaN(game[key][1]))game[key][1]=(game[key][0]=="special"?"/special/":"/flash/")+game[key][1]+".htm";
	if(i>11){
		gamehtml+='<li><a href="'+game[key][1]+'" target="_0"><img pic="'+((game[key][2].indexOf("http://")==0)?"":picpath)+game[key][2]+'" src="'+tpic+'" /></a><br /><a href="'+game[key][1]+'" target="_0">'+game[key][3]+'</a></li>'
	}
	else{
		gamehtml+='<li><a href="'+game[key][1]+'" target="_0"><img pic="" src="'+((game[key][2].indexOf("http://")==0)?"":picpath)+game[key][2]+'" /></a><br /><a href="'+game[key][1]+'" target="_0">'+game[key][3]+'</a></li>'
	}
	gamehtml+='\n';i++
}
var twidth=924;var alldown=false;var mnow=false;var as=77;var spd=as;var asx=4;
function setmove(){
	if($('games').offsetWidth<=twidth)return;
	var a=document.createElement("UL");
	a.innerHTML=$('games').innerHTML;
	$('gamesdiv').appendChild(a);
	$('mleft').onclick=function(){if(!mnow){downpic("r");movegame(twidth,"r")}};
	$('mright').onclick=function(){if(!mnow){downpic("l");movegame(twidth,"l")}}
}
function movegame(n,f){
	mnow=true;
	//alert($('mcontent').scrollLeft);
	if(f=="l"&&$('mcontent').scrollLeft>=$('games').offsetWidth)$('mcontent').scrollLeft=0;
	if(f=="r"&&$('mcontent').scrollLeft==0)$('mcontent').scrollLeft=$('games').offsetWidth;
	//alert($('mcontent').scrollLeft);

	if(f=="l")$('mcontent').scrollLeft+=spd;
	if(f=="r")$('mcontent').scrollLeft-=spd;
	n=n-spd;

	if(n<=as){
		switch (step){
		case 1,2,3:
			spd=19;step+=1;
			break;
		case 4:
			spd=20;step=1;
			break;
		}
	}
	if(n==0){
		mnow=false;clearTimeout(mto);
		spd=as;
		//f=f=="l"?"r":"l";spd=as;
		//var a=window.setTimeout(function(){movegamex(as,f)},10)
	}
	else{
		var mto=window.setTimeout(function(){movegame(n,f)},10)
	}
}
function movegamex(n,f){
	mnow=true;
	if(f=="l"&&$('mcontent').scrollLeft>=$('games').offsetWidth)$('mcontent').scrollLeft=0;
	if(f=="r"&&$('mcontent').scrollLeft==0)$('mcontent').scrollLeft=$('games').offsetWidth;
	if(f=="l")$('mcontent').scrollLeft+=asx;
	if(f=="r")$('mcontent').scrollLeft-=asx;n=n-asx;
	if(n==0){mnow=false;clearTimeout(a)}
	else{var a=window.setTimeout(function(){movegamex(n,f)},10)}
}
function getdownnum(o){
	if(alldown)return false;
	for(i=0;i<o.length;i++)if(o[i].getAttribute("pic")!="")return o.length;
	alldown=true
}
function downpic(t){
	var a=$('games').getElementsByTagName("IMG");
	var b=getdownnum(a);
	if(!b)return;
	var c=(t=="l")?$('mcontent').scrollLeft+twidth:$('mcontent').scrollLeft-twidth;
	if(!t)c=0;
	var f=c/as;
	if(f<0)f=a.length+f;
	if(f>a.length-1)f=f-a.length;
	var t=f+11;
	if(t>a.length-1)t=a.length-1;
	for(i=f;i<=t;i++){if(a[i].getAttribute("pic")!="")a[i].src=a[i].getAttribute("pic");a[i].setAttribute("pic","")}
}
document.write('<style>#mgame{height:74px;margin:auto;overflow:hidden;width:952px;}#mleft,#mright{background:url(http://www.lelehe.cn/lelejs/turnL.gif) no-repeat scroll 0 0;cursor:pointer;float:left;height:70px;width:14px;margin-top:2px;}#mright{background:url(http://www.lelehe.cn/lelejs/turnR.gif) no-repeat scroll 0 0;}#mcontent{float:left;height:72px;overflow:hidden;padding:0;width:922px;}#gamesdiv {width:9240px;}#gamesdiv ul {float:left;}#gamesdiv ul li {background:none repeat scroll 0 0 #FFFFFF;float:left;font-size:12px;padding:0;text-align:center;width:77px;}#gamesdiv ul li a img {border:1px solid #CCCCCC;height:52px;margin-top:3px;width:68px;}</style>');document.write('<center><div id="mgame"><div id="mleft"></div><div id="mcontent"><div id="gamesdiv"><ul id="games">'+gamehtml+'</ul></div></div><div id="mright"></div></div></center>');setmove();
