function DoCommand(a1, returnURL){
	
			
      launchIUR_v2(

            /* target_url*/   		'http://registration.disney.co.uk',

            /* task */              'submit_promotion',

            /* promotion_id*/       5829,

            /* skin*/               '',

            /* next_url*/           'http://www.disney.es/DisneyChannel/scavengersweepstakes/thanks.html',

            /* country*/            '',

            /* member_name*/        '' ,

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

            /*q1*/                  a1

            )

}

