var Cardorder = {
	init : function(){
		$('#buttonSend').click(function(){
			$('#cardorderForm').submit();
			return false;
		});
	}
}

