// This file is generated by the newspanel. Don't edit by hand!

var maintotal = 4;
var mainuse = 4;
var y;


function mnitem(title, url, expl, picurl, picw, pich, alt) {
  this.title = title;
  this.url = url;
  this.expl = expl;
  this.picurl = picurl;
  this.picw = picw;
  this.pich = pich;
  this.alt = alt;
}


mi = new Array(maintotal);

mi[0] = new mnitem("July 2nd Earthquake EPIcenter Meeting", "http://www.scec.org/education/090702EPIcenter.html", "<p>\nText.</p>", "http://www.scec.org/core/public/inline/14215sm.jpg", 40, 30, "");
mi[1] = new mnitem("Join us in the Great <i>California</i> ShakeOut, October 15!", "http://www.shakeout.org/", "<p>\nText.</p>", "http://www.scec.org/images/shakeoutlogo.gif", 40, 26, "");
mi[2] = new mnitem("NSF supercomputer helps SoCal prepare for the Big One", "http://www.nics.tennessee.edu/lets-get-ready-rumble", "<p>\nText.</p>", "http://www.nics.tennessee.edu/themes/foliage/images/earthquake/earthquakeS_1sm.jpg", 40, 36, "");
mi[3] = new mnitem("SCEC Participates in the Sally Ride Festival", "http://www.scec.org/education/090407sallyride.html", "<p>\nText.</p>", "http://www.scec.org/core/public/inline/14208sm.jpg", 40, 30, "");
mi[4] = new mnitem("High Performance Computing at SCEC", "http://www.scec.org/research/video/", "<p>\nText.</p>", "http://www.scec.org/images/compmap.jpg", 40, 23, "");
mi[5] = new mnitem("Earthquake Hazard Maps Show How the Nation Shakes with Quakes", "http://www.usgs.gov/newsroom/article.asp?ID=1920", "<p>\nText.</p>", "http://earthquake.usgs.gov/research/hazmaps/img/hazmap.gif", 40, 27, "US Hazard Map");
mi[6] = new mnitem("New Study Shows Odds High for Big California Quakes", "http://www.scec.org/ucerf/", "<p>\nText.</p>", "http://www.scec.org/core/public/inline/13661sm.png", 40, 47, "UCERF Map");
mi[7] = new mnitem("SCEC Hosts a Booth at the California Science Education Conference", "http://www.scec.org/education/k12/080201csta.html", "<p>\nText.</p>", "http://www.scec.org/core/public/inline/13643sm.jpg", 40, 30, "CSTA Conference");
mi[8] = new mnitem("New!  English and Spanish Editions of \"Putting Down Roots in Earthquake Country\"", "http://www.earthquakecountry.info/roots/index.php", "<p>\nThis popular 32-page earthquake science and preparedness handbook was first published in 1995 by the Southern California Earthquake Center, and with the Spring 2007 update is again available in both English and Spanish.</p>", "http://www.earthquakecountry.info/images/roots_portada.jpg", 40, 52, "");
mi[9] = new mnitem("SCEC Informs Local Teachers about California Earthquakes", "http://www.scec.org/education/k12/070929aeg.html", "<p>\nProminent earthquake scientists from USC&#8217;s Southern California Earthquake Center and the United States Geological Survey say they are nervous about the potential for a great earthquake on the San Andreas fault and are working to develop a better understanding of the next \"Really Big One.\"</p>", "http://www.scec.org/core/public/inline/13637sm.jpg", 40, 30, "AEG Teacher Workshop");
mi[10] = new mnitem("Significant National Computing Resources Allocated for Advanced Earthquake Research", "http://www.scec.org/resources/070816computing.html", "<p>\nThe National Science Foundation (NSF) has awarded the Southern California Earthquake Center (SCEC) more than 15 million service units of computer processing time on supercomputers nationwide.</p>", "http://www.scec.org/core/public/inline/13089sm.jpg", 40, 32, "");
mi[11] = new mnitem("Los Angeles Enjoying Seismic Lull?", "http://www.usc.edu/uscnews/stories/14160.html", "<p>\nThe Los Angeles basin appears to be in a seismic &#8220;lull&#8221; characterized by relatively smaller and infrequent earthquakes, according to a study published in the September issue of Geology, and partially funded by the Southern California Earthquake Center.</p>", "http://www.scec.org/sitegraphics/mini%20images/LAortho.jpg", 40, 40, "");
mi[12] = new mnitem("Shift Happens -- Secure Your Space: New readiness campaign launched", "http://www.scec.org/education/070109campaign.html", "<p>\nProminent earthquake scientists from USC&#8217;s Southern California Earthquake Center and the United States Geological Survey say they are nervous about the potential for a great earthquake on the San Andreas fault and are working to develop a better understanding of the next \"Really Big One.\"</p>", "http://www.earthquakecountry.info/images/eca_news_icon.gif", 40, 22, "Earthquake Country Alliance");
mi[13] = new mnitem("Long Beach Earthquake: 75th Anniversary", "http://www.scec.org/education/080307longbeach.html", "<p>\nText.</p>", "http://www.scec.org/education/images/LB33sm1.jpg", 40, 30, "Long Beach damage");


function writeMainlist() {
  document.write("\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\">");
  for (cmi = 0; cmi < maintotal ; cmi++) {
  if (mi[cmi].picurl != "999") {
    document.write("\n<tr><td width=\"50\" align=\"center\" valign=\"center\"><a href=\"" + mi[cmi].url + "\"><img src=\"" + mi[cmi].picurl + "\" alt=\"" + mi[cmi].alt + "\" width=\"" + mi[cmi].picw + "\" height=\"" + mi[cmi].pich + "\" align=\"left\" hspace=\"2\" vspace=\"2\" border=\"0\" /></a></td>");
    document.write("\n<td align=\"left\" valign=\"center\"><a href=\"" + mi[cmi].url + "\">" + mi[cmi].title + "</a></td></tr>");
  }
  else {
    document.write("\n<tr><td width=\"50\" align=\"center\" valign=\"center\"><br /></td><td align=\"left\" valign=\"center\"><a href=\"" + mi[cmi].url + "\">" + mi[cmi].title + "</a></td></tr>");
  }
  }
  document.write("\n</table>");
}

writeMainlist();

