		/* <![CDATA[ */
		var shutterSettings = {
		msgLoading: "L O A D I N G",
		msgClose: "Click to Close",
		imageCount: "1"
		};
		/* ]]> */
		
		$jq = jQuery.noConflict();
        
		$jq(document).ready(function(){

			$jq('.menu a').each(function() {
				$jq(this).attr('href', '#section'+$jq(this).attr('href').substring(29, $jq(this).attr('href').length));
			});
			            
			$jq('.menu').onePageNav();
			$jq('.menu .page-item-5.current').parent().parent().css('top', '200px');

			$jq('table').css('height', $jq(window).height()-83);
			$jq('table td').css('height', $jq(window).height()-83);
			
			$jq('.lasmer_aktuellt').bind('click', function(e) {
				$jq.scrollTo($jq('#section11'), 750);
				e.preventDefault();
			});
			$jq('.home').bind('click', function(e) {
				$jq.scrollTo($jq('#section5'), 750);
				e.preventDefault();
			});
			
			$jq(".google_map").unobtrusiveGoogleMaps();
		});

		$jq(window).resize(function() {
			$jq('table').css('height', $jq(window).height()-83);
			$jq('table td').css('height', $jq(window).height()-83);
			$jq.scrollTo($jq('.section.current'));
		});
