function openSendfriend()
{
	var urlToOpen, thisURL, thisHostname, Querystring, aPopUp;

	urlToOpen = 'http://www.ssl-locked.com/friend.asp';
	thisURL = location.href;
	thisHostname = location.hostname;
	Querystring = '?URL=' + thisURL + '&homepage=' + thisHostname + '&clientname=Global%20Mortgage';

	aPopUp= window.open(urlToOpen + Querystring,'Tellafriend','toolbar=no,location=yes,scrollbars=no,resizable=yes,width=450,height=550');
	aPopUp.focus();
	//self.aTellafriendWin = aPopUp;
}
