
window.onload = function() {
	document.getElementById('backlink').onclick = function() {
	history.back();
	return false;
	}
}


