
function search(){
	window.open("http://baidu.hexun.com/stock/q.php?code=" + stocksearch.stock.value);
  return false;
}