window.onload = function(){
	document.getElementById("back").onclick = function(){history.back()};
}
