
//<![CDATA[
 // IE likes ClassName and Netscape likes class
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
    var doesCookie = navigator.cookieEnabled;

 function afterload()
 { try { var elem= (document.getElementById)?document.getElementById("whole"):((document.all)?document.all("whole"):null);
         (doesCookie)?(isIE)?elem.setAttribute('className',''):elem.setAttribute('class',''):window.location.replace('ErrorPage.asp');
       }
   catch (e) { ; }
   try { if (!doesCookie)
         { Alert("Please turn on Cookies for this page.\nYou will need it in order to receive a confirmation.\nThank you.") ;
         }
       }
   catch (e) { ; }

    // if (isIE)
    //  { if ( document.googleBar  ||  typeof(googleBar.Search) != "undefined" )
    //     { // the toolbar was detected."
    //        var alertStr1 = "Google Toolbar has been detected.\n\n" ;
    //            alertStr2 = "Please turn off the AUTOFILL option for Google Toolbar\n" ;
    //            alertStr3 = "by clicking on the Toolbar Options button and then un-check the AUTOFILL option toggle-box." ;
    //            alertStr4 = "\n\nAfter completing all 4 of the Incident Form Steps, you can re-Enable Google's AUTOFILL option." ;
    //        alert(alertStr1 &alertStr2 &alertStr3 &alertStr4);
    //     }
    // }

 }
//]]>
