function tj()
{
	if(frm83.kw.value=="")
	{
		return;
	}
	frm83.action="http://www.7car.com.cn/carCenter/search?kw=" + frm83.kw.value;
	frm83.submit();
}

function lo()
{
	if(frm83.sUserName.value=="" || frm83.sPassword.value=="")
	{
		alert("用户名或密码不能为空，请核对后重新输入！");
		return;
	}
	frm83.action="http://www.7car.com.cn/service/logon";
	frm83.submit();
}

document.write("<table width=760 height=35 border=0 align=center cellpadding=0 cellspacing=0 background=http://www.7car.com.cn/image/index_head.gif>");
document.write("  <form name=frm83 method=post target=_blank>");
document.write("  <tr>");
document.write("    <td width=80 align=right><input name=kw type=text class=maskinput2 size=9></td>");
document.write("    <td width=56 align=center><a href='javascript:tj();'><img src=http://www.7car.com.cn/image/botton_01.gif width=50 height=21 border=0></a></td>");
document.write("    <td width=312 class=gray12_Q align=right> 用户名");
document.write("      <input name=sUserName type=text class=maskinput2 size=9>    ");
document.write("      密 码");
document.write("    <input name=sPassword type=password class=maskinput2 size=9>");
document.write("    <select name=logType style='width:60px;'>");
document.write("    <option value=0>社区</option>");
document.write("    <option value=1>会员中心</option>");
document.write("    <option value=2>二手车市</option>");
document.write("    </select></td>");
document.write("    <td width=150 align=center><a href='javascript:lo();'><img src=http://www.7car.com.cn/image/botton_02.gif width=50 height=21 border=0></a> <a href=http://www.7car.com.cn/service/register target=_blank><img src=http://www.7car.com.cn/image/botton_03.gif width=89 height=21 border=0></a></td>");
document.write("    <td width=150 align=right><a href=http://www.7car.com.cn/service/dealer/login><img src=http://www.7car.com.cn/image/botton_04.gif width=129 height=28 border=0></a></td>");
document.write("    <td width=7></td>");
document.write("  </tr>");
document.write("  </form>");
document.write("</table>");
document.write("<table width=760 height=2 border=0 align=center cellpadding=0 cellspacing=0>");
document.write("  <tr>");
document.write("    <td></td>");
document.write("  </tr>");
document.write("</table>");

