
// Process the form elements and construct the command to pass to IUR.
function DoCommand(task, promo_id, next_url){

	IURCommand(
/* target_url*/ 			"http://inscripcion.disney.es",
/* task*/ 					task,
/* promotion_id*/ 			promo_id,  			/* *** CHANGE **** */
/* bu */                    null,   
/* next_url */              next_url,
/* country */				null,
/* member_name */			null,
/* password */				null);

}