$(document).ready(function () {
	$('input.priser, a.priser').click(function (e) {
		e.preventDefault();
		$('#priser').modal();
	});
});

 
