<!-- 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://www.loudcity.com/stations/nashville-classics/files/show/listen.html">Listen Now</a>');

document.write('&nbsp;|&nbsp;');



document.write('&nbsp;|&nbsp;');

document.write(' <a href="construction.php">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="mailto:dj@nashvilleclassics.com">Email Us</a>');




document.write('<br><br>Nashville Classics is a licensed LoudCity broadcaster. Our stream is DMCA compliant. Broadcast Partners, LLC 2008 ');


// EDIT THE NEXT LINE


document.write('<a href="index.php">nashvilleclassics.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 -->