function redir() {
location.href = "http://www.avvocatobiagini.it";
}
window.setTimeout("redir()", 3000);
