var BrowserName = navigator.appName; var i=0; if(BrowserName.indexOf("Netscape")>-1) { //var objImage = document.getElementById("imgPleaseWait"); //objImage.addEventListener("load", function(){window.location.replace = "HotelResults.aspx";},false); while(i<=800000){i++;}; window.location.replace("HotelResults.aspx"); } else if((BrowserName.indexOf("Microsoft")>-1) || (BrowserName.indexOf("MSIE")>-1)) { while(i<=500000){i++;}; window.location.replace("HotelResults.aspx"); }