function vidLinker(linkerPath,configPath,vidWidth,vidHeight,vidTitle,vidID,vidChannel){
	vidLinker.linkerPath = linkerPath;
	vidLinker.configPath = configPath;
	vidLinker.vidWidth = vidWidth;
	vidLinker.vidHeight = vidHeight;
	vidLinker.vidTitle = vidTitle;
	vidLinker.vidID = vidID;
	vidLinker.vidChannel = vidChannel;
	document.getElementById("vidLinker").innerHTML = "<embed src='"+vidLinker.linkerPath+"' width='"+vidLinker.vidWidth+"' height='25' allowNetworking='true' allowScriptAccess='always' wmode='transparent' type='application/x-shockwave-flash' flashVars='configPath="+vidLinker.configPath+"&vidTitle="+vidLinker.vidTitle+"&vidID="+vidLinker.vidID+"&vidChannel="+vidLinker.vidChannel+"'/>";
	document.getElementById("vidPlayer").innerHTML = "<embed width='"+vidLinker.vidWidth+"' height='"+vidLinker.vidHeight+"' type='application/x-shockwave-flash' allowfullscreen='true' wmode='transparent' allowscriptaccess='always' src='http://mediaservices.myspace.com/services/media/embed.aspx/m="+vidLinker.vidID+",t=1,mt=video,hb=true,ap=1,searchID=,primarycolor=,secondarycolor='/>";
}	
function postToBlog(){
	window.location = "http://www.myspace.com/Modules/PostTo/Pages/?t="+vidLinker.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"+vidLinker.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"+vidLinker.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"+vidLinker.vidID+"&l=1";
}
function sendBulletin(){
	window.location = "http://www.myspace.com/Modules/PostTo/Pages/?t="+vidLinker.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"+vidLinker.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"+vidLinker.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"+vidLinker.vidID+"&l=2";
}
function addToProfile(){
	window.location = "http://www.myspace.com/Modules/PostTo/Pages/?t="+vidLinker.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"+vidLinker.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"+vidLinker.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"+vidLinker.vidID+"&l=3";
}
function sendEmail(){
	window.location = "http://vids.myspace.com/index.cfm?fuseaction=vids.email&videoid="+vidLinker.vidID;
}
