// 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 align="right" src="water.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="milk.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="juice.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="bread.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="apple.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="clementine.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="grapes.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="banana.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="pear.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="cookie.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="cake.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="candy.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="rice.jpg" border="0" width=1 height=1>');
document.write('<img align="right" src="noodle.jpg" 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="water.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="milk.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="juice.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="bread.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="apple.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="clementine.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="grapes.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="banana.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="pear.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="cookie.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="cake.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="candy.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="rice.wav" autostart="true" hide="true" loop="false" volume="-10000">');
    document.write('<bgsound src="noodle.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="water.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="milk.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="juice.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="bread.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="apple.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="clementine.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="grapes.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="banana.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="pear.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="cookie.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="cake.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="candy.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="rice.wav" autostart=false hidden=true loop=false>');
    document.write('<embed src="noodle.wav" autostart=false hidden=true loop=false>');
}

