// JavaScript Document


var filename="http://panamapropertyforsale.com/aud/ocean";
if (navigator.appName == "Microsoft Internet Explorer")
    document.writeln ('<BGSOUND SRC="' + filename + '">');
else if (navigator.appName == "Netscape")
    document.writeln ('<EMBED SRC="' + filename + '"autostart="true" loop="true" height="0" width="2"><P>');

