/*
ele.validations.customer.rules["CustomerGeneric2"]="required";
ele.validations.customer.messages["CustomerGeneric2"]="Please enter your policy number";
*/
$(document).ready(function(){
		
	$("#RegisterFormSubmit").bind("click",function(){
		$('[name=tokencode]').val($('[name=CustomerGeneric2]').val());
	})
		
});

