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