function playVid(uid,mid,title,desc,date,plays,comments){
	document.getElementById("vidPlayer").innerHTML = "<embed width=\"640\" height=\"400\" src=\"http://mediaservices.myspace.com/services/media/embed.aspx/m="+mid+",t=1,mt=video,hb=true,ap=1,searchID=,primarycolor=,secondarycolor=\" allowscriptaccess=\"always\" hb=\"true\" wmode=\"transparent\" allowfullscreen=\"true\" type=\"application/x-shockwave-flash\"/>"; 
	document.getElementById("vidTitle").innerHTML = title; 
	document.getElementById("vidDesc").innerHTML = desc;
	document.getElementById("vidDate").innerHTML = "Added: "+date;
	document.getElementById("vidPlays").innerHTML = "Total Plays: "+plays;
	document.getElementById("vidComments").innerHTML = "Comments: "+comments;
	document.getElementById("vidAdd").innerHTML = "<a href=\"#\" onclick=\"postToMySpace('"+mid+"','"+title+"','3');return false;\">Add to Profile</a>";
	document.getElementById("vidSubscribe").innerHTML = "<a href=\"#\" onclick=\"videoapi.subscribeToChannel('"+uid+"');return false;\">Subscribe</a>";
	document.getElementById("vidView").innerHTML = "<a href=\"http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid="+uid+"\">View Channel</a>";
	document.getElementById("vidBlog").innerHTML = "<a href=\"#\" onclick=\"postToMySpace('"+mid+"','"+title+"','1');return false;\">Blog</a>";
	document.getElementById("vidEmail").innerHTML = "<a href=\"#\" onclick=\"sendEmail('"+mid+"','"+title+"');return false;\">Email This</a>";
	document.getElementById("vidPost").innerHTML = "<a href=\"#\" onclick=\"postToMySpace('"+mid+"','"+title+"','2');return false;\">Post to Bulletin</a>";
	document.getElementById("vidComment").innerHTML = "<a href=\"http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID="+mid+"#addcomment\">Comment</a>";
	document.getElementById("vidFavs").innerHTML = "<a href=\"#\" onclick=\"videoapi.addToFavorites('"+mid+"'); return false;\">Favorites</a>";
	document.getElementById("vidShare").innerHTML = "<a onclick=\"return addthis_to()\" onmouseout=\"addthis_close()\" onmouseover=\"return addthis_onmouseover(this,'','http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID="+mid+"','"+title+"')\" id=\"tv_vid_share\" href=\"http://www.addthis.com/bookmark.php\" class=\"share\" ><img src=\"http://x.myspace.com/images/addthis-eng.gif\" width=\"125\" height=\"16\" border=\"0\" alt=\"Share This Video\" /></a>";
}
function postToMySpace(mid,title,type){
	window.location = "http://www.myspace.com/Modules/PostTo/Pages/?t="+title+"&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"+mid+"%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"+mid+"%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"+mid+"&l="+type;
}
function sendEmail(mid,title){
	window.location = "http://messaging.myspace.com/index.cfm?fuseaction=mail.composeV3&s="+title+"&b="+"%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"+mid+"%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"+mid+"%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"+mid;
}