function gen_token()
{
	new Ajax.Request("/login/auth?token=1", {method: 'get'})
}

