// 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="red.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="green.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="blue.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="yellow.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="orange.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="pink.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="brown.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="purple.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="black.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="white.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="grey.jpg" 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="red.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="green.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="blue.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="yellow.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="orange.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="pink.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="brown.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="purple.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="black.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="white.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="grey.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="red.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="green.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="blue.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="yellow.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="orange.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="pink.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="brown.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="purple.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="black.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="white.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="grey.wav" autostart=false hidden=true loop=false>');
}

