// 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="zero.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="one.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="two.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="three.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="four.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="five.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="six.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="seven.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="eight.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="nine.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="ten.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="zeroC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="oneC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="twoC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="threeC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="fourC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="fiveC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="sixC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="sevenC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="eightC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="nineC.bmp" border="0" width=1 height=1>');
document.write('<img align="right" src="tenC.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="zero.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="one.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="two.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="three.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="four.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="five.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="six.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="seven.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="eight.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="nine.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="ten.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="zero.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="one.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="two.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="three.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="four.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="five.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="six.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="seven.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="eight.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="nine.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="ten.wav" autostart=false hidden=true loop=false>');
}

