/*------------------------

  Required Functions
 
------------------------*/

//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;
/*------------------------

  Custom Functions
 
------------------------*/

//GLOBAL VARIABLES
	var popupUrl = 'http://creative.myspacecdn.com/mx/nochemexico/form/index.html'; //replace the url with your embed code pop-up

//THIS FUNCTION APPENDS THE USER INFORMATION ONTO THE QUERY STRING
function photoPop()
{	
	

	
	if (isLoggedIn > 0)
    {
		
		window.open(''+popupUrl+'?u='+isLoggedIn+'','','width=900,height=510,toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0');
    }
	else
	{
		alert('Necesitas iniciar sesi\363n para subir tu foto.');
	}
}