jQuery(function($) {
	$('input.auto').ready(function(){
		$('input.auto').autoNumeric();
	});
});


