﻿//*Created By MaNing on Christmas Day, 2008, ^_^*/
//*Search Used*/
function addValue()
{
	if((document.oneform.TXa.value==null) || (document.oneform.TXa.value==""))
	{
		document.oneform.TX.value="ps_www.cworksafety.com";
	}
	else
	{
		document.oneform.TX.value=document.oneform.TXa.value+" + (ps_www.cworksafety.com|ps_www.aqsc.cn)";
	}
}