// set to true to enable hit box tracking
var hitboxEnabled = true;

// ACCOUNT NUMBER(S)
// should be something like: 'DM570627ECNC38EN3;DM57050997CW38EN3' 
var hitboxAccountNumber = 'DM570530BIFA38EN3;DM57050997CW38EN3';          

// MULTI-LEVEL CONTENT CATEGORY
// should be something like: '/creativeservicestestacct;/Test+Do+Not+Use/creativeservicestestacct' 
var hitboxMultiLevelContentCategory = '/mtvbigquestionUK;/Intl/Entertainment+Television/mtvbigquestionUK';



// sendQueryVid


//GLOBAL VARIABLES
	var popupUrlVidEn = 'http://adsupport.myspace.com/index.cfm?fuseaction=advertiser.videosubmission&viralsubmissionid=833'; //replace the url with your embed code pop-up

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

	
	if (isLoggedIn > 0)
    {
		
		window.open(''+popupUrlVidEn+'');
    }
	else
	{
		alert('You must be logged in to submit your entry');
	}
}


// sendQueryText


//GLOBAL VARIABLES
	var popupUrlTxtEn = 'http://creative.myspace.com/uk/bigquestion/contest/upload_text_eng.html'; //replace the url with your embed code pop-up

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

	
	if (isLoggedIn > 0)
    {
		
		window.open(''+popupUrlTxtEn+'');
    }
	else
	{
		alert('You must be logged in to submit your entry');
	}
}





// sendQueryVid


//GLOBAL VARIABLES
	var popupUrlVidEs = 'http://adsupport.myspace.com/index.cfm?fuseaction=advertiser.videosubmission&viralsubmissionid=834'; //replace the url with your embed code pop-up

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

	
	if (isLoggedIn > 0)
    {
		
		window.open(''+popupUrlVidEs+'');
    }
	else
	{
		alert('Necesitas iniciar sesi\363n para subir');
	}
}


// sendQueryText


//GLOBAL VARIABLES
	var popupUrlTxtEs = 'http://creative.myspace.com/uk/bigquestion/contest/upload_text_esp.html'; //replace the url with your embed code pop-up

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

	
	if (isLoggedIn > 0)
    {
		
		window.open(''+popupUrlTxtEs+'');
    }
	else
	{
		alert('Necesitas iniciar sesi\363n para subir');
	}
}
