var supersleight=function(){var D=false;var B=false;var G="x.gif";var A=/x\.gif$/i;var F=function(){if(D){D=document.getElementById(D)}else{D=document}for(var H=D.all.length-1,I=null;(I=D.all[H]);H--){if(I.currentStyle.backgroundImage.match(/\.png/i)!==null){E(I)}if(I.tagName=="IMG"&&I.src.match(/\.png$/i)!==null){C(I)}if(B&&(I.tagName=="A"||I.tagName=="INPUT")&&I.style.position===""){I.style.position="relative"}}};var E=function(I){var K="scale";var H=I.currentStyle.backgroundImage;var J=H.substring(5,H.length-2);if(I.currentStyle.backgroundRepeat=="no-repeat"){K="crop"}I.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+J+"', sizingMethod='"+K+"')";I.style.backgroundImage="url("+G+")"};var C=function(H){var I=H.src;H.style.width=H.width+"px";H.style.height=H.height+"px";H.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+I+"', sizingMethod='scale')";H.src=G};return{init:function(){F()},limitTo:function(H){D=H},run:function(){F()}}}();