var allcookies = document.cookie; 
var logo_pos = allcookies.indexOf("mediaplayer="); 
var logo_value = ''; 
if(logo_pos != -1) { 
var logo_start = logo_pos + 6; 
var logo_end = allcookies.indexOf(";", logo_start); 
if(logo_end == -1) logo_end = allcookies.length; 
logo_value = allcookies.substring(logo_start,logo_end); 
logo_value = unescape(); } 


//set cookie for video connection speed
function setPlayerSpeed(logono) {
 var d = "mediaplayer=" + logono + "; expires=Thu, 31 Dec 2099 23:59:59 GMT;path=/"; 
 document.cookie = d; 
 //playerSpeed();
 } 
 
 function browser_bookmark(vid_url,title) {
bookmarkurl=vid_url;
bookmarktitle=title;

if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle);

else if (window.sidebar)
window.sidebar.addPanel(bookmarktitle, bookmarkurl, "")
}

 function submitThis(){ window.location.reload(); } 
 
 //getcookie for video connection speed
 function getPlayerSpeed(mediaplayer) { 
 var cookiestring=""+document.cookie; 
 var index1=cookiestring.indexOf(mediaplayer); 
 if (index1==-1 || mediaplayer=="") return ""; 
 var index2=cookiestring.indexOf(';',index1); 
 if (index2==-1) index2=cookiestring.length; 
 return unescape(cookiestring.substring(index1+mediaplayer.length+1,index2));
 
 }
 function playerSpeed(){
 				 player= getPlayerSpeed("mediaplayer"); 						

}
function winBRopen(theURL, Name, popW, popH, scroll) { // V 1.0
var winleft = (screen.width - popW) / 2;
var winUp = (screen.height - popH) / 2;
winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+',resizable'
Win = window.open(theURL, Name, winProp)
if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }

}
 


var adCount = 1;

  function clearRoadBlock(){
  //  document.getElementById("StreamingCompanion1").src = '';
	document.getElementById("StreamingCompanion2").src = '';  
		
		}



	function syncRoadBlock(adTag1, adTag2, adTag3){
		clearRoadBlock();
		var adCount = 1;
	  if (adCount <= 1) {
	 //   document.getElementById("tag1").innerHTML = "Companion AD 1 : " + adTag1;
	  //  document.getElementById("tag2").innerHTML = "Companion AD 2 : " + adTag2;
	  //  document.getElementById("tag3").innerHTML = "Master AD      : " + adTag3;
		adCount += 1;
	
	   // document.getElementById("StreamingCompanion1").src = adTag1;
	    document.getElementById("StreamingCompanion2").src = adTag2;

	  }
	}
	
	function syncRoadBlock2(adTag1, adTag2, adTag3){
		clearRoadBlock();
var adCount = 1;
	
	 if (adCount <= 1) {
	
	 //   document.getElementById("tag1").innerHTML = "Companion AD 1 : " + adTag1;
	  //  document.getElementById("tag2").innerHTML = "Companion AD 2 : " + adTag2;
	  //  document.getElementById("tag3").innerHTML = "Master AD      : " + adTag3;
		adCount += 1;
		
	  //  document.getElementById("StreamingCompanion1").src = adTag1;
	    document.getElementById("StreamingCompanion2").src = adTag2;

	  }
	  
	}
	

	//email to a friend
function emailToAFriend(pic,url) {
 var d = "mediaplayer=" + logono + "; expires=Thu, 31 Dec 2099 23:59:59 GMT;path=/"; 
 document.cookie = d; 
 //playerSpeed();
 } 
 
 	//return to page
function returnToPage(pic,url) {
	document.getElementById('vidReturn').innerHTML='<a href="'+url+'">'+pic+'<\/a>';

 } 

 function getFlashMovie(movieName) {
  var isIE = navigator.appName.indexOf("Microsoft") != -1;
  return (isIE) ? window[movieName] : document[movieName];
 }

function updateRegion(ider,rtmp,dart,catTitle) {

//thisMovie("myweathersm").SetVariable("where",id);
//id = id.replace("&", "%26");
	
if(dart=='3news'){
	id = "http://www.3news.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=783&moduleid=6081&cat="+ider;

	}
if(rtmp=="pop-3news"){
		rtmp="tv3";
		dart="3news";
		id="http://www.3news.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=783&moduleid=6966";
	}
	//http://edit.c4tv.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=791&moduleid=4157
	
	if(dart=="tv3"){
		
	id = "http://www.tv3.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=817&moduleid=6076&cat="+ider;
	}
	if(rtmp=="c4"){
		id ="http://www.c4tv.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=791&moduleid=3792&cat="+ider;
		}
		if(rtmp=="pop-c4"){
			rtmp="c4";
		dart="c4tv";
		id="http://www.c4tv.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=791&moduleid=4157";

			
			}
		if(rtmp=="edge"){
			rtmp="theedge";
			dart="theedge";
		
		id ="http://www.theedge.co.nz/DesktopModules/Article%20Presentation/External.aspx?tabid=207&moduleid=1953&cat="+ider;
		}
		

	if(window.flashPlayerDisp) window.document["flashPlayerDisp"].SetVariable("xmltoload", id);
	if(document.flashPlayerDisp) document.flashPlayerDisp.SetVariable("xmltoload", id);

	
	
	if(window.flashPlayerDisp) window.document["flashPlayerDisp"].SetVariable("rtmp", rtmp);
	if(document.flashPlayerDisp) document.flashPlayerDisp.SetVariable("rtmp", rtmp);
	
	if(window.flashPlayerDisp) window.document["flashPlayerDisp"].SetVariable("dart", dart);
	if(document.flashPlayerDisp) document.flashPlayerDisp.SetVariable("dart", dart);
	
	if(window.flashPlayerDisp) window.document["flashPlayerDisp"].SetVariable("catTitle", catTitle);
	if(document.flashPlayerDisp) document.flashPlayerDisp.SetVariable("catTitle", catTitle);


//thisMovie("myweathersm").SetVariable("runFunction","1");
//thisMovie("weathersm").loadRegion(id);
//window.document.weathersm.SetVariable("loc", id);

}

function changeXML(logono,rtmp,dart,catTitle) {
updateRegion(""+logono+"",rtmp,dart,catTitle);
		}
		
/* set channel cookie */
function setChannelCookie(logono) {
 var d = "channel=" + logono + "; expires=Thu, 31 Dec 2099 23:59:59 GMT;path=/"; 
 document.cookie = d; 

 //playerSpeed();
 } 
 
 /* get channel cookie */
  function getChannelCookie(channel) { 
 var cookiestring=""+document.cookie; 
 var index1=cookiestring.indexOf(channel); 
 if (index1==-1 || channel=="") return ""; 
 var index2=cookiestring.indexOf(';',index1); 
 if (index2==-1) index2=cookiestring.length; 
 return unescape(cookiestring.substring(index1+channel.length+1,index2));
 
 }
 
function turnon(ider){


	//if(ider!="liveStream"){

	//document.getElementById('flashPlayerDisp').style.visibility= "visible";
		//document.getElementById('flashPlayerDisp').style.display= "block";;
	//	document.getElementById('liveStream').style.visibility= "hidden";
	//	document.getElementById('liveStream').style.display= "none";
		
		
		if(ider=="tv3"){
convertArray(",tv3,tv3,TV3: Latest");
document.getElementById("playerLogo").innerHTML ="<a href='http://www.tv3.co.nz' target='_blank'><img src='images/logoTv3.gif' alt='tv3' border='0' /></a>";
}
else if(ider=="theedge"){
convertArray("0,edge,edge,The Edge - Latest");
document.getElementById("playerLogo").innerHTML ="<a href='http://www.theedge.co.nz' target='_blank'><img src='images/logoEdge.gif' alt='The Edge' border='0' /></a>";
}
else if(ider=="3news"){
convertArray(",tv3,3news,3News: Latest");
document.getElementById("playerLogo").innerHTML ="<a href='http://www.3news.co.nz' target='_blank'><img src='images/logo3News.gif' alt='3news' border='0' /></a>";
}
else if(ider=="c4tv"){
convertArray(",c4,c4tv,C4: Latest");
document.getElementById("playerLogo").innerHTML ="<a href='http://www.c4tv.co.nz' target='_blank'><img src='images/logoC4.gif' alt='c4' border='0' /></a>";
}
	//}




document.getElementById('c4tv').className ='gone';
document.getElementById('theedge').className ='gone';
document.getElementById('3news').className ='gone';
//document.getElementById('tv3').className ='gone';

document.getElementById('c4tvbut').className ='';
document.getElementById('theedgebut').className ='';
document.getElementById('3newsbut').className ='';
//document.getElementById('tv3but').className ='';
//document.getElementById('liveStreambut').className ='';

document.getElementById(''+ider+'').className ='here';

document.getElementById(ider+"sel").selected = true;//select from dropdown
document.getElementById(ider+"but").className = 'activse';//highlight tab

setChannelCookie(ider);


}

/* function to show and hide divs and change classes */
function show(id){
//document.getElementById('comm').className ='gone';
//document.getElementById('rate').className ='gone';
document.getElementById('share').className ='gone';
document.getElementById('send').className ='gone';
//document.getElementById('favs').className ='gone';

///document.getElementById('commLink').className ='';
//document.getElementById('rateLink').className ='';
document.getElementById('shareLink').className ='';
document.getElementById('sendLink').className ='';
//document.getElementById('favsLink').className ='';

document.getElementById(''+id+'').className ='here';
document.getElementById(''+id+'Link').className ='activse';


}

/* function to convert string to array */

function convertArray(str){
	
ar = str.split(",");
var ar1 = ar[0];
var ar2 = ar[1];
var ar3 = ar[2];
var ar4 = ar[3];
if(ar4 =="TV3: Comedy"){
document.getElementById('comedy').className ='here';
document.getElementById('drama').className ='gone';
document.getElementById('reality').className ='gone';
}
if(ar4 =="TV3: Drama"){
document.getElementById('drama').className ='here';
document.getElementById('comedy').className ='gone';
document.getElementById('reality').className ='gone';
}
if(ar4 =="TV3: Reality"){
document.getElementById('drama').className ='gone';
document.getElementById('comedy').className ='gone';
document.getElementById('reality').className ='here';
}
if(ar4 =="3News: Entertainment"){
document.getElementById('drama').className ='gone';
document.getElementById('comedy').className ='gone';
document.getElementById('reality').className ='gone';
document.getElementById('entertainment').className ='here';
document.getElementById('sport').className ='gone';
}
else{
	document.getElementById('entertainment').className ='gone';
	document.getElementById('sport').className ='gone';
	}
if((ar4 =="3News: Sport")||(ar4 =="3News: Rugby")||(ar4 =="3News: Cricket")||(ar4 =="3News: League")){
document.getElementById('sport').className ='here';
document.getElementById('entertainment').className ='gone';
}
if((ar4 =="3News: Art")||(ar4 =="3News: David Farrier")||(ar4 =="3News: Movie News")){
document.getElementById('sport').className ='gone';
document.getElementById('entertainment').className ='here';
}
changeXML(ar1,ar2,ar3,ar4);

}

/* comments */
function showComments(id,site){

	
	if (site=="TV3"){
		linkToComment = "http://www.tv3.co.nz/Default_Plain.aspx?TabId=823&articleID="+id;
		 document.getElementById('commentLink').innerHTML ="<a href='javascript:void(0)' onclick='winBRopen(\""+linkToComment+"\", \""+site+"\", \"360\", \"500\", \"yes\")'>Leave your comment &raquo;</a>";

		}
	else if (site=="C4TV"){
		linkToComment = "http://www.c4tv.co.nz/Default_Plain.aspx?tabid=846&articleID="+id;
		 document.getElementById('commentLink').innerHTML ="<a href='javascript:void(0)' onclick='winBRopen(\""+linkToComment+"\", \""+site+"\", \"360\", \"500\", \"yes\")'>Leave your comment &raquo;</a>";

		
		}
	else if (site=="THEEDGE"){
		linkToComment = "http://www.theedge.co.nz/Default_Plain.aspx?TabId=401&articleID="+id;
		 document.getElementById('commentLink').innerHTML ="<a href='javascript:void(0)' onclick='winBRopen(\""+linkToComment+"\", \""+site+"\", \"360\", \"500\", \"yes\")'>Leave your comment &raquo;</a>";

		}
	else{
		linkToComment = "http://www.3news.co.nz/Default_Plain.aspx?TabId=850&articleID="+id;
		 document.getElementById('commentLink').innerHTML ="<a href='javascript:void(0)' onclick='winBRopen(\""+linkToComment+"\", \""+site+"\", \"360\", \"500\", \"yes\")'>Leave your comment &raquo;</a>";

		}

}
 function whereToComment(linkToComment){}

function countVideo(id,site){
	


	random_num = 123 ;
	if (site=="TV3"){
		
	
			// setTimeout("document.getElementById('commentsWrapper').innerHTML= '<iframe src=\"http://www.tv3.co.nz/Default_Plain.aspx?TabId=823&articleID="+id+"\" id=\"videoComments\" width=\"490\" style=\"height:100;\" frameborder=\"0\" allowtransparency=\"true\" scrolling=\"auto\"></iframe>'",2000)  ;
			 setTimeout("document.getElementById('countVideo').src='http://www.tv3.co.nz/Default_Plain.aspx?TabId=824&articleID="+id+"&rnd="+random_num+"'",1000);
		
       //document.getElementById('videoComments').src="http://www.tv3.co.nz/Default_Plain.aspx?TabId=823&articleID="+id+"&rnd="+random_num+"";
		//	document.getElementById("lc").outerHTML="";

		document.getElementById("lc").innerHTML="http://www.tv3.co.nz/DefaultLogin.aspx?TabId=824&articleID="+id+"&rnd="+random_num;
//alert("http://dev.tv3.co.nz/Default_Plain.aspx?TabId=824&articleid="+id+"")
		}
		else if (site=="C4TV"){
				
			//document.getElementById('videoComments').src="http://www.c4tv.co.nz/Default_Plain.aspx?tabid=846&articleID="+id+"&rnd="+random_num+"";
		// setTimeout("document.getElementById('commentsWrapper').innerHTML= '<iframe src=\"http://www.c4tv.co.nz/Default_Plain.aspx?tabid=846&articleID="+id+"\" id=\"videoComments\" width=\"490\" style=\"height:100;\" frameborder=\"0\" allowtransparency=\"true\" scrolling=\"auto\"></iframe>'",2000) ;
		 setTimeout("document.getElementById('countVideo').src='http://www.c4tv.co.nz/Default_Plain.aspx?tabid=810&articleID="+id+"&rnd="+random_num+"'",1000);
	
		}
		else if (site=="THEEDGE"){
			// setTimeout("document.getElementById('commentsWrapper').innerHTML= '<iframe src=\"http://www.theedge.co.nz/Default_Plain.aspx?TabId=401&articleID="+id+"\" id=\"videoComments\" width=\"490\" style=\"height:100;\" frameborder=\"0\" allowtransparency=\"true\" scrolling=\"auto\"></iframe>'",2000) ;
			 setTimeout("document.getElementById('countVideo').src='http://www.theedge.co.nz/Default_Plain.aspx?TabId=398&articleID="+id+"&rnd="+random_num+"'",1000);
	
		}
	
		else{//3news
	//document.getElementById('videoComments').src="http://www.3news.co.nz/Default_Plain.aspx?TabId=850&articleID="+id+"&rnd="+random_num+"";
	//setTimeout("document.getElementById('commentsWrapper').innerHTML= '<iframe src=\"http://www.3news.co.nz/Default_Plain.aspx?TabId=850&articleID="+id+"\" id=\"videoComments\" width=\"490\" style=\"height:100;\" frameborder=\"0\" allowtransparency=\"true\" scrolling=\"auto\"></iframe>'",2000) ;
	setTimeout("document.getElementById('countVideo').src='http://www.3news.co.nz/Default_Plain.aspx?TabId=888&articleID="+id+"&rnd="+random_num+"'",1000);
	
	
	//document.getElementById("countVideo").src="http://www.3news.co.nz/Default_Plain.aspx?TabId=888&articleID="+id+"&rnd="+random_num;

	}
		
		
//window.open("http://www.3news.co.nz/Default_Plain.aspx?TabId=888&articleid="+id)

}

/* resize commeents */
increaseDiv = function(){

var curHeight = document.getElementById('videoComments').offsetHeight;
document.getElementById('videoComments').style.height= curHeight+50;
}
decreaseDiv = function(){
var curHeight = document.getElementById('videoComments').offsetHeight;
document.getElementById('videoComments').style.height= curHeight-50;
}
/*
launchLiveStream = function(what){
	if (what =="on"){
	document.getElementById('flashPlayerDisp').style.visibility= "hidden";
		document.getElementById('flashPlayerDisp').style.display= "none";;
		document.getElementById('liveStream').style.visibility= "visible";
		document.getElementById('liveStream').style.display= "block";
	}
	else{
		document.getElementById('flashPlayerDisp').style.visibility= "visible";
		document.getElementById('flashPlayerDisp').style.display= "block";;
		document.getElementById('liveStream').style.visibility= "hidden";
		document.getElementById('liveStream').style.display= "none";
		
		}
	
	
	}*/





				



