var MAX = 12;
var spacer = new Image();
var sun = new Image();
var cldy = new Image();
var prtcld = new Image();
var scatcld = new Image();
var tnado = new Image();
var hvytshw = new Image ();
var tshw = new Image();
var rain = new Image ();
var hvyrain = new Image ();
var frzrain = new Image();
var na = new Image();
var nclear = new Image();
var snow = new Image();
var hvysnow = new Image();
var blowsnow = new Image();
var fog = new Image ();
var nscatcld = new Image ();
spacer.src = "/images/weather/spacer.gif";
sun.src = "/images/weather/sun2.gif";
cldy.src = "/images/weather/cldy2.gif";
prtcld.src = "/images/weather/prtcld2.gif";
scatcld.src = "/images/weather/scatcld2.gif";
tnado.src = "/images/weather/tnado2.gif";
hvytshw.src = "/images/weather/hvytshw2.gif";
tshw.src = "/images/weather/tshw2.gif";
rain.src = "/images/weather/rain2.gif";
frzrain.src = "/images/weather/frzrain2.gif";
hvyrain.src = "/images/weather/hvyrain2.gif";
na.src = "/images/weather/nothing.gif";
nclear.src = "/images/weather/nclear2.gif";
snow.src = "/images/weather/snow2.gif";
hvysnow.src = "/images/weather/hvysnow2.gif";
blowsnow.src = "/images/weather/blowsnow2.gif";
fog.src = "/images/weather/fog2.gif";
nscatcld.src = "/images/weather/nscatcld2.gif";

var city = new Array(MAX+1);
var cond1 = new Array(MAX+1);
var cond2 = new Array(MAX+1);
var cond3 = new Array(MAX+1);
city[0]=" ";
cond1[0]=" ";
cond2[0]=" ";
cond3[0]=" ";

//BIG_CITY_NAME//
city[1]="Haines Junction - 03:00 PST";
city[2]="Carmacks - 02:00 PST";
city[3]="Dawson Airport - 16:00 PST";
city[4]="Burwash Airport - 03:00 PST";
city[5]="Mayo Airport - 02:00 PST";
city[6]="Old Crow Airport - 18:00 PST";
city[7]="Watson Lake Airport - 03:00 PST";
city[8]="Beaver Creek Airport - 15:00 PST";
city[9]="Whitehorse Airport - 03:00 PST";
city[10]="Teslin Airport - 17:00 PST";
city[11]="Faro Airport - 15:00 PST";

//BIG_COND1//
cond1[1]="N/A";
cond1[2]="N/A";
cond1[3]="CLOUDY";
cond1[4]="CLEAR";
cond1[5]="CLOUDY";
cond1[6]="LIGHT SNOW";
cond1[7]="MAINLY CLEAR";
cond1[8]="CLOUDY";
cond1[9]="CLEAR";
cond1[10]="DISTANT PRECIPITATION";
cond1[11]="CLOUDY";

//BIG_COND2//
cond2[1]="Temp: -2.7C";
cond2[2]="Temp: -0.2C";
cond2[3]="Temp: -1.2C";
cond2[4]="Temp: -4.7C";
cond2[5]="Temp: 0.0C";
cond2[6]="Temp: -19.1C";
cond2[7]="Temp: -12.8C";
cond2[8]="Temp: -9.0C";
cond2[9]="Temp: -4.0C";
cond2[10]="Temp: 0.0C";
cond2[11]="Temp: 4.3C";

//BIG_COND3//
cond3[1]="Wind: NNE 4km RH: 81%";
cond3[2]="Wind: SW 17km RH: --%";
cond3[3]="Wind: ENE 4km RH: 95%";
cond3[4]="Wind: SE 33km RH: 77%";
cond3[5]="Wind: WSW 9km RH: 73%";
cond3[6]="Wind: WSW 17km RH: 83%";
cond3[7]="Wind:   0km RH: 82%";
cond3[8]="Wind: N 9km RH: 79%";
cond3[9]="Wind: S 18km RH: 67%";
cond3[10]="Wind: SSW 13km RH: 67%";
cond3[11]="Wind: ENE 18km RH: 39%";

//BIG_STATION_AREA_TAGS//
var weather_data=new Array();
weather_data.push(new Array('CWHT',1,na.src));

weather_data.push(new Array('CXCK',2,na.src));

weather_data.push(new Array('CYDA',3,cldy.src));

weather_data.push(new Array('CYDB',4,nclear.src));

weather_data.push(new Array('CYMA',5,cldy.src));

weather_data.push(new Array('CYOC',6,snow.src));

weather_data.push(new Array('CYQH',7,nscatcld.src));

weather_data.push(new Array('CYXQ',8,cldy.src));

weather_data.push(new Array('CYXY',9,nclear.src));

weather_data.push(new Array('CYZW',10,na.src));

weather_data.push(new Array('CZFA',11,cldy.src));





