function DoCommand(a1){
	var targetUrl = 'http://registration.disney.co.uk';
	var returnUrl = 'http://disneyxd.disney.co.uk/stunt/nextx/index.html';
	var promoId = 6004;
	if(a1 != undefined) {
      launchIUR_v2(

            /* target_url*/   		targetUrl,

            /* task */              'submit_promotion',

            /* promotion_id*/       promoId,

            /* skin*/               '',

            /* next_url*/           returnUrl,

            /* country*/            '',

            /* member_name*/        '' ,

            /* password*/           '' ,
			
            /* age_band*/			'',
			
            /*fullscreen*/			'true',
            
            /* swid	            */  '',			

            /*q1*/                  a1

            )
	}
	else {
      launchIUR_v2(

            /* target_url*/   		targetUrl,

            /* task */              'submit_promotion',

            /* promotion_id*/       promoId,

            /* skin*/               '',

            /* next_url*/           returnUrl,

            /* country*/            '',

            /* member_name*/        '' ,

            /* password*/           '' ,
			
            /* age_band*/			'',
			
            /*fullscreen*/			'true',
            
            /* swid	            */  ''

            )		
	}
}
