function goWoodburn(url)  {
    galleryWindow =window.open(url,'gallerypopup','status=yes,width=420,height=390,scrollbars=1,resizable=yes');}

for(x = 0; x < info.length; x++)
{ 
 if(info[x].indexOf("FresnoTxt") >= 0)
 {
  county = info[x].substr(0, info[x].length - 3);
  document.write("<center>");
  document.write("<span class='wx_txt'>");
//  document.write("Fresno <br />");
  document.write("<a href=javascript:goWoodburn('http://www.fresnobee.com/includes/weather/woodburn_pop.html'); class='wx_txt'>" + data[x] + "</a> ");
  document.write("<a href=javascript:goWoodburn('http://www.fresnobee.com/includes/weather/woodburn_pop.html'); class='wx_txt'>[All]</a>");
  document.write("</span>");
  document.write("</center>");
 }
}

