<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2007-2008 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Bill Colligen</a><br>');






var allwebco	  = "yes"	// SHOW Bill Colligen COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Creation &copy; 2007-2008 All Rights Reserved <a href="http://www.noahi.com" target="_blank">Bennett Tsou</a>');
}





//  End -->