function r9_ad_show() { hasLayers = (navigator.appName.substring(0,8) == "Netscape" && parseFloat(navigator.appVersion) >= 4.02 && parseFloat(navigator.appVersion) < 5); hasIframes = (navigator.appName.substring(0,9) == "Microsoft" && parseFloat(navigator.appVersion) >= 4) || (navigator.appName.substring(0,8) == "Netscape" && parseFloat(navigator.appVersion) >= 5); OPERA = (navigator.userAgent.indexOf('Opera') != -1); random = Math.round(Math.random() * 5) + 1; target = "u=ganon"; if (hasIframes && !OPERA) { document.writeln(''); } else { if (hasLayers && !OPERA) { document.writeln(''); document.writeln(''); } else { document.writeln('') document.writeln('Visit RackNine, expert hosting at reasonable prices!') } } document.writeln('
'); document.writeln('POWERED BY RACKNINE'); document.writeln('
'); }