function statusDefault()
{
   window.defaultStatus = deflt;
}

onLoad = statusDefault();

document.write("</head><body text=#000000 bgcolor=#FFFFFF link=#0080D0 vlink=#0080D0 alink=#FF0000>");

vers = navigator.appVersion;
 if (navigator.appName == "Microsoft Internet Explorer")  {
    (alert("You are using Microsoft Internet Explorer!"));
    location.href = "http://www.netscape.com";
   };

document.write("<table width=700 border=0>");
document.write("<tr><td><img src='chap"+chap+".jpg' align=right>");
document.write("<tr><td><img src='../images/blank.gif' height=75><br clear=all>");
document.write("<tr><td><img src='../images/blank.gif' width=50 height=2><img src='quote"+chap+".gif'>");
document.write("<tr><td><img src='../images/blank.gif' height=55><br clear=all>");
document.write("</table>");
