$(document).ready(function () {
	$('#header a.a-enter').click(function (e) {
		e.preventDefault();
		$('#box-login').modal();
	});
});
