var msg = '<TABLE CELLPADDING="10" CELLSPACING="0" BORDER="0" WIDTH="100%">';
msg = msg + '<TR><TD ALIGN="left"><FONT FACE="arial,helvetica" SIZE="-1">&copy; ' + copyDate + ' Fine Art Photographs</FONT></TD>';
msg = msg + '<TD ALIGN="right"><FONT FACE="arial,helvetica" SIZE="-1">Powered by WebForge</FONT></TD>';
msg = msg + '</TR></TABLE>';

document.write(msg);

