<!-- 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="about.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Services.htm">Services</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');


document.write('<br><br>All contents &copy;Copyright 2007 ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.undotechnology.com/index.html">Undo Technology</a><br>');






var undo  = "yes"	// SHOW undo COPYRIGHT






   if (undo == "yes") {
document.write('Undo Creative &copy; 2007 All Rights Reserved <a href="http://creative.undotechnology.net" target="_blank">Developed by Undo Creative</a> & <a href="http://undohost.com" target="_blank">Hosted by Undo Hosting</a><br>');
}





//  End -->