<!-- Begin

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




document.write('<a href="index.html">Home Page</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="cheese.htm">Our Deli Counter</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="wine.htm">Wines & Beers</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="bread.htm">Sandwiches & Bread</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="gifts.htm">Gifts</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2008 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Deeside Deli and Garden Shop</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://www.ambercomputing.com" target="_blank">Amber Computing & It Services Ltd</a>');
}





//  End -->
