<!-- Start


// NOTE: If you use a ' add a slash before it like this \'

document.write(' <a href="contact.php" class="foot">Contact</a> | ');

document.write(' <a href="about.php" class="foot">About</a> | ');

document.write(' <a href="index.php" class="foot">Home</a>');

document.write('<br>');

document.write('&copy;Copyright 2005-2008 ');

document.write('<a href="index.php" target="_top" class="foot">M. Giugliano</a>');

document.write('<br>');


//  End -->
