<!--//
var isExcite = '';
var csPznNodataTxt = '<FONT face=Verdana,Sans-Serif size=2><B>Sorry. There is currently no data to display.</B></FONT>';
if (isExcite != '') {
	var curFontSizelg = 1;
	var curFontSizesm = 1;
	var curFontSizeXlg = 1;
	var jBreak = '';
} else {
	var curFontSizelg = 3;
	var curFontSizesm = 2;
	var curFontSizeXlg = 4;
	var jBreak = '<br>';
}

function submitSearchForm(theform) {
	var action = 'http://www1.iwon.com/home/weather/weather_select_overview/0,1975,FOO,00.html';
	var city = theform.QS.value;
	var fooIndex = action.indexOf("FOO");
	var sz = city.length;
	var mychar;
	var isdone;
	var outstr= "";
	for (i=0; i<sz ; i++) {
		mychar = city.charAt(i);
		isdone = 0
		if (mychar==",") { outstr = outstr + "|"; isdone = 1;}
        if (mychar==" ") { outstr = outstr + "+"; isdone = 1;}
		if (mychar==".") { outstr = outstr + ""; isdone = 1;}
        if (mychar=="`") { isdone = 1;}
        if (mychar=="~") { isdone = 1;}
        if (mychar=="!") { isdone = 1;}
        if (mychar=="@") { isdone = 1;}
        if (mychar=="#") { isdone = 1;}
        if (mychar=="$") { isdone = 1;}
        if (mychar=="|") { isdone = 1;}
        if (mychar=="^") { isdone = 1;}
        if (mychar=="&") { isdone = 1;}
        if (mychar=="*") { isdone = 1;}
        if (mychar=="(") { isdone = 1;}
        if (mychar==")") { isdone = 1;}
        if (mychar=="+") { isdone = 1;}
        if (mychar=="=") { isdone = 1;}
        if (mychar=="|") { isdone = 1;}
        if (mychar==")") { isdone = 1;}
        if (mychar=="\{") { isdone = 1;}
        if (mychar=="\}") { isdone = 1;}
        if (mychar=="\[") { isdone = 1;}
        if (mychar=="\]") { isdone = 1;}
        if (mychar=="<") { isdone = 1;}
        if (mychar==">") { isdone = 1;}
        if (mychar=="?") { isdone = 1;}
        if (mychar=="/") { isdone = 1;}
        if (mychar==": ") { isdone = 1;}
        if (mychar==";") { isdone = 1;}
        if (mychar=="\"") { isdone = 1;}
        if (mychar=="'") { isdone = 1;}
        if (mychar=="\\") { isdone = 1;}
        if (mychar=="-") { isdone = 1;}
        if (mychar=="_") { isdone = 1;}
        if (mychar=="%") { isdone = 1;}
		if (isdone==0){ outstr = outstr + mychar; }
	}
	var start = action.substring(0, fooIndex);
	var end = action.substring(fooIndex+3, action.length)
	var result = start + outstr + end;
	theform.action=result;
	return true;
}

function csPznWthrCurObs() {
	 
	// NEW STUFF
	if (wthr_curobs[0] == null) wthr_curobs[0] = 0;
	version = 1;
	var vartype = typeof wthr_version;
	if (vartype != "undefined" && (wthr_version.length > 0)) var version = wthr_version[0];
	if (version == 2 && wthr_curobs[1] != 0) {
		// reformat the wthr_curobs array
		tmpArr = wthr_curobs[0].split('|');
		for (i=0; i < tmpArr.length; i=i+1) {
		 	if (i>=6) {
				wthr_curobs[i-2] = tmpArr[i];
			} else {
				wthr_curobs[i-1] = tmpArr[i];
			}
		}
		// reformat the wthr_fourday array
		tmpArr = wthr_fourday[0].split('|');
		for (i=1; i < tmpArr.length; i=i+1) {
			wthr_fourday[i] = tmpArr[i];
		}
	}
	// NEW STUFF
	 var output = '';
	 if (wthr_curobs[0] != 0) {
		output = output + '<table border=0 cellpadding=4 cellspacing=0 width=100%>' +
			'<tr>' +
			'<td valign=top>' ;
		if (wthr_curobs[1] == 1) {
			 output = output + '<font face=Verdana,Sans-Serif size='+curFontSizeXlg+' color=#6699ff><b>Current conditions for '+wthr_curobs[2]+', '+wthr_curobs[3]+'</b></font><br>' ;
			output = output + '<font face=Verdana,Sans-Serif size='+curFontSizesm+' color=#000000>As of '+wthr_curobs[4]+' EDT.</font><p>' ;
		} else {
			 output = output + '<font face=Verdana,Sans-Serif size='+curFontSizeXlg+' color=#6699ff>5-Day Forecast for '+wthr_curobs[2]+', '+wthr_curobs[3]+'</font><p>' ;
		}
		
		output = output + '</td>' +
			'<td align=right valign=top>' +
				'<table border=0 cellpadding=2 cellspacing=0 width=100%>' +
					'<tr>' +
						'<form method=post name=searchbox action="#" onSubmit="submitSearchForm(this);">' +
						'<td><font face=Verdana,Sans-Serif size=1>'+jBreak+'<B>FIND LOCAL WEATHER</B><BR>Enter any city or US zip</font></TD>' +
						'<td valign=bottom><input type="text" name="QS" size="12" maxlength="20">&nbsp;<input type="submit" value="Find"></td>' +
						'</form>' +
					'</tr>' +
					'<tr>' +
						'<td align=right colspan=2><font face=verdana,sans-serif size=1> <A href="http://www1.iwon.com/home/weather/weather_select_overview/0,1975,,00.html"><font color=0033cc>Locate a city by region</font></A></td>' +
					'</tr>' +
				'</table>' +
			'</td>' +
			'</tr>' +
			'</table>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width=100%>' +
			'<TR>' +
				'<TD bgColor=#6699FF>' +
					'<TABLE border=0 cellPadding=0 cellSpacing=0>' +
					'<TR>' +
						'<TD height=3></TD>' +
					'</TR>' +
					'</TABLE>' +
				'</TD>' +
			'</TR>' ;
		if (wthr_curobs[1] == 1) {
			 if (wthr_curobs[5] != 0) {
				output = output + '<tr>' +
					'<td><br><a href=http://www1.iwon.com/home/weather/severe_weather_detail_index/0,2035,'+wthr_curobs[5]+',00.html><FONT color=red face=Verdana,Sans-Serif size=1><B>SEVERE WEATHER ALERT</B></FONT></a></td>' +
					'</tr>' +
					'</table>' ;
			} else {
				if (isExcite != '') {
				output = output + '</table>' ;
				} else {
				output = output + '<tr><td>&nbsp;</td></tr></table>' ;
				}
			}
			output = output + '<TABLE border=0 cellPadding=6 cellSpacing=0 width=100% bgcolor=#ffffff>' +
			'<TR>' +
				'<td rowspan=2 width=5%>&nbsp;</td>' +
				'<td align=middle rowspan=2 vAlign=top width=18%>' +
				'<img src=http://ak.imgfarm.com/images/iwon_weather/'+wthr_curobs[6]+' width=82 height=82><br>' +
				'<FONT face=Verdana,Sans-Serif size='+curFontSizesm+'>'+wthr_curobs[7]+'</FONT>' +
				'</TD>' +
					'<TD align=middle valign=top bgColor=#ffffff width=37%>' +
					'<table border=0 cellpadding=0 cellspacing=0 width=100%>' +
					'<tr><td>&nbsp;</td></tr>' +
					'<tr>' ;

			 if (wthr_curobs[9] != "") {
				if (wthr_curobs[8] != "") {
					output = output + '<td align=middle width=25% nowrap bgcolor=#'+wthr_curobs[8]+'>' ;
				} else {
					output = output + '<td align=middle width=25% nowrap>' ;
				}
				 output = output + '<FONT face=Verdana,Sans-Serif size='+curFontSizelg+'><B>'+wthr_curobs[9]+'</B>&deg;<font size='+curFontSizesm+'>F</font></font>' ;	
			}

			output = output + '</td>' +		
					'<td width=75%><table><tr><td>' +
					'<FONT face=Verdana,Sans-Serif size='+curFontSizelg+'><B>&nbsp;Hi&nbsp; '+wthr_curobs[10]+'&deg;<br>&nbsp;Lo '+wthr_curobs[11]+'&deg;</B></FONT></td></tr></table></td>' +
				'</tr>' +
				'<TR>' +
				'<tr>' +
					'<TD>&nbsp;</TD>' +
				'</TR>' +
				'<TR>' +
					'<TD colspan=2 bgColor=#FFFFFF vAlign=top>' +
						'<table border=0 cellpadding=1 cellspacing=0>' +
						'<tr>' +
						'<!-- Temperature Bar -->' +
						'<td bgcolor=#e9e9e9 align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>&#139;10</font></td>' +
							'<td bgcolor=#9ccfff align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>10</font></td>' +
							'<td bgcolor=#639aff align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>20</font></td>' +
							'<td bgcolor=#328dfd align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>30</font></td>' +
							'<td bgcolor=#00d8bc align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>40</font></td>' +
							'<td bgcolor=#0ac787 align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>50</font></td>' +
							'<td bgcolor=#feefgf align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>60</font></td>' +
							'<td bgcolor=#ffc34e align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>70</font></td>' +
							'<td bgcolor=#ff9800 align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>80</font></td>' +
							'<td bgcolor=#ff6600 align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>90</font></td>' +
							'<td bgcolor=red align=middle vAlign=center><font face=Verdana,Sans-Serif size=1>100+</font></td>' +
				'</tr>' +
				'</table>' +
					'</TD>' +
				'</TR>' +
				'</table>' +
			'</TD>' +
		'<TD valign=top rowspan=2 width=40%><FONT face=Verdana,Sans-Serif size='+curFontSizesm+'>' ;
			if (wthr_curobs[12] != "") {
				output = output + '<B>Sunrise:</B> '+wthr_curobs[12]+'<BR>' ;
			}
			if (wthr_curobs[13] != "") {
				output = output + '<B>Sunset:</B> '+wthr_curobs[13]+'<BR>' ;
			}
			output = output + '<BR>' ;
			if (wthr_curobs[14] != "") {
				output = output + '<B>Wind:</B> '+wthr_curobs[14]+'<BR>' ;
			}
			if (wthr_curobs[15] != "") {
				output = output + '<B>Humidity:</B> '+wthr_curobs[15]+'%<BR>' ;
			}
			if (wthr_curobs[16] != "") {
				output = output + '<B>Dewpoint:</B> '+wthr_curobs[16]+'&deg;<BR>' ;
			}
			if (wthr_curobs[17] != "") {
				output = output + '<B>Visibility:</B> '+wthr_curobs[17]+'<BR>' ;
			}
			output = output + '</FONT></TD>' +
				'</TR>' +
				'</TABLE>' ;
		} else {
			output = output + '</table>' ;
		}		
	} else {
		output = output + '<table><tr><td>'+csPznNodataTxt+'</td></tr></table>';
	}
	  if (wthr_curobs[1] == 1) {
		if (isExcite != 1) {
			output = output + '<p><table width=100% cellpadding=3 cellspacing=0 border=0 bgcolor=#3366CC><tr><td><font face=Verdana,Sans-Serif size=1 color=ffffff><b>4-DAY FORECAST</b></font></td></tr></table>' ;
		} else {
			output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100%><TR><TD><FONT face=Verdana,Sans-Serif size=1><B>4-DAY FORECAST</B></FONT></TD></TR></TABLE><table border=0 cellPadding=0 cellSpacing=0 width=100%><tr><td bgColor=#6699FF><table border=0 cellPadding=0 cellSpacing=0><tr><td height=2></td></tr></table></td></tr></table>' ;
		}
	}
	output = output + '<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=100%>' +
		'<TR align=middle vAlign=top><FONT size=1>&nbsp;</FONT>' ;
	if (wthr_fourday[0] != 0) {
		for (var i=1; i < eval(wthr_fourday).length; i++) {
			thisDayData = eval(wthr_fourday)[i].split("?");
		   	output = output + '<TD width=$width%><FONT face=Verdana,Sans-Serif size='+curFontSizesm+'><B>'+thisDayData[0]+'</B><BR><BR><IMG height=75 src=http://ak.imgfarm.com/images/iwon_weather/'+thisDayData[1]+' width=75><BR>'+thisDayData[2]+'<BR><BR><B>Hi '+thisDayData[3]+'&deg<BR><BR>Lo '+thisDayData[4]+'&deg</B><BR><BR></FONT></TD>' ;
			if (thisDayData[5] == "spacer") {
					output = output + '<TD bgColor=#e2e2e2><img src=http://ak.imgfarm.com/images/spacer.gif width=3 border=0></TD>';
			}
		}
	} else {
		   output = output + '<TD><FONT face=Verdana,Sans-Serif size=2><B>'+csPznNodataTxt+'</B></FONT></TD>' ;
	}
	output = output + '</TR>' +
		'</TABLE><br>' ;
		
	 document.write(output);
}
	
function csPznWthrLookup() {
	 var output = '<table border=0 cellpadding=3 cellspacing=0 width=100%>' +
		'<tr>' +
		'<td valign=top width=50%>' +
			'<table border=0 cellpadding=4 cellspacing=0 width=100%>' +
				'<tr>' +
					'<td width=100%><font face=Verdana,Sans-Serif size=2>Enter a city and state (ex: New York, NY) or zip code.<br></font>' +
					'</td>' +
				'</tr>' +
				'<tr>' +
					'<td>' +
						'<form method=get name=searchbox2 action=# onSubmit=submitSearchForm(this);>' +
						'<table width=100% cellpadding=4 cellspacing=0 border=0>' +
						'<tr valign=top>' +
							'<td width=5%>&nbsp;</td>' +
							'<td colspan=2 width=95%><input type=text size=15 maxlength=20 name=QS value=></td>' +
						'</tr>' +
						'<tr>' +
							'<td width=5%>' +
							'</td>' +
							'<td colspan=2 width=95%><input type=submit name=Search value="Get Weather"></td>' +
						'</tr>' +
						'</table>' +
						'</form> ' +
					'</td>' +
				'</tr>' +
			'</table>' +
		'</td>' +
		'<td valign=top width=50%>' +
			'<table border=0 cellpadding=4 cellspacing=0 width=100%>' +
			'<tr>' +
				'<td width=100% colSpan=2 vAlign=top><b><font face=Verdana,Sans-Serif size=2>Browse to Locate a City</font></b></td>' +
			'</tr>' +
			'<tr>' +
				'<td valign=top>' ;
				 output = output + '<table border=0 cellpadding=0 cellspacing=0 width=100%>' +
						'<tr>' +
							'<td width=1% nowrap>' +
							'</td>' +
							'<td width=99%><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-United%2BStates,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>United States</font></A></td>' +
						'</tr>' ;
				 output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Africa,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Africa</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Antarctic,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Antarctic</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Arctic,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Arctic</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Asia,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Asia</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Caribbean,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Caribbean</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Central%2BAmerica,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Central America</font></A></td>' +
									'</tr>' ;output = output + '</table>' +					
							'</td>' +
							'<td valign=top>' +
								'<table border=0 cellpadding=0 cellspacing=0 width=100%>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Europe,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Europe</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Mediterranean,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Mediterranean</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-Middle%2BEast,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>Middle East</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-North%2BAmerica,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>North America</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-South%2BAmerica,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>South America</font></A></td>' +
									'</tr>' ;output = output + '<tr>' +
										'<td width=1%>' +
										'</td>' +
										'<td width=99% nowrap><A href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,topreg-South%2BPacific,00.html><font color=0033cc face=Verdana,Sans-Serif size=2>South Pacific</font></A></td>' +
									'</tr>' ; output = output + '</table>' +
				'</td>' +
			'</tr>' +
			'</table>' +
		'</td>' +
		'</tr>' +
		'</table>' ;
	document.write(output);
}

function csPznWthrExtfcast() {
	var output = '';
	 if (wthr_mapsMisc[0] != 0 && wthr_mapsMisc[1] != 0) {
		var outputLocation = 'FOR '+wthr_mapsMisc[1]+', '+wthr_mapsMisc[2]+'';
		if (isExcite != 1) {
			output = output + '<p><table width=100% cellpadding=3 cellspacing=0 border=0 bgcolor=#3366CC><tr><td><font face=Verdana,Sans-Serif size=1 color=ffffff><b>WEATHER AND MAPS '+outputLocation+'</b></font></td></tr></table>' ;
		} else {
			output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100%><TR><TD><FONT face=Verdana,Sans-Serif size=1><b>WEATHER AND MAPS '+outputLocation+'</b></FONT></TD></TR></TABLE><table border=0 cellPadding=0 cellSpacing=0 width=100%><tr><td bgColor=#6699FF><table border=0 cellPadding=0 cellSpacing=0><tr><td height=2></td></tr></table></td></tr></table>' ;
		}
		output = output + '<BR>' +
		'<TABLE width=100% cellspacing=0 cellpadding=3 border=0 bgcolor=FFFFFF><TR><td width=1%></td>' ;
		for (var i=1; i < eval(wthr_maps).length; i++) {
			if (eval(wthr_maps)[i] != null) {
				if (isExcite != 1) {
				thisMapData = eval(wthr_maps)[i].split("?");
				var thisLink = 'http://www1.iwon.com/home/weather/weather_map_container_index/0,2042,1_'+thisMapData[0]+'_'+thisMapData[1]+',00.html';
				var thisImg = 'http://ak.imgfarm.com/images/iwon_weather/'+thisMapData[2]+'.gif'
				output = output + '<td align=center width=12%><a href='+thisLink+'><img src='+thisImg+' border=0 alt="'+thisMapData[3]+'"></a><br><a href='+thisLink+'><FONT color=0033cc face=Verdana,Sans-Serif size=1 height=35 width=38>'+thisMapData[3]+'</font></a></td>' ;
				} else {
				thisMapData = eval(wthr_maps)[i].split("?");
				var thisLink = 'http://www1.iwon.com/home/weather/weather_map_container_index/0,2042,1_'+thisMapData[0]+'_'+thisMapData[1]+',00.html';
				output = output + '<td align=center width=12%><a href='+thisLink+'><FONT color=0033cc face=Verdana,Sans-Serif size=1>'+thisMapData[3]+'</font></a></td>' ;
				}
			}
		}
		output = output + '</TR></TABLE><BR>' ;
	}
	  if (wthr_regdtl[0] != 0) {
		if (isExcite != 1) {
			output = output + '<p><table width=100% cellpadding=3 cellspacing=0 border=0 bgcolor=#3366CC><tr><td><font face=Verdana,Sans-Serif size=1 color=ffffff><b>REGIONAL DETAILED FORECAST</b></font></td></tr></table>' ;
		} else {
		output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100%><TR><TD><FONT face=Verdana,Sans-Serif size=1><B>REGIONAL DETAILED FORECAST</B></FONT></TD></TR></TABLE><table border=0 cellPadding=0 cellSpacing=0 width=100%><tr><td bgColor=#6699FF><table border=0 cellPadding=0 cellSpacing=0><tr><td height=2></td></tr></table></td></tr></table>';
		}
		output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100% bgColor=#ffffff><TR><TD>' ;
		if (isExcite != 1) {
			output = output + "<FONT face=Verdana,Sans-Serif size=2><B>Today's Detailed Forecast:</B><BR>";
			}
		output = output + '<BR><font face=Verdana,Sans-Serif size=2 color=000000>'+wthr_regdtl[1];
		output = output + '</font></td>' +
		'</tr>' +
		'</table>';
	}
	 document.write(output);
}
function csPznWthrClosetsCities() {
	var output = '' ;
	if (wthr_closecities[0] != 0) {
		output = output + '<font size=1><br></font>' +
		'<TABLE bgColor=#6699FF border=0 cellPadding=2 cellSpacing=0 width=100%>' +
		'<TR>' +
			'<TD>' +
				'<TABLE bgColor=FFFFFF border=0 cellPadding=2 cellSpacing=0 width=100%>' +
				'<TR bgColor=#3366CC> ' +
					'<TD colSpan=2><FONT color=white face=Verdana,Sans-Serif size=1><B>NEARBY CITIES</B></FONT></TD>' +
				'</TR>' ;
		for (var i=1; i < eval(wthr_closecities).length; i++) {
			thisCityData = eval(wthr_closecities)[i].split("?");
			output = output + '<TR>' + 
					'<TD align=left width=5% valign=top></TD>' +
					'<TD align=left width=95% valign=top><A href=http://weather.iwon.com/index/id/'+thisCityData[0]+'.html><font color=0033cc face=Verdana,Sans-Serif size=2>'+thisCityData[1] ;
			if (thisCityData[2] != "XX") {
				output = output + ', '+thisCityData[2] ;
			}
			output = output + '</font></A></TD>' +
				'</TR>' ;
		}
		output = output + '</TABLE>' +
			'</TD>' +
		'</TR>' +
		'</TABLE>' ;
	}
	document.write(output);
}
function csPznWthrBrumbs() {
	 
	// NEW STUFF
	var vartype = typeof wthr_curobs;
	if (vartype == "undefined") {
		var wthr_curobs = new Array();
		wthr_curobs[0] = 0;
	}
	version = 1;
	var vartype = typeof wthr_version;
	if (vartype != "undefined") {
		var version = wthr_version[0];
	}

	// NEW STUFF
	  var outputBcLocal = "<font face='Verdana,Sans-Serif' size=1> : Local Weather</font>";
	if (isRegistered == 1) {
		if (wthr_curobs[0] != 0) {
			var outputBcCity = "<font face='Verdana,Sans-Serif' size=1> : "+wthr_curobs[2]+", "+wthr_curobs[3]+"</font>";
		} else {
			var outputBcCity = outputBcLocal;
		}
	} else {
		var outputBcCity = outputBcLocal;
	}
	var outputBcSelectLnk = "<font face='Verdana,Sans-Serif' size=1> : <a href=http://www1.iwon.com/home/weather/weather_select_overview/0,1975,,00.html><font face='Verdana,Sans-Serif' size=1 color=#0033cc><b>Weather</b></font></a>";
	 var outputBc = '';
	if (isRegistered == 1) {
		if (isPznValue == 1) {
			outputBc = outputBc + outputBcLocal;
		} else {
			outputBc = outputBc + "<font face='Verdana,Sans-Serif' size=1> : <a href=http://weather.iwon.com/index.html><font face='Verdana,Sans-Serif' size=1 color=#0033cc><b>Weather</b></font></a>" ;
			outputBc = outputBc + outputBcSelectLnk ;
			outputBc = outputBc + outputBcCity;
		}
	} else {
		if (passThroughID == '') {
			outputBc = outputBc + "<font face='Verdana,Sans-Serif' size=1> : Select Another Location</font>";
		} else {
			outputBc = outputBc + outputBcSelectLnk ;
			outputBc = outputBc + outputBcCity;
		}
	}
	document.write(outputBc);
}
//-->