function writeVideo(vidID){
	document.getElementById('vidPlayer').innerHTML = '<embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m='+vidID+',t=1,mt=video,ap=0,sr=0,hw=1" allowFullScreen="true" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" style="width:455px;height:298px" />';

}




writeVideo("63740819");

