// This file is licensed under the MIT License (MIT) available on // http://opensource.org/licenses/MIT. function pngfix(){ //Allows IE6 to render transparent png var arVersion = navigator.appVersion.split("MSIE") var version = parseFloat(arVersion[1]) if ((version >= 5.5) && (document.body.filters)) { for(var i=0; i