$(document).ready(function() {
	$("#page_heading img").bind("click", function(){history.go(-1);});
});
