<!-- Begin

// START MENU LINKS
// NOTE: If you use a ' add a slash before it like this \'

// document.write('<div id="menu">');


// TO MAKE A NEW LINK, COPY THE FOLLOWING LINE AND MODIFY THE APPROPRIATE INFO.
// REMEMBER TO REMOVE THE TWO "//" AT THE BEGINNING OF THE LINE.

// document.write('<a href="PAGE_TO_OPEN.html" class="menu">LINK TITLE</a><br>');


document.write('<a href="../home.html" class="menu">Home</a><br>');
document.write('<a href="../haunt.html" class="menu">The Yard Haunt</a><br>');
document.write('<a href="../props.html" class="menu">Props</a><br>');
document.write('<a href="../how.html" class="menu">How To</a><br>');
document.write('<a href="../construction.html" class="menu">Links</a><br>');
document.write('<a href="../construction.html" class="menu">About...</a><br>');
document.write('<a href="../contact.html" class="menu">Contact</a><br>');
document.write('<a href="../toby/toby.html" class="menu">A Toby Story</a><br>');

document.write('<br>');

document.write('<a href="../donate.html" class="menu">Make a Donation!</a><br>');

document.write('<br>');

document.write('<a href="http://www.1and1.com/?k_id=10919749" target="_blank"><img src="http://banner.1and1.com/xml/banner?size=5%26%number=1" width="140" height="28" alt="Banner"  border="0"/></a>');



// document.write('</div>');
// END MENU LINKS


//  End -->
