/* CONTACT LINKS FUNCTION
-----------------------------------------------------*/
function getDisplayFriendID() 
{ return MySpace.ClientContext.DisplayFriendId; }

/* ADDTHIS VARIABLES
-----------------------------------------------------*/
addthis_offset_top      = 0;
addthis_offset_top_low  = 0;
addthis_offset_left     = 0;

/* IMAGE GALLERY FUNCTION
-----------------------------------------------------*/
function viewImage(src)
{ document.getElementById("largeImage").innerHTML = "<img src=\""+src+"\" style=\"width:450px; height:360px\"/>"; }

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



/* ADDTHIS
-----------------------------------------------------*/
function loadAddThis()
{document.getElementById("atContainer").innerHTML = "<a href=\"http://www.addthis.com/bookmark.php\" onmouseover=\"return addthis_onmouseover(this, event, '', '', 'myspace', 'eng')\" onmouseout=\"addthis_onmouseout()\" onclick=\"return addthis_to()\" name=\"&lid=addthis\" id=\"addthis\"><img src=\"http://creative.myspacecdn.com/Client/Toyota/RTS2010/images/addthis.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Add This\" /></a>";}



