// 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 src="blank.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="come.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="go.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="kid come.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="kid go.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="word-come-0.bmp" align="right" border="0" width=1 height=1>');
    document.write('<img src="word-go-0.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="come.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="comeE.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="go.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="goE.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="come.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="comeE.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="go.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="goE.wav" autostart=false hidden=true loop=false>');
}

