    if (ValidBrowser) {     
      document.writeln('  <CENTER>');
      document.writeln('    <DIV STYLE="Background:#962628"><TABLE WIDTH=550 CELLSPACING=0 CELLPADDING=0 BORDER=0>');
      document.writeln('      <TR BGCOLOR="#000000"><TD COLSPAN=3><SPACER TYPE=BLOCK HEIGHT=1></TD></TR>');
      document.writeln('      <TR BGCOLOR="#cccc49">');
      document.writeln('        <TD WIDTH=150 BGCOLOR="#cccc49" ALIGN=RIGHT><IMG SRC="images/fade-l.jpg" WIDTH=150 HEIGHT=20></TD>');
      document.writeln('        <TD BGCOLOR="#000000" ALIGN=CENTER VALIGN=CENTER WIDTH="250">');
      document.writeln('          <FONT FACE="Arial" SIZE=2 COLOR="#dcdc59"><B>&nbsp;<I>TODAY\'S FEATURED ITEM</I>&nbsp;</B></FONT></TD>');
      document.writeln('        <TD WIDTH=150 BGCOLOR="#cccc49" ALIGN=LEFT><IMG SRC="images/fade-r.jpg" WIDTH=150 HEIGHT=20></TD></TR>');
      document.writeln('      <TR BGCOLOR="#000000"><TD COLSPAN=3><SPACER TYPE=BLOCK HEIGHT=1></TD></TR></TABLE>');
      document.writeln('      <CENTER>&nbsp;<BR>');
      document.write('             <A HREF="' + Products[xChoice][1] + '/Item');
      document.write(Products[xChoice][2] + '.html" BORDER=0 onMouseOver="self.status=\'Item ');
      document.write(Products[xChoice][2] + '\'; return true" onMouseOut="self.status=\' \';return true" >');
      document.write('<IMG SRC="photos/' + Products[xChoice][1] + '/ESM' + Products[xChoice][2] + '.jpg" ');
      document.write('ALT="ESM' + Products[xChoice][2] + '" NAME="ESM' + Products[xChoice][2] + '" ');
      document.writeln('BORDER=0></A><BR><BR>');
      document.write('             <FONT FACE="Arial" SIZE=4 COLOR="#fefefe"><B>' + Products[xChoice][2] + ' - ');
      document.writeln(Products[xChoice][3] + '</B></FONT><BR>');
      document.write('             <FONT FACE="Arial" SIZE=2 COLOR="#fefefe"><B><I>' + Products[xChoice][4] + '</I></B></FONT></CENTER><BR>');
//      document.writeln('</CENTER><BR><FONT ALIGN=LEFT TYPE=ARIAL COLOR="#cccc49" SIZE=0>00</FONT>');
      document.writeln('      <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>');
      document.writeln('      <TR BGCOLOR="#000000"><TD COLSPAN=3><SPACER TYPE=BLOCK HEIGHT=1></TD></TR>');
      document.writeln('    </TABLE></DIV>');
      document.writeln('    <DIV STYLE="Background:#ffffff"><TABLE WIDTH=550 CELLSPACING=0 CELLPADDING=0 BORDER=0>');
      document.writeln('      <TR BGCOLOR="#ffffff"><TD WIDTH=550 ALIGN=RIGHT BGCOLOR="#ffffff"><FONT TYPE=ARIAL COLOR="#a0a0a0" SIZE=0>' + Products[xChoice][0] + '</FONT></TD></TR>');
      document.writeln('    </TABLE></DIV>');
      document.writeln('  </CENTER>');
    }
