// needed for the contact links funtion to work properly
    function getDisplayFriendID() { return MySpace.ClientContext.DisplayFriendId; }
    
// required for add this javascript
    addthis_offset_top      = 0;
    addthis_offset_top_low  = 0;
    addthis_offset_left     = 0;

// video swapper function
function playVideo(id)
{ document.getElementById("video_player").innerHTML = "<embed width=\"360\" height=\"308\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" wmode=\"transparent\" hb=\"true\" allowscriptaccess=\"always\" src=\"http://mediaservices.myspace.com/services/media/embed.aspx/m="+id+",t=1,mt=video,hb=true,ap=1,searchID=,primarycolor=,secondarycolor=\"/>"};

