var getVars        = document.getElementById("vidLinker").getAttribute("vars");
var vars           = getVars.split('&');
var linkerPath     = vars[0].slice(vars[0].indexOf('=')+1).toString();
var linkerDiv      = vars[1].slice(vars[1].indexOf('=')+1).toString();
var configPath     = vars[2].slice(vars[2].indexOf('=')+1).toString();
var vidChannel     = vars[3].slice(vars[3].indexOf('=')+1).toString();
var standardWidth  = 640;
var standardHeight = 400;

function playVideo(vidHD,vidStandard,vidTitle,vidSynopsis,vidWidth,vidHeight,vid480,vid720,vid1080,type){
	var newWidth = type == "standard" ? standardWidth : vidWidth;
	var newHeight = type == "standard" ? standardHeight : vidHeight;
	playVideo.vidID = type == "standard" ? vidStandard : vidHD;	
	playVideo.vidTitle = vidTitle;	
	if(type == "redband"){
		document.getElementById("vidPlayer").innerHTML = "<embed src='http://creative.myspacecdn.com/Client/Marketing/TrailerPark2/swf/customPlayer.swf' bgcolor='#000000' width='"+newWidth+"' height='"+newHeight+"' name='customPlayer' allowScriptAccess='always' allowNetworking='true' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' flashVars='m="+playVideo.vidID+"&t="+vidTitle+"&h=true' hspace='0' vspace='0' style='border:none;margin:0;padding:0' />";
		document.getElementById("linkerDiv").innerHTML = "";
	}
	else{
		document.getElementById("vidPlayer").innerHTML = "<embed src='http://mediaservices.myspace.com/services/media/embed.aspx/m="+playVideo.vidID+",t=1,mt=video,ap=1,autoplay=1,sr=0,searchID=,primarycolor=,secondarycolor=' width='"+newWidth+"' height='"+newHeight+"' allowFullScreen='true' type='application/x-shockwave-flash' wmode='transparent' hspace='0' vspace='0' style='border:none;margin:0;padding:0'/>";
		document.getElementById(linkerDiv).innerHTML = "<embed src='"+linkerPath+"' width='"+newWidth+"' height='25' allowNetworking='true' allowScriptAccess='always' wmode='transparent' type='application/x-shockwave-flash' flashVars='configPath="+configPath+"&vidHD="+vidHD+"&vidStandard="+vidStandard+"&vidTitle="+escape(vidTitle)+"&vidSynopsis="+escape(vidSynopsis)+"&vidWidth="+vidWidth+"&vidHeight="+vidHeight+"&vid480="+vid480+"&vid720="+vid720+"&vid1080="+vid1080+"&vidChannel="+vidChannel+"&type="+type+"' hspace='0' vspace='0' style='border:none;margin:0;padding:0'/>";
	}	
	if(vidTitle) document.getElementById("vidTitle").innerHTML = vidTitle;
	if(vidSynopsis) document.getElementById("vidSynopsis").innerHTML = vidSynopsis;
}

function postToMySpace(l){
	window.location = "http://www.myspace.com/Modules/PostTo/Pages/?t="+playVideo.vidTitle+"&c=%3Cobject%20width%3D%22425%22%20height%3D%22360%22%3E%3Cparam%20name%3D%22allowFullScreen%22%20value%3D%22true%22/%3E%0A%3Cparam%20name%3D%22wmode%22%20value%3D%22transparent%22/%3E%3Cparam%20name%3D%22movie%22%20value%3D%22http%3A//mediaservices.myspace.com/services/media/embed.aspx/m%3D"+playVideo.vidID+"%2Ct%3D1%2Cmt%3Dvideo%2CsearchID%3D%2Cprimarycolor%3D%2Csecondarycolor%3D%22/%3E%3Cembed%20src%3D%22http%3A//mediaservices.myspace.com/services/media/embed.aspx/m%3D"+playVideo.vidID+"%2Ct%3D1%2Cmt%3Dvideo%2CsearchID%3D%2Cprimarycolor%3D%2Csecondarycolor%3D%22%20width%3D%22425%22%20height%3D%22360%22%20allowFullScreen%3D%22true%22%20type%3D%22application/x-shockwave-flash%22%20wmode%3D%22transparent%22/%3E%3C/object%3E&u=http%3A//vids.myspace.com/index.cfm%3Ffuseaction%3Dvids.individual%26VideoID%3D"+playVideo.vidID+"&l="+l;
}

function sendEmail(){
	window.location = "http://vids.myspace.com/index.cfm?fuseaction=vids.email&videoid="+playVideo.vidID;
}

function viewHD(url){
	document.getElementById("viewHD").innerHTML = "<embed src='http://creative.myspacecdn.com/Client/Marketing/TrailerPark2/qt/480p.mov' width='0' height='0' href='"+url+"' target='quicktimeplayer' autohref='true' controller='false' hspace='0' vspace='0' style='border:none;margin:0;padding:0'>";
}