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

