<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="footer">');

document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="donations.htm">Make a Donation</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>');
   
document.write('<br>All contents &copy;Copyright 2009 ');

document.write('<a href="index.html">Vivilux.org</a><br>');  

document.write('</span>');


//  End -->