with (document) {
writeln('   <tr><td align="left"><img src="spacer.gif" border="0" height="1" width="1"></td></tr>   ');
writeln('    <tr>   ');
writeln('     <td align="left">   ');
writeln('       <table width="100%" height="10" border="0" cellpadding="0" cellspacing="0" bgcolor="#D4D2D2" align="center">   ');
writeln('         <tr>   ');
writeln('   	   <td valign="top" align="center" height="10" bgcolor="#E5950A"></td>   ');
writeln('         </tr>   ');
writeln('       </table>   ');
writeln('     </td>   ');
writeln('    </tr>   ');
}



