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