function loadStatus(userID){
	document.getElementById("showStatus").innerHTML = "<embed src=\"http://creative.myspacecdn.com/design/myspace/secretStandup_fall09/flash/statusWidget.swf\" quality=\"high\" bgcolor=\"#005171\" width=\"300\" height=\"123\" name=\"statusWidget\" align=\"middle\" allowScriptAccess=\"always\" allowNetworking=\"all\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" flashvars=\"userID="+userID+"\" />";
}
function swapShows(i,videoID,userID,albumID){
	document.getElementById("showVideo").innerHTML = "<embed width=\"640\" height=\"400\" src=\"http://mediaservices.myspace.com/services/media/embed.aspx/m="+videoID+",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("showGallery").innerHTML = "<embed width=\"612\" height=\"255\" flashvars=\"aid="+albumID+"&amp;sid=side2side&amp;creationTime=1245089776000&amp;uid="+userID+"&amp;pr=3\" wmode=\"transparent\" allownetworking=\"all\" allowscriptaccess=\"always\" allowfullscreen=\"true\" src=\"http://lads.myspace.com/slideshow20/p.swf\" name=\"player\"/>";
	document.getElementById("showContent").innerHTML = "<embed src=\"http://creative.myspacecdn.com/design/myspace/secretStandup_fall09/flash/showContent.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"310\" height=\"688\" name=\"showContent\" align=\"middle\" allowScriptAccess=\"always\" allowNetworking=\"all\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" flashvars=\"i="+i+"\"/>";
}