
	$(document).ready(function () {
	$('a.regnow').click(function (e) {
		e.preventDefault();
		$('#checkback').modal();
		});
	});	
