$(document).ready(function(){
	$('a.logout_button').click(function(){
				document.forms[0].submit();
	});
});