function feedback_page()
{
	var URL = "http://www.export.gov/archive/exp_feedback_user.asp?URL=" + document.location;
	document.location.href = URL;
}

