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