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