function mailToFriend()
{
	//alert("This function isn't available");		
    var title=document.title;
	title=title.replace('&','***')
	var Content=""; 
	if(this.location.href=="")
	{
		Content+=document.url;
    }
	else
	{
	    Content+=this.location.href;	
	}
	Content=Content.replace('&','***')
	
	window.open ('../../../Email/send.asp?t='+title+'&c='+Content, '·¢ËÍÓÊ¼þ', 'height=240, width=400, top=200, left=200, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');	
}

function newsSearch()
{
	var keyWord = document.all("newsKeyWord").value ;
	var xlbid = document.all("newsType").value
	if (keyWord.length == 0 )
	{
		alert("keyWord can not be empty") ;
	}
	location = "/news/more.asp?xlbid="+xlbid+"&keyWord=" + keyWord ;
}
