function sendToAFriend() {
	var initialsubj="Check out this page on WorldServe";
	var initialmsg="Hi,%0A%0aYou might be interested in this page on WorldServe's website:%0A" + window.location;
	window.location = "mailto:?subject="+initialsubj+"&body="+initialmsg;
}