This chooses the right code to use, add it to the BODY:
(replace 'rockin.mid' with the file)
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
document.write("");
} else {
document.write("
|