﻿/*系统于 2010-3-30 11:49:46 自动生成,请勿私自改动*/
if(typeof(PluginSearch)!="undefined"){
/*document.write("<div class=\"cssPluginSearch\">");
document.write("<div class=title><\/div>");
document.write("<div class=inpbox>");
document.write("<div><select id=search_channeltype name=search_channeltype> <option value=article selected>文章<\/option> <option value=photo>图片<\/option> <option value=soft>下载<\/option> <option value=video>视频<\/option><\/select> <input class=searchtxt id=search_keywords name=search_keywords><input id=searchsubmit onclick=ajaxPluginSearchCheckData(); type=button value=搜索><\/div><\/div>");
document.write("<div class=hots><\/div><\/div>");*/

var myDate = new Date();


document.writeln("<table width=\"100%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"44%\" align=\"center\" valign=\"middle\"><span class=\"cc\">今天是"+myDate.toLocaleDateString());

document.writeln("<iframe src=\" http:\/\/www.jsmb.gov.cn\/weathernt.php\" width=\"230\"  style=\"FILTER: chroma(color=#ffffff)\" height=\"15\" marginwidth=\"0\"  marginheight=\"0\"   hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"No\"  allowtransparency=\"true\"  align=\"center\" id=\"url\"><\/iframe><\/span><br \/> <\/td>");
				 
document.writeln("                <td width=\"25%\" align=\"right\">");
document.writeln("				<select id=search_channeltype name=search_channeltype> ");
document.writeln("				<option value=article selected>文章<\/option> ");
document.writeln("				<option value=photo>图片<\/option> ");
document.writeln("				<option value=soft>下载<\/option>");
document.writeln("			   <option value=video>视频<\/option>");
document.writeln("				<\/select>");
document.writeln("				<\/td>");
document.writeln("                <td width=\"15%\" align=\"left\" valign=\"middle\"><input class=searchtxt id=search_keywords name=search_keywords><\/td>");
document.writeln("                <td width=\"16%\" align=\"left\" valign=\"middle\"><img  src=\"images\/lo03.gif\" width=\"56\" height=\"18\"  onclick=ajaxPluginSearchCheckData(); border=\"0\" \/><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>")
}




function ajaxPluginSearchCheckData()
{

	var type = $("#search_channeltype").val();
	if($("#search_keywords").val()=="")
	{
		alert("请输入关键字");
		return;
	}
	window.open(site.Dir + 'extends/search/index.aspx?type='+type+'&k='+escape($("#search_keywords").val()));
}
