$(document).ready(function(){menu_observer();display_lightbox();track_downloads()});if(top.location!=self.location){top.location.replace(self.location.href)}function menu_observer(){$("ul.menu > li").not("#home").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")});$("ul.menu > li > a").not("#home").click(function(){return false})}function display_lightbox(){var a="div.gallery a";$(a).attr("rel","gallery");$(a).colorbox({maxWidth:"95%",maxHeight:"100%",scalePhotos:true})}function track_downloads(){$(".downloads a").click(function(b){var a=this.href.replace("http://"+location.host,"");pageTracker._trackPageview(a)})};