<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="text-medium">');

document.write('<a href="index.htm">Home</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="gallery.htm">Cakes</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="restaurant.htm">Restaurant, Bakery &amp; Cafe</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="rmenu.pdf">Restaurant Menu</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="catering.htm">Catering</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a></span><br><br>');

document.write('<br>');

//  End -->