if((window.ActiveXObject)||(document.childNodes&&!document.all&&!navigator.taintEnabled)||(document.getBoxObjectFor!=null)||window.opera){
/*@cc_on @if (@_win32 && @_jscript_version >= 5.6) @*/
$(function(){function c(e){this.imgsrc=e;this.imgsrc_on=d(e);image_cache=new Image();image_cache.src=this.imgsrc_on}function d(f){var e=f.lastIndexOf(".");f=f.substr(0,e)+a+f.substr(e,4);return f}var b="img.rollover , input.rollover";var a="_on";$(b).each(function(){SRC=$(this).attr("src");var e=new c(SRC);$(this).hover(function(){$(this).attr("src",e.imgsrc_on)},function(){$(this).attr("src",e.imgsrc)}).closest("a").focus(function(){$(this).find("img").attr("src",e.imgsrc_on)}).blur(function(){$(this).find("img").attr("src",e.imgsrc)})});$('a[href^="http://"]').click(function(){window.open(this.href,"_blank");return false})})};//@end