/*
display copyright and privacy link

*/
myDate = new Date();
document.write('&copy; 2000 to ' + myDate.getFullYear() + ' M&auml;rklin, Inc., All rights reserved. ');
document.write('<A HREF="/privacy.html">Privacy Statement</A>');