<!-- Begin


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


document.write('<ul>');



// START LINKS //


document.write('<li>');

document.write('<a href="http://www.edokkokc.com/index.html">Home & Contact Info</a>');

document.write('</li><li>');

document.write('<a href="http://www.edokkokc.com/customer-reviews.html">Customer Reviews</a>');

document.write('</li><li>');

document.write('<a href="http://www.edokkokc.com/email-list.html">Email List</a>');

document.write('</li><li>');

document.write('<a href="http://www.edokkokc.com/specials.html">Specials</a>');

document.write('</li><li>');

document.write('<a href="http://www.edokkokc.com/private-dining.html">Private Dining</a>');

document.write('</li></ul>');


//  End -->