// copyright Tomas Young 2008

if(navigator.appVersion.indexOf("MSIE 7.") == -1) {
    document.write('<img src="loading.gif" align="right" border="0" width=1 height=1>');
}
document.write('<img align="right" src="eye.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="nose.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="ear.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="mouth.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="hand.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="feet.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="finger.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="toe.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="word-eye-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-eye-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-nose-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-nose-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-ear-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-ear-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-mouth-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-mouth-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-hand-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-hand-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-finger-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-finger-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-foot-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-foot-1.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-toe-0.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="word-toe-1.bmp" 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="eye.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="nose.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="ear.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="mouth.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="hand.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="feet.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="finger.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="toe.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="eye.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="nose.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="ear.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="mouth.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="hand.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="feet.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="finger.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="toe.wav" autostart=false hidden=true loop=false>');
}

