<!-- 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">Directions</a>');

document.write('</li> <li>');
document.write('<a href="http://www.edokkokc.com/index.html">Contact Information</a>');

document.write('</li> <li>');
document.write('<a href="http://www.edokkokc.com/email-list.html"><strong>Email List</strong></a>');


document.write('</li></ul>');

//  End -->