document.writeln("<table width=\"790\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"tab0002\">");
document.writeln("<form name=\"form1\" method=\"get\" action=\"http://so.vcdmp3.com\" onSubmit=\"aaa()\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"35\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"14%\" align=\"center\"><FONT color=red>音乐搜索：<\/FONT><\/td>");
document.writeln("        <td width=\"33%\" height=\"26\"><input name=\"keyword\" type=\"text\" id=\"keyword\" size=\"35\" \/>&nbsp;<\/td>");
document.writeln("        <td width=\"12%\"><select name=\"stype\" id=\"stype\">");
document.writeln("          <option value=\"music\">歌曲查找<\/option>");
document.writeln("          <option value=\"special\">专辑查找<\/option>");
document.writeln("          <option value=\"singer\">歌手查找<\/option>");
document.writeln("        <\/select>        <\/td>");
document.writeln("        <td width=\"11%\"><input type=\"image\" name=\"imageField\" src=\"\/images\/se_disousuo1.gif\"><\/td>");
document.writeln("        <td width=\"30%\"><FONT color=red>特别推荐&nbsp;>><\/FONT>&nbsp;<a href=\"http://un.265.com/265.htm?id=vcdmp3\" target=_blank><FONT color=red>A.<U>265上网导航<\/U><\/FONT><\/A>&nbsp;<a href=\"http://bbs.vcdmp3.com\" target=_blank><FONT color=red>B.<U>留言本<\/U><\/FONT><\/A><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/form>");
document.writeln("<\/table>")

function aaa()
{
	var str = document.getElementById("keyword").value;
	
	if(str == "")
	{
		alert('请输入查询关键字');
		return false;
	}
}
