function openSendfriend()
{
	var urlToOpen, thisURL, thisHostname, Querystring, aPopUp;

	//urlToOpen = 'http://sendtoafriend-preview.fengshuilou.boldfocus.com/tellafriend.asp';
	urlToOpen = 'http://sendtoafriend.fengshuilou.com/tellafriend.asp';
	thisURL = location.href;
	thisHostname = location.hostname;
	Querystring = '?url=' + thisURL + '&hostname=' + thisHostname;

	aPopUp= window.open(urlToOpen + Querystring,'Tellafriend','toobar=no,location=yes,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=yes,width=450,height=580');
	//self.aTellafriendWin = aPopUp;
}

