$(document).ready(function(){
	
	$('input#cancel').click(function(){
		
		history.back();
		
	});
	
});
