﻿
var _content = '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
             +'<tr>'
            +'<td width="25">&nbsp;</td>'
            +'<td width="26"><img src="images/s_1.jpg" width="26" height="22" /></td>'
            +'<td width="240" background="images/s_bg.jpg" ><input name="key" id="key" type="text" style="height:13px; border:1px solid #FFFFFF; font-size:12px" size="40" /></td>'
            +'<td width="10"><img src="images/s_2.jpg" width="10" height="22" /></td>'
            +'<td width="65"><div align="right"><img src="images/ss.jpg" width="60" height="22" onclick="Fun_Search()" /></div></td>'
            +'<td width="587"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">'
            +'<tr>'
		    +'<td><a href="http://zhishiku.richbar.com.cn/QuestionList.aspx?idNo=1062" target="_blank">[自动更新设置] 游戏自动更新用不了</a> </td><td><a href="http://zhishiku.richbar.com.cn/QuestionList.aspx?idNo=1054" target="_blank">[客户机运行问题] 客户机停在dhcp</a> </td>'
            +'</tr>'
            +'</table></td>'
            +'</tr>'
            +'</table>';
document.write(_content);  

function Fun_Search()
{
    location.href="http://zhishiku.richbar.com.cn/quelist.aspx?kws="+escape(document.getElementById('key').value);
}           
