// 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="firework up.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="firework 0.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="firework 1.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="firework 9.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher watch.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher turn around.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher point left high a.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher wave a.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher talk.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher smile.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="blank.gif" align="right" border="0" width=1 height=1>');
document.write('<img src="firework sky.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="firework up.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="firework 0.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="firework 2.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="firework.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="happy new year.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="firework up.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="firework 0.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="firework 2.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="firework.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="happy new year.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="cheer.wav" autostart=false hidden=true loop=false>');
}

