// Process the form elements and construct the command to pass to IUR.
/*function DoCommand(args){ 
	alert("args are:\n" + args);
	eval("IURCommand('"+args.replace(/,/g,"','") +"')");
}*/
function DoCommandEMAIL(){
//var qq1 = q1;
//alert('q1:'+q1);
IURCommand(
/* target_url          */  	 "http://registration.disney.co.uk",  
/* task               */      "login",
/* promotion_id    		*/	 2021,
/* bu                   */   "", 
/* next_url        */       	 "", 
/* country           */     	 "",  
/* member_name			*/	 "",  
/* password          	*/	 ""

);
} 
