function SendToFriend() {
	str=location.href;
	myWin= window.open("/send-to-friend.php?link="+str.replace("http://",""), 'myWin', 'width=400,height=400,status=no,toolbar=no,menubar=no,scrollbars=no');
}