var sDIVsea; 
sDIVsea = '    	   <table border="0" cellspacing="0" cellpadding="0" width="188" height="69" style="border-collapse: collapse" background="images/SearchBg.jpg">';
sDIVsea += '                <tr><td width="188" colspan="2" align="left"><img border="0" src="images/spacer.gif" width="1" height="20" hspace="4"></td></tr>';
sDIVsea += '                <tr><td align="right"><input name="keywords" class="sml" type="text" maxlength="60"  size="19" style="border:1px solid #000000; background-color: #FFFFFF; width=130px;" ></td>';
sDIVsea += '                    <td align="center"><a href="javascript: submitSearch(document.frmSubmit);"><img border="0" src="images/spacer.gif" width="24" alt="Go" height="18" hspace="6"></a></td>';
sDIVsea += '                </tr>';
sDIVsea += '                <tr>';
sDIVsea += '                  <td>&nbsp;</td>';
sDIVsea += '                  <td></td>';
sDIVsea += '                </tr>';
sDIVsea += '              </table>';


document.getElementById("idBannerSea").innerHTML = sDIVsea;


