$(document).ready(function () {
	$('a.seatow80').click(function (e) {
		e.preventDefault();
		$('#seatow80Div').modal();
	});
	$('a.seatow60').click(function (e) {
		e.preventDefault();
		$('#seatow60Div').modal();
	});
	$('a.seatow61').click(function (e) {
		e.preventDefault();
		$('#seatow61Div').modal();
	});
	$('a.seatow35').click(function (e) {
		e.preventDefault();
		$('#seatow35Div').modal();
	});
});