$=jQuery;jQuery.extend(jQuery.browser,{ipad:navigator.userAgent.toLowerCase().match(/iPad/i),iphone:navigator.userAgent.toLowerCase().match(/iPhone/i)});jQuery.ajaxHash={save:function(a){window.location.hash=a.replace(new RegExp(window.location.protocol+"//"+window.location.host),"")},load:function(){if(window.location.hash.match(/#/)){window.location.href=window.location.protocol+"//"+window.location.host+"/"+window.location.hash.replace(/#(\/)?/,"")}}};$(function(){$(".widget_text").addClass("hyphenate");$("#text-9").removeClass("hyphenate");$("#text-7").removeClass("hyphenate");Hyphenator.run();$("a.back").click(function(){history.go(-1);return false});if($("#small-map").length>0){$("#small-map").gMap({address:"Finkenau 35, 22081 Hamburg",zoom:11,controls:{panControl:false,zoomControl:true,mapTypeControl:false,scaleControl:false,streetViewControl:true,overviewMapControl:false},markers:[{address:"Finkenau 35, 22081 Hamburg",html:null}],icon:{image:template.url+"/images/marker.png",iconsize:[25,49],iconanchor:[13,49]}})}$("textarea").autoResize({animateDuration:50,extraSpace:1});if(jQuery.browser.iphone){$(window).load(function(){if(parseInt($(window).scrollTop())==0){window.scrollTo(0,1)}})}$("img").removeAttr("height");$("ul li:last-child").addClass("last-child")});
