var newjq;
function getSpboScoreXml(){
	xmlSpboScore.load("i.xml");
	xmlSpboScore.onreadystatechange = xmlSpboScoreonreadystatechange;
	window.setTimeout("getSpboScoreXml()", 1000);
}

function xmlSpboScoreonreadystatechange()
{
	if (xmlSpboScore.readyState != 4)return;
	xmlSpboScoreDoc.XMLDocument.async = "false";
	xmlSpboScoreDoc.XMLDocument.loadXML(xmlSpboScore.xml);
	if (xmlSpboScore.xml == "")return;
	if (OldSpboScoreXML == xmlSpboScore.xml)return;
	OldSpboScoreXML = xmlSpboScore.xml; 
	root = xmlSpboScore.documentElement;

try{	//try
var getzt = root.childNodes.item(0).text;
document.all.newzt.value=getzt;
var goal=getzt.split("__");
if(goal[1]){	//if-2
new_score="<font style='font-size: 16px;font-family:Verdana;font-weight:bold;'>"+goal[1]+"</font>";
new_score2="<font style='color:FF00FF;font-size:12px;'><b>入球提示:</b></font> "+goal[1];
var jqok='';
var jinqiu=goal[2].split("_");
for (i=0; i< jinqiu.length-1; i++) {	//for-1
var jinqiu_1=jinqiu[i].split("*");
if(document.all["bf_"+jinqiu_1[0]]){
document.all["bf_"+jinqiu_1[0]].style.backgroundColor='FFFF00';
document.all["bf_"+jinqiu_1[0]].innerHTML='<font color=blue face=Arial style=font-size:12px><b>'+jinqiu_1[2]+'</b></font>';
}
if(jinqiu_1[1] == 1){
if(document.all["zd_"+jinqiu_1[0]]){document.all["zd_"+jinqiu_1[0]].style.backgroundColor='FF80FF';document.all["zd_"+jinqiu_1[0]].style.fontSize='13px';}
}else{
if(document.all["kd_"+jinqiu_1[0]]){document.all["kd_"+jinqiu_1[0]].style.backgroundColor='FF80FF';document.all["zd_"+jinqiu_1[0]].style.fontSize='13px';}
}
if(document.all["fl_"+jinqiu_1[0]].innerText != "NBA" && document.all["fl_"+jinqiu_1[0]].innerText != "WNBA" && document.all["fl_"+jinqiu_1[0]].innerText != "NCAA" && document.all["fl_"+jinqiu_1[0]].innerText != "EBA" && document.all["fl_"+jinqiu_1[0]].innerText != "STAR" && document.all["fl_"+jinqiu_1[0]].innerText != "EuroB" && document.all["fl_"+jinqiu_1[0]].innerText != "WORLD" && document.all["fl_"+jinqiu_1[0]].innerText != "CBA"){jqok=1;}
}	//for-1
if(jqok){
var sound=document.all.soundopen.value;
if(sound){
document.all.goalsound.innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='1' height='1'><param name='movie' value='/i/in"+sound+".swf'><param name='quality' value='high'><param name='wmode' value='transparent'></object>";
}
document.all.goaltips.innerHTML=new_score2;
shownew();
}
newjq=document.all.newjqidhtm.value+goal[2];
document.all.newjqidhtm.value=newjq;
}else{	//if-2
document.all.goaltips.innerHTML="";
}	//if-2

}	//try
catch(e){}

}
var clickurl="close";
var x;
var y;
var oPopup;
var oPopupBody;
var pop_TC;
var startani_A;
var new_score;
var new_score2;
var imagewidth;
var imageheight;
function shownew(){
try{
if(openwin.checked){
imagewidth=380;
imageheight=100;
content="<table width=100% border=1 cellspacing=1 style='border-collapse: collapse;' bordercolor=DBDDF7 align=center><tbody><tr style='font-size:12px;COLOR: #ffffff;' bgColor=#004080><td align=center height=19>球讯网即时比分</td></tr><tr style='font-size:14px;' bgColor=#eeeeee><td height=60 align=center>"+new_score+"</td></tr><tr style='font-size:9px;COLOR: #ffffff;FONT-FAMILY: Verdana;' bgColor=#004080><td height=15 align=center>www.28188.com</td></tr></table>";
x=screen.width/2-imagewidth/2;
y=3;
oPopup = window.createPopup();
oPopupBody = oPopup.document.body;
oPopupBody.style.cursor="hand";
oPopupBody.innerHTML =content;
oPopupBody.onmouseover=new Function("clearTimeout(startani_A)");
oPopupBody.onmouseout=pop;
oPopupBody.onclick=dowhat;
oPopupBody.oncontextmenu=closepopup;
pop_TC=200;
pop();
}
}catch(e){}
}
function dowhat(){if(clickurl=="close"){closepopup() ;}else{window.open(clickurl);}}
function pop(){oPopup.show(x,y,imagewidth, imageheight);startani_A=setTimeout("pop()",100);if(pop_TC<0){closepopup();};pop_TC=pop_TC-1;}
function closepopup(){clearTimeout(startani_A);oPopup.hide();}
getSpboScoreXml();

