var oldhatvalue = null; var welcome_message=" Welcome!     "; if ((document.cookie.indexOf("MailCookie=NSCP,") > -1) && (welcome_message.indexOf(",") > 0)) { submail = document.cookie.substring((document.cookie.indexOf("MailCookie=NSCP,")+16),(document.cookie.length)); if (submail.indexOf(";") > -1) { mails = submail.substring(0, submail.indexOf(";")); } else { mails = submail.substring(0, submail.length); } ALT=(" You have " + mails + " new messages! "); URL=("http://home.netscape.com/images/home2001c/m" + mails + ".gif"); if (mails == 1) { ALT=(" You have " + mails + " new message! "); } if (mails == -1){ URL=("http://big.netscape.com/NumNewMsgsImage?qry=NewMsgs&url=http://home.netscape.com/images/home2001c/m"); ALT=(" Check Your E-mail "); } } else if (welcome_message.indexOf(",") > 0) { URL=("http://big.netscape.com/NumNewMsgsImage?qry=NewMsgs&url=http://home.netscape.com/images/home2001c/m"); ALT=(" Check Your E-mail "); } else { URL=("http://toolbar.netscape.com/tw_hat/images/m0.gif"); ALT=(" Free E-mail "); } middlehat=("\n" + "\n" + "\n" + "\n" + "
\n" + " Welcome!    
\n" + "
\n" + "\n" + "Netscape\n" + "
\n" + "\n" + "\""
\n" + "\n" + "Get Maps and Directions\n" + "\n" + "Free Instant Messenger\n" + "\n" + "Search the Internet\n" + "Live the Academy Awards®
\n" + "
\n"); document.write(middlehat);