// +----------------------------------------------+ //
// |  Copyright©2009, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //

// +----------------------------------------------+ //
// |          Load Coqui Background Songs         | //
// +----------------------------------------------+ //

function coquisongs() {
    if (IEBrowser) {
         document.write('<bgsound id="audio" src="coqui.wav" loop="-1" />');
         }
    else
         {
         document.write('<embed id="audio" src="coqui.wav" autostart="true" volume="100%" loop="true" height="0" width="0" />');
         }
     }
  
// +------------+ //
// | C'est Fini | //
// +------------+ //
