// 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="chair.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="chair gone.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sit.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher stand b.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher walk a.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher hop.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher run.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher spin.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher fall.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher walk a3 reverse.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher do not know.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher dance a.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="word-sit-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-stand-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-walk-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-jump-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-run-0.bmp" align="right" border="0" width=1 height=1>');
document.write('<img src="word-spin-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="sit.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="stand.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="walk.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="jump.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="run.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="spin.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="wo.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="ding2.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="doubtful.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="cheer.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="sit.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="stand.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="walk.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="jump.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="run.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="spin.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="wo.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="ding2.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="doubtful.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="cheer.wav" autostart=false hidden=true loop=false>');
}

