// copyright Tomas Young 2009

if(navigator.appVersion.indexOf("MSIE 7.") == -1) {
    document.write('<img src="loading.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="monster run.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="monster run 2.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="open door.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="close door.gif" align="right" border="0" width=1 height=1>');
}
document.write('<img src="blank.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="door.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="behind door.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="monster stand.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="inside open.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="inside close.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="word-door-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-door-1.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-open-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-open-1.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-close-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-close-1.bmp" align="right" border="0" width=1 height=1>');
if(/MSIE (\d+\.\d+);/.test(navigator.userAgent)) {
    document.write('<bgsound src="blank.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="door.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="open.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="close.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="open door.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="close door.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="open doorE.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="close doorE.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="door open.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="door close.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="drop.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="word-open.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="word-close.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="word-door.wav" autostart="true" hide="true" loop="false" volume="-10000">');
}
else if(/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)) {
    document.write('<embed src="blank.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="door.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="open.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="close.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="open door.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="close door.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="open doorE.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="close doorE.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="door open.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="door close.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="drop.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="word-open.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="word-close.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="word-door.wav" autostart=false hidden=true loop=false>');
}

