	function addClickLocal() {
		$("#loginbutton", this).click(function() { $("#login-form").submit() } );
	}
	$(document).ready(addClickLocal);