var today = new Date();
document.write('This website is a part of <a target="_blank" href="http://www.hyppychick.com">hyppychick.com</a> and is copyright &copy; 2006-');
document.write(today.getFullYear());
document.write(' Amanda Saye.');
