document.write('<p>');
var today = new Date();
document.write('Copyright (c) ');
document.write(today.getFullYear());
document.write(' LauraKPolston.com All rights reserved.');
document.write('</p>');
