isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false; IE5 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 5.")!=-1)) ? true : false; IE6 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false; IE5plus = (IE5 || IE6) && !isMac; var temp=new String(document.location); url=temp.replace('&','_'); url=temp.replace('#','_'); document.writeln('')