/* forwards to location below */
/* author : Mike Robinson */
/* date : August, 2005 */
function forgot()
{
	document.location="../main/forgotpassword.html?user_name=" + document.login.user_name.value;
}