<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<a href="index.htm">Home Page</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="aboutus.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="pricelist.htm">Price List</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contactus.htm">Contact Us</a>');

document.write('<br><br>All contents &copy;Copyright 2007 ');

// EDIT THE NEXT LINE

document.write('<a href="http://www.yournc.com">Your Network Computing</a><br>');

var ync	  = "yes"	// SHOW YNC COPYRIGHT
   if (ync == "yes") {document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://www.yournc.com" target="_blank">Your Network Computing</a> & <a href="http://www.yournc.com" target="_blank">Hosting</a><br>');
}

//  End -->
