<Head>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--

// Browser check
// already passed version check before calling this page
var BrName = navigator.appName;
if (BrName == "Microsoft Internet Explorer") {
 document.writeln('<BGSOUND SRC="01.mid" LOOP="1">');
}
if (BrName == "Netscape") {
 document.writeln('<EMBED BGCOLOR="#000000" SRC="01.mid" WIDTH="3" HEIGHT="3" AUTOSTART="TRUE" VOLUME="100">');
}

//-->
</SCRIPT>
</Head>