function swapVid(vidID){
	document.getElementById("vidPlayer").innerHTML = "<embed width='921' height='481' type='application/x-shockwave-flash' allowfullscreen='true' wmode='transparent' allowscriptaccess='always' src='http://mediaservices.myspace.com/services/media/embed.aspx/m="+vidID+",t=1,mt=video,ap=1,hb=true,searchID=,primarycolor=,secondarycolor='/>";
}