// 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="i.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="you.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="he.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="boy stand.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="boy wave.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="i-word-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="i-word-1.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="you-word-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="you-word-1.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="he-word-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="he-word-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="i.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="iE.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="you.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="youE.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="he.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="heE.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="i.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="iE.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="you.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="youE.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="he.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="heE.wav" autostart=false hidden=true loop=false>');
}

