
var copyright=new Date();
var update=copyright.getFullYear();
var month = copyright.getMonth()+1;
var year = copyright.getYear();
var day= copyright.getDate();

document.write('Copyright &copy; ' + update);
document.write('  <a href="mailto:linda.valley@gmail.com" target=_parent>Linda Valley</a>');
document.write(' All rights reserved.<br><img src="../images/baryell.gif" width="100%" height="5"><br>');
document.write('Designed by Linda Valley. Last Modified: '+ month+'/'+day+'/'+year);



































