<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.php">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://loudcity.com/stations/ocean-beach-radio/files/show/listen.html">Listen Now</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="construction.php">Photos</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="construction.php">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="mailto:ernie@bedrock.org">Email Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://oceanbeachradio.blogspot.com/" target="_blank">Ocean Beach Radio BLOG</a>');



document.write('<br><br>Ocean Beach Radio is a licensed LoudCity broadcaster. Our stream is DMCA compliant.');


// EDIT THE NEXT LINE


document.write('<a href="index.php">oceanbeachradio.com</a><br>');











// SCRIPT TO ALLOW IE ACTIVE CONTENT

theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}




//  End -->