window.addEvent("domready",function(){
if(Prototype.Browser.IE){
$ES("img.tagAutoGifDegrade").each(function(img,_2eb){
if(img.src.toLowerCase().substring(img.src.length-3,img.src.length)=="png"){
img.src=img.src.substring(0,img.src.length-3)+"gif";
}
});
}
});
