// 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="teacher ask.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher think.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher thumbs up.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher dance.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher cheer.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="rocket5b.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="rocket6b.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="rocket9b.gif" 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="which is.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="correct.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="wrong.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="cheer.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="rocket-fly.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="which is.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="correct.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="wrong.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="cheer.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="rocket-fly.wav" autostart=false hidden=true loop=false>');
}

