<!--

function switchto(name, imgyear, imgmonth, imgday) {
if (parseInt(navigator.appVersion.substring(0,1))>=3) {
    thumbon = new Image(237, 110);
    thumbon.src = imgyear+"/thumbs/"+imgmonth+imgday+imgyear+".jpg";
    image = eval(name + "on.src");
    document[name].src = image;
    document[name].alt = "Biddle map showing location for " + imgmonth + "/" + imgday + "/" + imgyear;
}
}

// -->
