$(document).ready(function() { // var zIndexNumber = 1000; // $("div").each(function() { // $(this).css("zIndex", zIndexNumber); // zIndexNumber -= 10; // }); $("a.new_window").click(function(){ window.open(this.href); return false; }); $("#top_menu li").hover( function(){ $(this).addClass("hover"); }, function(){ $(this).removeClass("hover"); }); $.ga.load("UA-819340-3"); $.addthis(); });