﻿//alert("asdasd");
$(document).ready(function() {
$('#menu').html('<p><a href="about_us.htm">About Us&nbsp;</a> | <a href="wedding_main.htm">Weddings&nbsp;</a> |&nbsp;&nbsp; <a href="homeparty_main.htm"> At Home Parties</a>&nbsp; |&nbsp;&nbsp; <a href="corp_main.htm">Corporate Events</a>&nbsp; |&nbsp; <a href="spec_menus.htm">Specialty Menus</a>&nbsp; |&nbsp; <a href="service_main.htm">Service </a></p><p><a href="libations.htm">Delivery Menus</a>&nbsp; |&nbsp; <a href="vendor_main.htm">Wedding Vendors</a>&nbsp; |&nbsp; <a href="venue_main.htm">Preferred Venues</a> |&nbsp; <a href="ref_main.htm">References&nbsp;</a>|&nbsp; <a href="contact_us.htm">Contact Us&nbsp;</a></p><p>&nbsp;</p><p style="font-family: Verdana; font-weight: normal; font-size: smaller;">204-A W. Woodlawn Rd., Charlotte, NC 28217 | 704.672.9910 - ofc | 704.672.9972 - fax</p>');

    var d = new Date();
    $('#copyright').html('© ' + d.getFullYear() + ' Triple Crown Caterers Inc. All rights reserved.');
});


