<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');




document.write('<br><br>All Contents &copy;Copyright 2009-10 ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.information-institute.org">The Information Institute</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('All Rights Reserved <a href="http://information-institute.org" target="_blank"></a><a href="http://information-institute.org" target="_blank"></a><br>');
}







//  End -->