﻿$(function(){$('a.blank').click(function(){return!window.open(this.href)});$('#footer').find('.banner a, #news a').add('#navigation a').click(function(){if(this.hostname!=location.hostname&&!$(this).hasClass('blank')){return!window.open(this.href)}});var c=location.pathname.match(/([a-z0-9\-]+)/i);c&&$('#'+c[0]+' a').addClass('act');$('#navigation ul').find('li:has(ul)').hover(function(){$(this).toggleClass('hover').find('ul').toggle()}).end().find('ul li:last-child a').css('background','none')});
