jQuery(document).ready(function() { 
	
	jQuery("#back_button").click(function() {
		history.back();
	});
	
});