<!-- Begin

// COPYRIGHT 2010 © Mark Aaron Alsip
// Unauthorized use or sale of this script is strictly prohibited by law
//

var copyrightshow	  = "yes";	
var pageheight	  = "150";


document.write('<img src="/picts/spacer.gif" height="'+pageheight+'" width="5"><br>');

// START FOOTER LINKS

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 2010 ');
document.write('<a href="index.html">Mark Aaron Alsip</a><br>');

document.write('<br>');

//  End -->
