$(document).ready(function() {
	$("a#donate").bind("click", function() {
		$("#donate_form").submit()
	});


});

