if (v4 || v5 || (netscape && v3)) {
    detected = true
    document.write('<EMBED src="' + midiName + '" width="70" height="26" autostart="true" loop="1">')
    document.writeln('<FONT size="-2">Right-click to save this page\'s theme music from Windows browsers</FONT>')
} else {
    if (!detected) {
        document.writeln('<FONT size="-2"><A href="' + midiName + '">Click</A> for this page\'s theme music</FONT>')
    }  // end if
}  // end if

