function sendfriend() {
	var theurl = window.location.href;
	window.open("http://bingo.littlewoodsbingo.com/send-to-friend/send-friend.php?url=" + theurl, "SendFriend", "status=0, height=380, width=580, resizable=0")
}