$(document).ready(function() {
	$("a.showResults").click(function(event) {
		$(this).parent().submit();
	});
});
