function playpassedVideo(){
	if(window.location.href.indexOf("?")>=0)
	{
		temp = window.location.href.split('?');
		if(temp[1]!="")
		{
			passVideoURL(temp[1]);
		}
		
	}
}

function passVideoURL(url,mny,type) {
	
	setTimeout("abd('"+url+"','"+mny+"','"+type+"')",4);
	
}
function abd(url,mny,type)
{
	getMovieName("videoPlayer").callplayVideo(url,mny,type);
}
function getMovieName(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
   }
   else {
       return document[movieName]
   }
}

function videoTitle(fd)
{
	//alert(fd);
	var strReplaceAll = fd;
	var intIndexOfMatch = strReplaceAll.indexOf( "+" );
	 
	
	// Loop over the string value replacing out each matching
	// substring.
	while (intIndexOfMatch != -1){
	// Relace out the current instance.
	strReplaceAll = strReplaceAll.replace( "+", " " )
	 
	// Get the index of any next matching substring.
	intIndexOfMatch = strReplaceAll.indexOf( "+" );
	}

	window.document.getElementById("newcast_title").innerHTML=strReplaceAll  +" - Sports Zone Weekend";
}

function videoTitleSZ(fd)
{
	//alert(fd);
	var strReplaceAll = fd;
	var intIndexOfMatch = strReplaceAll.indexOf( "+" );
	 
	
	// Loop over the string value replacing out each matching
	// substring.
	while (intIndexOfMatch != -1){
	// Relace out the current instance.
	strReplaceAll = strReplaceAll.replace( "+", " " )
	 
	// Get the index of any next matching substring.
	intIndexOfMatch = strReplaceAll.indexOf( "+" );
	}

	window.document.getElementById("newcast_title").innerHTML=strReplaceAll  +" - Sports Zone";
}

function vidDesc(tit,cap)
{
	window.document.getElementById("videoTitle").innerHTML=tit;
	window.document.getElementById("videoCaption").innerHTML=cap;
}

function refreshframe()
{
	//document.getElementById("bannerframe1").src = document.getElementById("bannerframe1").src;
	//document.getElementById("slideframe2").src = document.getElementById("slideframe2").src;
}


function videoTitleHi(fd)
{
	window.document.getElementById("newcast_title").innerHTML=fd  +" - &#x0939;&#x093f;&#x0902;&#x0926;&#x0940; &#2344;&#2381;&#2351;&#2369;&#2395;&#0032; &#2325;&#2366;&#2360;&#2381;&#2340;&#0032;";
}
