function PollectionMySpaceGadgetInit()
{
	PollectionGadgetInit('play.php', myspaceBeforeLoad, myspaceAfterLoad, installMyspace, myspaceAcceptPlaque, myspaceSkipPlaque);
}

/*
 * This function handles pre-load actions. 
 * 
 * If the method returns true, the loader will not load the url.
 */
function myspaceBeforeLoad()
{
	return false;
}

function myspaceAfterLoad()
{
}

function myspaceAcceptPlaque()
{
	
}

function myspaceSkipPlaque()
{
	
}

function installMyspace()
{
}
