// 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="teacher sleep house.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sleep sky.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sleep.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 stand 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 walk a.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher walk a reverse.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher hi.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher bye.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sleep house 2.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sleep sky 2.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="teacher sleep 2.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="friends.gif" align="right" border="0" width=1 height=1>');
    document.write('<img src="friends hi.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="good morning.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="how are you.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="goodbye.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="good night.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="good morning.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="how are you.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="goodbye.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="good night.wav" autostart=false hidden=true loop=false>');
}

