// JavaScript Document

//print out the menu
document.write('<img alt="Two Candles Burn" src="assets/images/header5.gif">');
document.write('<p><a href="hear.html" id="hear-link" alt="Hear the Songs">&nbsp;</a></p>');
document.write('<p><a href="info.html" id="info-link" alt="More Information">&nbsp;</a></p>');
document.write('<p><a href="mailorder.html" id="order-link" alt="Order CD/Songbook">&nbsp;</a></p>');
document.write('<p><a href="review.html" id="review-link" alt="Reviews">&nbsp;</a></p>');
document.write('<p><a href="contact.html" id="contact-link" alt="Contact / Links">&nbsp;</a></p>');
document.write('<p><a href="index.html" id="home-link" alt="Back to Homepage">&nbsp;</a></p>');

