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

