// JavaScript Document
// archived forecasts script

function goto_date() {
var temp=document.myForm.yyyymmdd.value;
var url = "../images/dailyweather/"+temp+"/"+temp+".html";
location.href=url;
}