/*******************************/
function GetThis(T, C, U, L)
{
    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
    + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
    window.open(targetUrl);
}

/*******************************/
function changeVersion(id)
{
   document.getElementById("VersionSetting")._SetCurrentVersion.value = id;
   document.getElementById("VersionSetting").submit();
}

/*******************************/
function fbs_click() 
{
	u=location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
}

/*******************************/
function startGallery() 
{
	var myGallery = new gallery($('myGallery'), {timed: true});
}

