/* GZIPPED d65bba2feee4a6f7b0e1fd2b9b18ee9e */ function showNav(){var hoverText=$(this).attr("title");this.title="";this.alt1=hoverText;$(this).find("em").text(hoverText);$(this).find("em").animate({opacity:'show',top:"-75"},250);} function hideNav(){$(this).find("em").animate({opacity:'hide',top:"-85"},250);var hoverText=$(this).attr("alt1");this.alt1="";this.title=hoverText;} (function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))
'+$(this).html()+'
');});}})})(jQuery); $().ready(function(){$('.hoverable').hover(function(){$(this).addClass('hovered');},function(){$(this).removeClass('hovered');});$('.hoverable').click(function(){window.location=$(this).find("a:first").attr("href");return false;});$('.hoverable').mouseover(function(){window.status=$(this).find("a:first").attr("href");return true;}) $('.hoverable').mouseout(function(){window.status='';return true;})});