$(document).ready(function() { // Fix PNG transparencies on IE jQuery.ifixpng("/image/pixel.gif"); $("img[src$=png]").ifixpng(); $(".first_header_menu.selected").corner("left"); $(".last_header_menu.selected").corner("right"); $(".footer").corner("bottom"); $(".curved").corner(); $("a.new_window").click(function(){ window.open(this.href); return false; }); $.preLoadImages("/image/feedback_tab_hover.jpg"); $("#feedback_tab img").mouseover(function () { $(this).attr("src", "/image/feedback_tab_hover.jpg"); }); $("#feedback_tab img").mouseout(function () { $(this).attr("src", "/image/feedback_tab.jpg"); }); });