function email_a_friend()
{
	var URL = "http://www.investamerica.gov/forms/doc_iia_emailafriend.asp?URL=" + document.location;
	document.location.href = URL;
}
