if(typeof(dclk_isdartrichmedialoaded) == "undefined") { dclk_isdartrichmedialoaded = true; function dclkwrite(str){ if(dclk_shouldoverride) { dclk_original_documentwrite(str); } else{ document.write(str); } } function dclkwriteln(str){ if(dclk_shouldoverride) { dclk_original_documentwriteln(str); } else{ document.writeln(str); } } function dclk_isinternetexplorer() { return (navigator.appversion.indexof("msie") != -1 && navigator.useragent.indexof("opera") < 0); } dclk_shouldoverride = dclk_isinternetexplorer(); if(dclk_shouldoverride) { dclk_original_documentwrite = document.write; dclk_original_documentwriteln = document.writeln; document.write = dclkwrite; document.writeln = dclkwriteln; } }