jQuery(function($) { // example of adding class prior to initiating autoNumeric
	$('selector').addClass('auto'); // the input field will inherited the options
	$('input.auto').autoNumeric({
		mNum: 7,
		mDec: 0,
		 aSign: '£'
	});
})
