$(document).ready(function() {
	$('.goback').click(function (e) {
		e.preventDefault();
		history.back();
	});
});
