
document.writeln('Tony Albrecht<br> ');
document.writeln('&nbsp;&copy; 2008-' +
(new Date()).getFullYear() );
document.writeln('<br> ');




