<!-- start

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

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');

document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS


document.write('<li><A HREF="index.html">Home Page</a><br>');


document.write('<li><A HREF="weddings.htm">Weddings</a><br>');

document.write('<li><A HREF="Photography Page1.htm">Wedding Photography</a><br>');

document.write('<li><A HREF="video.htm">Wedding Videography</a><br>');

document.write('<li><A HREF="trivia.htm">Live Trivia</a><br>');



document.write('<li><A HREF="karaoke.htm">Karaoke</a><br>');


document.write('<li><A HREF="services.htm">Our Other Services</a><br>');


document.write('<li><A HREF="events.htm">Upcoming Events</a><br>');

document.write('<li><A HREF="spotlight.htm">Spotlight</a><br>');


document.write('<li><A HREF="recommendations.htm">Recommendations</a><br>');


document.write('<li><A HREF="mailto:tylertrivia1@yahoo.com">EMail Us</a><br>');

//-- END MENU LINKS





document.write('</ul>');
document.write('</td></tr></table>');



//  End -->