jQuery(document).ready(function() { jQuery('#header .menu a').bind("mouseover click",function(){ t=jQuery(this).find("img"); t.attr('src',t.attr('src').replace('.png','-hover.png')); t=jQuery(this).find(".sub");t.show(); }).mouseout(function(){ t=jQuery(this).find("img"); t.attr('src',t.attr('src').replace('-hover.png','.png')); t=jQuery(this).find(".sub");t.hide(); }); jQuery.preloadImages('/wp-content/themes/pg/images/menu-home.png'); jQuery('a[rel=external]').click(function(e){ open(this.href); e.preventDefault(); }); }); jQuery.preloadImages = function() { for(var i = 0; i").attr("src", arguments[i]); } }