<!-- 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://stations.loudcity.com/610/listen.html">Listen</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sponsorship.php">Sponsors</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="schedule.php">Schedule</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.php">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="archives.php">Archives</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.php">More About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sponsorship.php">Support</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.php">Submit Music</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.php">Donations</a>');



document.write('<br><br>Browns Point Radio is a licensed LoudCity broadcaster. Our stream is DMCA compliant. ');


// EDIT THE NEXT LINE


document.write('<a href="index.php">brownspointradio.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 -->