<!-- Begin

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


var osi	  = "yes"	// SHOW OSI COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


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

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

document.write(' <a href="about.php">About</a>');

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

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




document.write('<br><br>All contents &copy; 2006-2011 ');



// EDIT THE NEXT LINE


document.write('<a href="index.php">Old South Images</a><br>');













   if (osi == "yes") {
document.write('Site Build &copy; 2011 All rights reserved <a href="http://www.oldsouthimages.com" target="_blank">Old South Images</a><br>');
}



document.write('<br>');




//  End -->
