In order to use this tool, please click the button below to start the applet. This will run entirely in your browser, no third party apps are required.
var school = prompt(“Please enter your school’s name”, “”);
case 1:
if(school == University @ Albany || school == UA || school == UAlbany) {
txt = “Snow Day Forecast for University at Albany:\n Last Update NA”;
}
case 2:
if (school == East Greenbush || school == EGCSD || school == EG) {
txt = “Snow Day Forecast for East Greenbush:\n Last Update NA”;
else {
txt = “Sorry ” + school + “is not presently supported at this time, to request a school be added to this list, please use the contact tab.”;
}