if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};document.all&&(navigator.userAgent.indexOf("MSIE 6.0")>-1||navigator.userAgent.indexOf("MSIE 5")>-1)&&navigator.userAgent.indexOf("Opera")<0&&document.writeln("<style>img.pngAlpha {visibility:hidden;}</style>");jQuery.classBehaviours.handlers.pngAlpha={name:"pngAlpha",start:function(a){this.process(a);a.onload=this.process},process:function(c){var b="undefined",a=typeof this.nodeName==b?c:this;if(typeof a.style.filter!=b&&(navigator.userAgent.indexOf("MSIE 6.0")>-1||navigator.userAgent.indexOf("MSIE 5")>-1)&&navigator.userAgent.indexOf("Opera")<0&&a.src.indexOf(".png")>-1){a.style.width=a.width+"px";a.style.height=a.height+"px";a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a.src+"', sizingMethod='crop')";a.src=a.src.replace(".png",".gif");a.style.visibility="visible"}}};if(typeof jQuery.fn!="undefined"){jQuery.fn.pngAlpha=function(){return this.each(function(){jQuery.classBehaviours.handlers.pngAlpha.start(this)})};$(document).ready(function(){$(".pngAlpha").pngAlpha()})}