(function($){ 
	$(function(){ 
		$('input:text').setMask();
	}); 
})(jQuery);
