function writeContent()
{
 document.writeln('<table cellpadding="0" cellspacing="0" class="CONTENT">');
 document.writeln('  <tr>');
 document.writeln('    <td  class="CONTENT">&#160;</td>');
 document.writeln('  </tr>');
 document.writeln('</table>');
	
}


