<!--
function ResumeError() {
    return true;
}
window.onerror = ResumeError;
//-->
document.writeln("<link href='info_css.css' rel='stylesheet' type='text/css'>");
document.writeln("<div class='menu'>");
document.writeln("  <div class='info_logo'></div>");
document.writeln(" <div class='info_topmenu'><a href='/'>即时比分</a> | <a href='odds.asp'>即时赔率</a> | <a href='am.asp'>澳门指数</a> | <a href='league_match.asp?/league_match/league_vs/2007-2008/36.htm'>赛程赛果</a> | <a href='league_match.asp?/bigsmallleague/2007-2008/36.htm'>大小盘路</a> | <a href='league_match.asp?/aspx/archer.aspx?sclassID=36&matchseason=2007-2008&name_js=%d3%a2%b3%ac'>射手榜</a> | <a href='league_match.asp?/team/Sclass/36.htm'>球队资料</a> | <a href='league_match.asp?score/2007-2008/36.htm'>积分榜</a> | <a href='league_match.asp?/cup_match/2007-2008/cupmatch_vs/cupmatch_103.htm'>杯赛资料</a> | <a href='1x2.asp'>百家欧赔</a> |  <a href='league_match.asp?league_data/2007-2008/36.htm'>让球盘路</a> </div>");
document.writeln("</div>");
document.writeln("<div class='menu'>");
document.writeln("  <div class='menu2left'></div>");
document.writeln("   <div class='menu2middle'><a href='info.index.asp'>资料库</a>  |  <a href='league_match.asp?league_match/league_vs/2007-2008/36.htm'>英超</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/34.htm'>意甲</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/31.htm'>西甲</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/8.htm'>德甲</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/11.htm'>法甲</a> |  <a href='league_match.asp?/league_match/league_vs/2007-2008/37.htm'>英冠</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/40.htm'>意乙</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/33.htm'>西乙</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/23.htm'>葡超</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/16.htm'>荷甲</a>   |  <a href='league_match.asp?/league_match/league_vs/2007-2008/5.htm'>比甲</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/26.htm'>瑞士超</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/60.htm'>中超</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/25.htm'>日本</a>  |  <a href='league_match.asp?/league_match/league_vs/2007-2008/353.htm'>其他赛事</a></div>");
document.writeln("  <div class='menu2right'></div>");
document.writeln("   <br style='clear:both;'>");
document.writeln("</div>");




function set_image_ad()
{
	var mx_html="";
	for (var p in right_layer)
	{
		mx_html+="<div id='right"+p+"' style='position: absolute;width:90;top:"+(right_layer_top+imgheight*p)+";visibility:visible;z-index:3;'>";
		mx_html+=right_layer[p];
		mx_html+="</div>";
	}

	id_right_layer.innerHTML=mx_html;
	mx_html="";
	for (var p in left_layer)
	{
		mx_html+="<div id='left"+p+"' style='position: absolute;width:90;top:"+(right_layer_top+imgheight*p)+";visibility:visible;z-index:3;'>";
		mx_html+=left_layer[p];
		mx_html+="</div>";
	}
	id_left_layer.innerHTML=mx_html;
	myload();
}
 
function myload()
{  
	if (document.documentElement.scrollTop==MyTop && document.body.clientWidth==MyWidth)
	{
		setTimeout("myload();",200);
		return false;
	}
	MyTop=document.body.scrollTop;
	if(MyTop==0) MyTop=document.documentElement.scrollTop; 
	MyWidth=document.body.clientWidth;
	
	for (var p in right_layer)
	{      
		var mlayer=eval("right"+p);
		var new_top=MyTop+200+imgheight*p ;	
		var pos_top=right_layer_top+imgheight*p ;
		if (new_top>pos_top)  mlayer.style.top= new_top; else mlayer.style.top=pos_top;  

		if(document.body.clientWidth>778) 
			mlayer.style.left= (MyWidth-778)/2+685;
		else
			mlayer.style.left=685;
	}

	for (var p in left_layer)
	{      
		var mlayer=eval("left"+p);
		var new_top=MyTop+200+imgheight*p ;	
		var pos_top=right_layer_top+imgheight*p ;
		if (new_top>pos_top)  mlayer.style.top= new_top; else mlayer.style.top=pos_top;  
		if(MyWidth>778) 
			mlayer.style.left= (MyWidth-778)/2+3;
		else
			mlayer.style.left=3;
	}
	setTimeout("myload();",200);		
}
