<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>404 Not found</title>
	<meta name="verify-v1" content="YvRn7nzea9DOZIBYENUm8RZgVbyYn6YKRqtnv06qUlM=" />
	<meta name="google-site-verification" content="vTR_IkfbI4ekthOfHlbyBr76IZW7ScA1dDtWED_-t8Y" />
	<link type="text/css" rel="stylesheet" href="/ui/css/main.css?1328467327" media="screen" />
	<link type="text/css" rel="stylesheet" href="/ui/css/960.css" media="screen" />
	<link type="text/css" rel="stylesheet" href="/ui/css/text.css?1328467327" media="screen" />
	<link type="text/css" rel="stylesheet" href="/ui/css/print.css" media="print" />
	<!--[if IE]><link type="text/css" rel="stylesheet" href="/ui/css/ie.css?1328467327" media="screen" /><![endif]-->
	<!--[if lte IE 6]><link type="text/css" rel="stylesheet" href="/ui/css/ie6.css?1328467327" media="screen" /><![endif]-->

	<script type="text/javascript" src="/ui/js/cufon-yui.js"></script>
	<script type="text/javascript" src="/ui/js/Din_400-Din_400.font.js"></script>
	<script type="text/javascript">
		Cufon.set('fontFamily', 'Din').replace('h1')('h2')('h3');
	</script>
	<script type="text/javascript" src="/ui/js/jsvalidate_beta05.js"></script>
	<script type="text/javascript" src="/ui/js/FancyZoom.js"></script>
	<script type="text/javascript" src="/ui/js/FancyZoomHTML.js"></script>

	<script type="text/javascript" src="/ui/moonshine/js/prototype-1.6.0.3.js"></script>
	<script type="text/javascript" src="/ui/moonshine/js/scriptaculous.js"></script>
	
	<script type="text/javascript" src="/ui/js/swfobject.js?v=2.1"></script>
	<script type="text/javascript">
		var flashvars = {};
		var flashvars = {dataFile: "/slideshows/", showLogo: "false", showRegistration: "false"};
		var params = {allowScriptAccess: "sameDomain", allowfullscreen: "false", allowNetworking: "all", wmode: "transparent"};
		var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "ffffff"};
					swfobject.embedSWF("/flash/monoslideshow.swf", "flashContent", "539", "476", "9", false, flashvars, params, attributes);
			</script>
	
		<script type="text/javascript">
	function hidePods(){
		//alert('hidepods');
		$('podContainer1').fade({ duration: 0.3 });
		$('podContainer2').fade({ duration: 0.3 });
		$('podContainer3').fade({ duration: 0.3 });
		$('podContainer4').fade({ duration: 0.3 });
		$('podContainer5').fade({ duration: 0.3 });
	}
	function showPod(podName){
		switch (podName){
		case 'podContainer1':
			//alert(podName);
			//$('podContainer1').fade({ duration: 0 });
			$('podContainer2').fade({ duration: 0 });
			$('podContainer3').fade({ duration: 0 });
			$('podContainer4').fade({ duration: 0 });
			$('podContainer5').fade({ duration: 0 });
			$('podContainer1').appear({ duration: 0.3 });
			break;
		case 'podContainer2':
			//alert(podName);
			$('podContainer1').fade({ duration: 0 });
			//$('podContainer2').fade({ duration: 0 });
			$('podContainer3').fade({ duration: 0 });
			$('podContainer4').fade({ duration: 0 });
			$('podContainer5').fade({ duration: 0 });
			$('podContainer2').appear({ duration: 0.3 });
			break;
		case 'podContainer3':
			//alert(podName);
			$('podContainer1').fade({ duration: 0 });
			$('podContainer2').fade({ duration: 0 });
			//$('podContainer3').fade({ duration: 0 });
			$('podContainer4').fade({ duration: 0 });
			$('podContainer5').fade({ duration: 0 });
			$('podContainer3').appear({ duration: 0.3 });
			break;
		case 'podContainer4':
			//alert(podName);
			$('podContainer1').fade({ duration: 0 });
			$('podContainer2').fade({ duration: 0 });
			$('podContainer3').fade({ duration: 0 });
			//$('podContainer4').fade({ duration: 0 });
			$('podContainer5').fade({ duration: 0 });
			$('podContainer4').appear({ duration: 0.3 });
			break;
		case 'podContainer5':
			//alert(podName);
			$('podContainer1').fade({ duration: 0 });
			$('podContainer2').fade({ duration: 0 });
			$('podContainer3').fade({ duration: 0 });
			$('podContainer4').fade({ duration: 0 });
			//$('podContainer5').fade({ duration: 0 });
			$('podContainer5').appear({ duration: 0.3 });
			break;
		}
		//alert('showPod');
		//document.getElementById(podName).className='showPod';
	}
	
	function processForm(theForm) {
		if (validateFields(theForm)) {
			// disable the buttons
			$$('div.bttn-bar button').each(function(el){ el.disabled = true; el.addClassName('disabled'); });
			// show 'processing...'
			var msg = $('statusmsg').innerHTML;
			//alert(msg);
			$('statusmsg').update('Processing...');
			$('statusmsg').appear({ duration: 0.3 });
			$(theForm).request({
				onComplete: function(t) {
					var json = t.headerJSON;
					$('statusmsg').hide();
					$('statusmsg').update(msg);
					$('statusmsg').appear({ duration: 0.3 });
				}
			});
		}
	}
	
	function initPage() {
		$$('a.toggler').each(function(el){
			Event.observe(el, 'click', function(evnt){
				Event.stop(evnt);
				var rel = el.readAttribute('rel');
				if (rel == 'pagemenu') {
					if (el.up('ul').readAttribute('id') == 'pagemenu') { $$('#pagemenu li.selected').each(function(e){ e.removeClassName('selected'); }); }
					el.up('li').toggleClassName('selected');
				} else {
					var togglee = $(rel);
					var img = el.down('img');
					img.setOpacity(0.1);
					if (togglee.visible()) {
						Effect.SlideUp(togglee, { duration: 1.0 });
						img.src = '/ui/img/bttn-read-more.gif';
					} else {
						Effect.SlideDown(togglee, { duration: 1.0 });
						img.src = '/ui/img/bttn-read-less.gif';
					}
					img.appear({ duration: 1.5 });
				}
			});
		});
		
		
		if ($(document.body).hasClassName('gallery'))
			setupZoom();

				$$('a.usepopup').each(function(e){
			Event.observe(e, 'click', function(evnt){
				Event.stop(evnt);
				//window.open(e.href,'popupwindow','width=380,height=350,status=yes,scrollbars=yes,resizable=yes,menubar=no,location=no',false);
				window.open(e.href,'popupwindow','width=800,height=600,status=yes,scrollbars=yes,resizable=yes,menubar=no,location=no',false);
			});
		});

			loadAction();
			}
	
						document.observe('dom:loaded', function(){
				$$('.hidden').invoke('hide');
				$$('.togglehidden').each(function(e){
					Event.observe(e, 'click', function(evnt){
						Event.stop(evnt);
						var siblings = e.nextSiblings();
						for (i=0; i<siblings.length; i++) {
							if (siblings[i].hasClassName('hidden')) {
								Effect.toggle(siblings[i].identify(), 'appear', {duration:0.3});
							} else {
								break;
							}
						}
					});
				});
			});
					Event.observe(window, 'load', initPage);
	</script>
</head>
<body class="error">


<div id="container" class="container_12">
	<div id="header">
		<a id="logo" href="/" title="Jacobsen Construction Home"><img src="/ui/img/logo.png" alt="Jacobsen Construction Logo" /></a>
		<div class="topMenu">
			<ul>
		</ul>
			</div>
	</div>
	
	<div id="main">
	
		<div id="content">
	<div id="headline"><h1>&raquo;</h1><h1 id="projectHeadline">Not found</h1></div>
	<div class="container">
		<div id="maincontent" class="biddingLanding"><strong>Error: </strong>The requested address <strong>'/mm_menu'</strong> was not found on this server.</div>
	</div>
</div>	
	</div>
	<div class="mainMenu">
		<script type="text/javascript"></script>
<ul>
		</ul>	</div>

	<br class="clear" />
	<div id="footer">
		<div id="footer-linkage">
	<p>
		<span class="left">&copy;2012 <a href="http://www.jacobsenconstruction.com/">Jacobsen Construction Company</a>, Inc. All Rights Reserved</span>
		<a class="right" href="http://www.humaniz.com/"><span style="color: #fff;">Utah Web Design by Humaniz Interactive</span></a>
	</p>
</div>
	</div>
</div>
	
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-31078-53");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

