function gxml(f) {var xxc
 try{
	var xmlhttp = new window.XMLHttpRequest();
	xmlhttp.open("GET",f,false);
	xmlhttp.send(null);
	xxc = xmlhttp.responseXML;
 }catch(e){
	if(typeof window.ActiveXObject!='undefined')xxc=new ActiveXObject('Microsoft.XMLDOM')
	else xxc=document.implementation.createDocument('','',null)
	xxc.async=false;xxc.load(f);
}
 return xxc;

// if(typeof window.ActiveXObject!='undefined')xc=new ActiveXObject('Microsoft.XMLDOM')
// else xc=document.implementation.createDocument('','',null)
// xc.async=false;xc.load(f);return xc
}
function gtxt(f){var xc
 if(typeof window.ActiveXObject!='undefined'){try{xc=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){xc=new ActiveXObject("Microsoft.XMLHTTP")}}
 else xc = new XMLHttpRequest()
 xc.onreadystatechange=function(){if(xc.readyState==4)gotcha(xc.responseText)}
 xc.open("GET",f,true);xc.send(null)
}
function mytxt(x,s){
 var n=x.getElementsByTagName('*')
 for(var i=0;i<n.length;i++){if(n[i].tagName==s){if(n[i].firstChild)return n[i].firstChild.nodeValue}}
 return ''
}
function mytr(s){
 var rs=''
 for(var i=0;i<s.length;i++) rs+=((s.charCodeAt(i)>700)?String.fromCharCode(s.charCodeAt(i)-720):s.charAt(i))
 return rs
}
function mads(){
 var dd=new Date();var un=dd.getTime()+''+Math.floor(1000*Math.random())
 try{top.ups.location.href=top.ups.location.href.split('&')[0]+'&un='+un
 top.right.location.href=top.right.location.href.split('&')[0]+'&un='+un
 top.side.banner()
 }catch(e){}
 try{parent.relbnr()}catch(e){}
}
function xbnr(ob){
 ob.innerHTML='<TABLE ID="bnrtbl" BGCOLOR="#FFFFFF" CELLSPACING=0><TR><TD ALIGN=RIGHT><B><A HREF="#" onclick="document.getElementById(\'bnrtbl\').style.display=\'none\'">[X]</A></B><BR><iframe ID="cne468" allowtransparency="true" src="http://ff.connextra.com/GoalsLive/selector/client?client=GoalsLive&placement=home_bottom_468x60" width="468" height="60" style="border-width:0" NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0></iframe></TD></TR></TABLE>'
}
function tbnr(ob){
 ob.innerHTML="<iframe ID='cne468' allowtransparency='true' src='http://ff.connextra.com/GoalsLive/selector/client?client=GoalsLive&placement=home_bottom_468x60' width='468' height='60' style='border-width:0' NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0></iframe>"
}
function rbnr89345(){}
function xml2str(zz){
 if(typeof window.ActiveXObject!='undefined') return zz.innerXML
 var sxml='',oxs=new XMLSerializer()
 for (var i=0;i<zz.childNodes.length;i++) switch (zz.childNodes[i].nodeType){
	case 3:sxml+=zz.childNodes[i].data.replace(/</g,'&lt;').replace(/>/g,'&gt;');break
	default:sxml+=oxs.serializeToString(zz.childNodes[i]);break
 }
 return sxml
}
function getxmlmenu(al){
 parent.xmlDoc=gxml("/new/xml/menu_" + al + ".xml")
 if((!parent.xmlDoc)||parent.xmlDoc.childNodes.length==0||(!parent.xmlDoc.getElementsByTagName('strings')[0]))parent.xmlDoc=gxml('/new/xml/menu_en.xml')
 xmlDoc=parent.xmlDoc
 nodes=xmlDoc.getElementsByTagName('strings')[0]
}
