jQuery.preloadImages = function(){for(var i = 0; i<arguments.length; i++)jQuery("<img>").attr("src", arguments[i]);}jQuery.preloadImages("/html/themes/sgr_sa/images/mbsa/newslice/pautan/1.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/1.png",  "/html/themes/sgr_sa/images/mbsa/newslice/pautan/2.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/2.png",  "/html/themes/sgr_sa/images/mbsa/newslice/pautan/3.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/3.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/4.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/4.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/5.png", "/html/themes/sgr_sa/images/mbsa/newslice/pautan/5.png");jQuery(document).ready(function(){jQuery("#iconbar li a").hover(function(){var iconName = jQuery(this).children("img").attr("src");var origen = iconName.split(".png")[0];jQuery(this).children("img").attr({src: "" + origen + "o.png"});jQuery(this).css("cursor", "pointer");jQuery(this).animate({ width: "150px" }, {queue:false, duration:"normal"} );jQuery(this).children("span").animate({opacity: "show"}, "fast");}, function(){var iconName = jQuery(this).children("img").attr("src");var origen = iconName.split("o.")[0];jQuery(this).children("img").attr({src: "" + origen + ".png"});			jQuery(this).animate({ width: "16px" }, {queue:false, duration:"normal"} );jQuery(this).children("span").animate({opacity: "hide"}, "fast");});});
