$(document).ready(function () {
	$('input.process, a.process').click(function (e) {
		/*e.preventDefault();*/
		$('#processing').modal();
	});
});