/*$(document).ready(function(){
	$('a').click(function(){
		$('form').submit();
	});
});*/
