var headtext = "<table width=\"1000\" border=\"0\" align=\"center\" cellpadding=\"1\"><tr><form name=\"baidugoogle\" method=\"post\"><td width=\"112\"><img src=\"/image/logo_little.gif\" width=\"102\" height=\"45\"></td><td><input type=\"text\" name=\"keywords\" class=\"kw\" size=\"36\" maxlength=\"100\" autocomplete=\"off\">&nbsp;<input type=\"button\" value=\"罗列一下\" name=\"search\" class=\"sbb\" onclick=\"javascript:luolie('luolie');\">&nbsp;<input type=\"button\" value=\"百度一下\" name=\"search\" class=\"sbb\" onclick=\"javascript:luolie('baidu');\">&nbsp;<input type=\"button\" value=\"谷歌一下\" name=\"search\" class=\"sbb\" onclick=\"javascript:luolie('google');\"></td></form>";
headtext = headtext + "<td valign=\"top\" align=\"right\" width=\"266\">";
headtext = headtext + "<a href=\"#\" onClick=\"window.external.AddFavorite('http://www.luolie.com','罗列网－精品网址之家。');\">收藏罗列网</a>&nbsp;||&nbsp;<a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.luolie.com');\">把罗列网设为首页</a>";
headtext = headtext + "</td></tr><tr><td colspan=\"20\" height=\"5\"></td></tr></table>";
document.write(headtext);
function luolie(t)
{
if(t=="luolie")
window.open("http://www.luolie.com/luolie.asp?keywords="+document.baidugoogle.keywords.value);
if(t=="baidu")
window.open("http://www.baidu.com/s?wd="+document.baidugoogle.keywords.value);
if(t=="google")
window.open("http://www.google.cn/search?q="+document.baidugoogle.keywords.value);
return false;
}