var urlStr=window.location.href;
var realpath="http://pages.tvunetworks.com"
//var realpath="../.."
//var realpath=".."
var langType;
if(!langType){
	langType="en"
}
function include_css(path) 
{     
var fileref=document.createElement("link") 
fileref.rel = "stylesheet";
fileref.type = "text/css";
fileref.href = path; 
document.getElementsByTagName("head")[0].appendChild(fileref);
}

include_css(realpath+"/webplayer/css/channelList.css")
document.write('<script type="text/javascript" src="http://pages.tvunetworks.com/viewers/getRChannelListJson.jsp?lang='+langType+'"></script>')
document.write('<script type="text/javascript" src="'+realpath+'/js/channelList.js"></script>')

window.onLoad=function(){
if(document.getElementById("convertLan")){
	for(var i=0;i<document.getElementById("convertLan").length;i++){
        if(	document.getElementById("convertLan").options[i].value==langType){
		document.getElementById("convertLan").options[i].select=true;
	     }
     }
}
}

function convert(){
	var DLs=document.getElementById("convertLan");
	var DL=DLs.options[DLs.selectedIndex].value;
	window.location="index.html?lang="+DL;
}
                                                                                                                            