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