
	function setU(f){
    var path = 'http://' + window.location.hostname + window.location.pathname;
    f.elements['SIGNUP_URL'].value=path; 
    return true;
    }

