$(document).ready(function () {

	$('a.basicModal').click(function (e) {
		e.preventDefault();
		$('#basicModalContent').modal();
	});

});


		   
