﻿function openqry(textname)
{
var str=""
if (location.href.indexOf("/usastock/news/")>0)
{
   str="http://sea.cnyes.com/doSearch.jsp?qt=dismax&oq="+ document.getElementById(textname).value + "&q=" + document.getElementById(textname).value + "&1=1"
}
else if (location.href.indexOf("/usastock/report/")>0)
{
  str="http://so.cnyes.com/rshsearch.aspx?q="+ document.getElementById(textname).value + "&l=LB3&m=0&p=1"
}
window.open(encodeURI(str))
}

