function email_a_friend()
{
	var URL = "/forms/doc_tg_emailafriend.asp?URL=" + document.location;
	document.location.href = URL;
}

