﻿function fixPNG(C){if(/MSIE (5\.5|6).+Win/.test(navigator.userAgent)){var E;if(C.tagName=="IMG"){if(/\.png$/.test(C.src)){E=C.src;if(C.width){C.style.width=C.width}if(C.height){C.style.height=C.height}if(window==parent){C.src="/f/1/global/0.gif"}}}else{E=C.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);if(E){E=E[1];C.runtimeStyle.backgroundImage="none"}}var D=/iesizing\-(\w+)/;var A=D.exec(C.className);var B=(A)?A[1]:"crop";if(E){C.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+E+"',sizingMethod='"+B+"')";C.link=E}}};