$(document).ready(function(){$('ul.list_items').each(function(index){$(this).children('li').slice(10).hide();});$('.minus').click(function(){$(this).parent().next('ul').children('li:visible:last').hide();});$('.plus').click(function(){$(this).parent().next('ul').children('li:hidden:first').show();});$('.minimizesidebar').click(function(){$(this).parent('h2').next().toggle();});$('.minimizedynwidget').click(function(){$(this).parent('h2').next().toggle();});$('.minimizecat').click(function(){$(this).parent('h3').next().toggle();});$("ul.list_items li:even").css("background-color","#fff");$("ul.list_items li:odd").css("background-color","#f5f5f5");$(".catHover").hover(function(){$(this).css({'z-index':'30'});$(this).find('img').addClass("hover").stop().animate({marginTop:'-110px',marginLeft:'-110px',top:'18%',left:'90%',width:'195px',height:'195px',padding:'5px',float:'left'},200);},function(){$(this).css({'z-index':'0'});$(this).find('img').removeClass("hover").stop().animate({marginTop:'0',marginLeft:'0',top:'13px',left:'0',width:'96px',height:'72px',padding:'3px'},400);});});function externalLinks(){if(!document.getElementsByTagName)return;var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute("href")&&anchor.getAttribute("name")=="external")
anchor.target="_blank";}}
window.onload=externalLinks;
