﻿function selezionastagione(stagione) {
    document.location = "../" + stagione + "/index.aspx";
}


