$(document).ready(function(){$("*[title], abbr").tooltip({track:true,delay:0,showURL:false,showBody:". "});$("#content").localScroll(0,700);$("#menu ul a").each(function(a){$(this).mouseover(function(){$(this).stop();$(this).animate({borderTopColor:"#009ee0",borderRightColor:"#009ee0",borderBottomColor:"#009ee0",borderLeftColor:"#009ee0"},750)});$(this).mouseout(function(){$(this).stop();$(this).animate({borderTopColor:"#fff",borderRightColor:"#fff",borderBottomColor:"#fff",borderLeftColor:"#fff"},"fast")})});if($(".work-photos").length){$(".work-photos").jcarousel({scroll:1})}if($("#contactForm").length){$("#contactForm").validate({onkeyup:false,focusInvalid:false,errorElement:"p",rules:{name:"required",email:{email:true},message:"required"},messages:{name:"Bitte geben Sie einen Namen an.",email:{email:"Bitte geben Sie eine korrekte E-Mail-Adresse an."},message:"Bitte geben Sie eine Mitteilung an."}})}$("#tips pre code").each(function(){$(this).replaceWith($(this).html())});$("#tips pre").addClass("brush: php")});
