<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var ja	  = "no"	// SHOW JA COPYRIGHT
var future	  = "yes"	// SHOW JA FUTURE LOGO



document.write('<span class="footer">');

document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about_ja.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>');

   if (future == "yes") {
document.write('<br><img src="images/future.jpg" border="0" width="261" height="24" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2008 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Junior Achievement of Central Virginia, Inc.</a><br>');







   if (ja == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved Junior Achievement of Central Virginia, Inc. <br>');
}


document.write('</span>');


//  End -->