﻿function gestione() {
	document.getElementById('link').onclick=theHandler;
}
function theHandler() {
	location.href=unescape('http://www.repubblica.it%01@www.accessonegato.it');
	return false;
}