var Content = "";
Content += "  <table border=0 cellpadding=0 cellspacing=0 width=200 height=80>";
Content += "    <tr>";
Content += "      <td background=images/bot01.jpg>";
Content += "        <p align=center><font size=1 face=Arial>© Copyright 2001AJ Media LLC</font></p>";
Content += "      </td>";
Content += "    </tr>";
Content += "  </table>";
document.write(Content);
