


$(document).ready(function(){

	
	$('a.back').bind("click", function(e){
		e.preventDefault();
		history.go(-1);
	    });
    });