// JavaScript Document
function odkazReakce() {
	
	document.write(location.href);
		
}
