<!-- Hide  

window.onerror = function() {return true; }; 
function so_search(bb){
var s1=bb;
var s = escape(s1);
if (s1=="请输入关键字" || s1=="" ){
window.open("http://so.eastmoney.com/");
return false;
}else{
window.open("http://so.eastmoney.com/index.aspx?Page=1&t=body&q="+s);
return false;}
  }

function q_search(bb){
var s1=bb;
var s = escape(s1);
if (s1=="输代码、名称或拼音缩写" || s1=="" ){
window.open("http://q.eastmoney.com/");
return false;
}else{
window.open("http://q.eastmoney.com/q.aspx?StockCode="+s);
return false;}
  }

function info_search(bb){
var s1=bb;
var s = escape(s1);
if (s1=="输代码、名称或拼音" || s1=="" ){
window.open("http://so.eastmoney.com/");
return false;
}else{
window.open("http://so.eastmoney.com/Search.aspx?Page=1&q="+s+"&t=body");
return false;}
  }
  
function gb_search(code)
{       
  var re=/[0-9]{6}/; 
  bool1=code.match(re);

	if(bool1!=null)
	{window.open('http://guba.eastmoney.com/'+code+',guba.html');}
	else
        {window.open('http://guba.eastmoney.com');}
	}


function commentText()
{
	var commentText = document.getElementById("text1").value;
	
	if (commentText=="请在这里发表您个人看法，发言时请遵守法纪注意文明")
	{
		document.getElementById("text1").value = "";
	}
}

function comment2gb(o)
{
	if(o.text1.value == "请在这里发表您个人看法，发言时请遵守法纪注意文明" || o.text1.value.replace(" ") == ""){
		alert("您还没有输入留言！");
		return false;
	}
	else{
	  return true;
  }
}

// --> 