// JavaScript Document
jQuery(function($) {
				
	$("input#locator-zip").autotab({format:"integer"});

	$(".page-shadow-cap-b-r").click(function() {
		$(this).attr('href', '');
		$.scrollTo(0, 800, {});
		return false;
	});
	
});