var now = new Date();
year = now.getFullYear();
document.write('<a href="index.html">Home</a> |');
document.write(' <a href="family_pictures.html">Family Pictures</a> |');
document.write(' <a href="http://www.andrewcoleonline.net/" target="_blank">Andrew Pictures</a> |');
document.write(' <a href="http://www.jrscholl.net/" target="_blank">J.R. Pictures</a> |');
document.write(' <a href="http://www.donutz1.com/" target="_blank">Jayme Pictures</a> |');
document.write(' <a href="sitemap.html">Site Index</a>');
document.write('<br><br>Copyright &copy; 1950-'+ year +' Marilyn E. Rager');
document.write(' --- Questions - Comments - Please contact <a href="mailto:webmaster@meragerandfamily.net?subject=Marilyn Website">Webmaster</a>');
if (Date.parse(document.lastModified) != 0) {
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
var dateObj = new Date(document.lastModified)
var month = months[dateObj.getMonth()]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
document.write('<br>Last Updated ' + month + " " + date + ", " + fyear); }
