var strFooter = '<!-- end of main contant area - begin footer html -->' + 
'<TABLE width=\"775\" height=\"2\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">' + 
'  <TR>' + 
'	<TD bgcolor=\"#000000\"><IMG src=\"http://images.people2people.com/match/templates/517847/spacer.gif\" width=\"1\" height=\"1\"></TD>' + 
'  </TR>' + 
'</TABLE>' + 
'' + 
'<TABLE width=\"775\" border=\"0\" cellpadding=\"10\" cellspacing=\"0\" bgcolor=\"#000000\" class=\"footerbg\">' + 
'  <TR valign=\"top\">' + 
'    <TD class=\"railtext\" width=\"30\"> ' + 
'    <P><A href=\"http://www.scripps.com\"><IMG src=\"http://images.people2people.com/match/templates/517847/scripp302.gif\" width=\"27\" height=\"26\" hspace=\"0\" vspace=\"2\" border=\"0\"></A></P></TD>' + 
'	<TD class=\"footertext\" width=\"723\">' + 
'    <P>2003&copy; The E.W. Scripps Co.<BR>' + 
'	<A href=\"http://web.knoxnews.com/web/contactinfo/privacypolicy.shtml\" class=\"footertext\">Privacy Policy</A>' + 
'	and <A href=\"http://web.knoxnews.com/web/contactinfo/useragreement.shtml\" class=\"footertext\">User Agreement</A></TD>' + 
'  </TR>' + 
'</TABLE>' + 
'<!-- end footer html -->';

document.write (strFooter);