function swapContent(title,userid,videoid,albumid,photo,caption,recap){
var newrecap = escape(recap);
document.getElementById("sideContent").style.display = "block";
document.getElementById('showTitle').innerHTML = title;
document.getElementById('showCaption').innerHTML = caption;
document.getElementById('showPhoto').innerHTML = "<img src='"+photo+"' />";
document.getElementById('showRecap').innerHTML = "<embed src='http://creative.myspacecdn.com/design/myspace/theList/flash/myScroller.swf' quality='high' wmode='transparent' width='178' height='270' name='scrollTest' align='middle' allowScriptAccess='always' allowNetworking='true' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' flashVars='textContent="+newrecap+"&trackColor=0x004d8e&sliderColor=0x017ac3&trackWidth=7&trackMargin=7&fontFace=Arial&fontHeight=10&fontColor=0xb1b1b1' />";
document.getElementById('showLink').innerHTML = "<a href='http://www.myspace.com/"+userid+"'>> VISIT BAND PROFILE</a>";
document.getElementById('showGallery').innerHTML = "<embed width='300' height='245' align='middle' name='slider' allowScriptAccess='always' allowNetworking='true' flashvars='userID=50102613&amp;bgColor=16580603&amp;bgColor2=0&amp;transitionSpeed=4&amp;transitionStyle=a&amp;showCaptions=1&amp;albumID="+albumid+"' wmode='transparent' scale='noscale' quality='high' type='application/x-shockwave-flash' src='http://lads.myspace.com/photoshow/slideshow.swf'/>";
document.getElementById('showVideo').innerHTML = "<embed style='width: 848px; height: 481px;' 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='/>";
}
function swapVid(id){
	document.getElementById("sideContent").style.display = "none";
	document.getElementById("showVideo").innerHTML = "<embed style='width: 848px; height: 481px;' type='application/x-shockwave-flash' wmode='transparent'  hb='true' allowscriptaccess='always' allowfullscreen='true' src='http://mediaservices.myspace.com/services/media/embed.aspx/m="+id+",t=1,mt=video,ap=1,hb=true,searchID=,primarycolor=,secondarycolor='/>";
}
