$(document).ready(function() {		var stepLimit = 4;		// current step (default 1)	var currStep = 1;		$('#quick-search input').live('change', function() {				var lastStep  = currStep;		currStep += 1;		var postUrl  = "/quick/selector.php?step=" + currStep;		var postData = $('#quick-search').serialize();		if(currStep <= stepLimit) {			$.post(postUrl, postData, function(data) {				$(data).find('.step').hide();				$('#quick-search').append(data);				$('.step-' + lastStep).slideUp(500);				$('.step-' + currStep).slideDown(500);				$('#quick-step').text('Step ' + currStep);			});		} else {			$('#quick-search').submit();		}			});});$(function() {	$('body:not(.subpage) #page-header').flash({		  src: 'uploads/flash/hobart.swf'		, width: 901		, height: 250		, wmode: 'transparent'	});		$('#healthsafetyemailad').bind('click', function() {		$.fancybox({content: '<iframe src="https://app.e2ma.net/app/view:Join/signupId:1369058/acctId:1351903" width="510" height="400" frameborder="0"></iframe>'});		return false;	});	$('.channel-chat-newsletter').bind('click', function() {		$.fancybox({content: '<iframe src="https://app.e2ma.net/app/view:Join/signupId:1352556/acctId:1351903" width="680" height="570" frameborder="0"></iframe>'});		return false;	});	$('#enlargemap').bind('click', function() {		$.fancybox({content: '<img src="/uploads/images/L3_map-of-troy_2011-lg.gif" width="488" height="732" />'});		return false;	});		//$('#searchbox').val('Hobart Search');});try{Typekit.load();}catch(e){}
