// Script used to write news items into home page depending on a date check against the current date
//

function unhide(divID) {
  var item = document.getElementById(divID);
  if (item) {
    item.className=(item.className=='hidden')?'unhidden':'hidden';
  }
}

var now 	= new Date();
var monthnumber = now.getMonth();
var thismonth	= monthnumber + 1;
  if (thismonth < 10) { thismonth = '0' + thismonth };
var monthday    = now.getDate();
  if (monthday < 10) { monthday = '0' + monthday };
var year        = now.getFullYear();
var today       = year+''+thismonth+''+monthday;

// *****************************************************************************
// Writes out date relevant content into the Upcoming Meetings & Workshops div on the home page
// and depending on passed parameter writes to both CUAHSI home, eNews and HMF home pages
// *****************************************************************************
function workshops(pg)
{
newsItem = new Array()

if (null==newsItem) newsItem = new Array();
var post=0;

// Begin 2010 announcements
//newsItem[newsItem.length] = "20101231|enews|<hr><h4 style='margin-bottom: 6px; margin-top: 0px; text-align: center; font-size: 10pt; font-family: verdana;'>&#149;&nbsp;Upcoming Meetings & Workshops&nbsp;&#149;</h4><dl style='margin-top: 0px; margin-bottom: 0px;'>";

newsItem[newsItem.length] = "20131231|enews|<hr>";
/*
newsItem[newsItem.length] = "20100320|enews|<dt class='mainI'><strong>March 13-20, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.disccrs.org/' class='info2' target='_blank'>DISCCRS: Interdisciplinary Climate Change Research Symposium</a> - Saguaro Lake Ranch, AZ</li></ul></dt>";
newsItem[newsItem.length] = "20100324|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>March 22-24, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://HydrologyDays.ColoState.edu/' class='info2' target='_blank'>Hydrology Days 2010</a> - Colorado State University</li></ul></dt>";
newsItem[newsItem.length] = "20100325|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>March 21-25, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://portal.acs.org/portal/acs/corg/content?_nfpb=true&_pageLabel=PP_TRANSITIONMAIN&node_id=2060&use_sec=false&sec_url_var=region1&__uuid=d96bbdfc-93e6-457e-a78f-dd4d66c2e9f8' class='info2' target='_blank'>ACS: Spring 2010 National Meeting & Exposition</a> - San Francisco, CA</li></ul></dt>";
newsItem[newsItem.length] = "20100331|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>March 29-31, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.awra.org/meetings/Florida2010/' class='info2' target='_blank'>AWRA Specialty Conference GIS and Water Resources VI</a> - Orlando, FL</li></ul></dt>";
newsItem[newsItem.length] = "20100415|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>April 11-15, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.ngwa.org/summit2010/index.aspx' class='info2' target='_blank'>National Ground Water Association Summit</a> - Denver, CO</li></ul></dt>";
newsItem[newsItem.length] = "20100429|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>April 25-29, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://acwi.gov/monitoring/conference/2010/index.html' class='info2' target='_blank'>National Water Quality Monitoring Council 7<sup>th</sup> National Monitoring Conference</a> - Denver, CO</li></ul></dt>";
newsItem[newsItem.length] = "20100507|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 2-7, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://meetings.copernicus.org/egu2010/' class='info2' target='_blank'>EGU General Assembly 2010</a> - Vienna, Austria<br><a href='http://www.cuahsi.org/egu2010-sessions.html'>special sessions</a></li></ul></dt>";
newsItem[newsItem.length] = "20100521|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 17-21, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.ncsa.illinois.edu/Conferences/SWE2010//' class='info2' target='_blank'>Workshop on Sensor Web Enablement 2010</a></li></ul></dt>";
newsItem[newsItem.length] = "20100529|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 25-29, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.balwois.com/2010/' class='info2' target='_blank'>BALWOIS 2010 Conference</a> - Water Observation and Information Systems for Decision Support - Ohrid, Republic of Macedonia</li></ul></dt>";
newsItem[newsItem.length] = "20100611|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 6-11, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.aslo.org/meetings/santafe2010/' class='info2' target='_blank'>2010 Joint Summer Meeting with ASLO & NABS</a> - Santa Fe, NM</li></ul></dt>";
newsItem[newsItem.length] = "20100625|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 20-25, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.grc.org/programs.aspx?year=2010&program=envscience' class='info2' target='_blank'>Gordon Research Conference</a> &#151; Environmental Sciences: Water - Holderness School in Holderness, NH</li></ul></dt>";
newsItem[newsItem.length] = "20100701|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 27-July 1, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.jfic2010.org/' class='info2' target='_blank'>Joint Federal Interagency Conference on Hydrologic Modeling and Sedimentation</a> - Las Vegas, NV</li></ul></dt>";
newsItem[newsItem.length] = "20100720|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 10-20, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.shef.ac.uk/csc/css' class='info2' target='_blank'>International Summer School</a> &#151; Integrated River Basin Management - Beijing, China</li></ul></dt>";
newsItem[newsItem.length] = "20100716|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 11-16, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.grc.org/programs.aspx?year=2010&program=grs_flow' class='info2' target='_blank'>Gordon Research Conference</a> &#151; Flow & Transport in Permeable Media 2010 - Bates College, Lewiston, ME</li></ul></dt>";
newsItem[newsItem.length] = "20100716|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 15-16, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='capstone2010.html' class='info2'>2010 Hydrologic Synthesis Research Symposium</a> - NY, NY</li></ul></dt>";
newsItem[newsItem.length] = "20100722|hmf|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 19-21, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.cuahsi.org/biennial2010/' class='info2' target='_blank'>CUAHSI 2010 Biennial Colloquium</a> &#151; Water Across Interfaces - Boulder, CO</li></ul></dt>";
newsItem[newsItem.length] = "20100722|hmf|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 22, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.cuahsi.org/biennial2010/ws-dts.html' class='info2' target='_blank'>DTS down to Earth:</a> Principles, Applications, Operational Factors, and Demonstrations for Environmental Sensing - Univ. of Colorado at Boulder [<a href='http://www.cuahsi.org/biennial2010/ws-dts.html' class='info2' target='_blank'>more info</a>]</li></ul></dt>";
newsItem[newsItem.length] = "20100810|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>August 9-10, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://cwaces.geog.uiuc.edu/synthesis/capstone.html' class='info2' target='_blank'>2010 Hydrologic Synthesis Research Symposium</a> - Vancouver, BC</li></ul></dt>";
newsItem[newsItem.length] = "20100827|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>August 23-27, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://content.asce.org/conferences/watershedmanagement2010/' class='info2' target='_blank'>ASCE 2010 Watershed Management Conference</a> - Madison, WI</li></ul></dt>";
newsItem[newsItem.length] = "20101013|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 11-13, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.hydrologyconference.com/index.asp' class='info2' target='_blank'>Hydrology Conference 2010</a> The Changing Physical and Social Environment: Hydrologic Impacts and Feedbacks - San Diego, CA</li></ul></dt>";
newsItem[newsItem.length] = "20101026|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 25-26, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.ie.unc.edu/content/news_events/symposia/2010/index.cfm' class='info2' target='_blank'>Water and Health: Where Science Meets Policy</a> - Chapel Hill, NC</li></ul></dt>";
newsItem[newsItem.length] = "20101031|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 27-31, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.safconvention.org/natcon10/' class='info2' target='_blank'>Society of American Foresters conference</a> - Albuquerque, NM</li></ul></dt>";
newsItem[newsItem.length] = "20101103|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 31-November 3, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.geosociety.org/meetings/2010/' class='info2' target='_blank'>2010 GSA Annual Meeting</a> - Denver, CO</li></ul></dt>";
newsItem[newsItem.length] = "20101208|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 6-8, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.gwsp.org/66.html' class='info2' target='_blank'>Global Catchment Initiative</a> - The Global Dimensions of Change in River Basins - University Club Bonn, Germany</li></ul></dt>";
newsItem[newsItem.length] = "20101212|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 12, 2010</strong><ul style='margin-bottom: 0px;'><li>A Pre-AGU Shortcourse &#151; <a href='http://www.cof.orst.edu/cof/fe/watershd/academia_career_success.php' class='info2' target='_blank'>How to Succeed in an Academia Career</a> by Jeff McDonnell, Oregon State University</li></ul></dt>";
newsItem[newsItem.length] = "20101217|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 13-17, 2010</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.agu.org/meetings/fm10/' class='info2' target='_blank'>AGU Fall Meeting 2010</a>, San Francisco, CA</li><li><a href='agu2010.html' class='info2'>select hydrology sessions</a></li></ul></dt>";
newsItem[newsItem.length] = "20101214|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 14, 2010</strong><ul style='margin-bottom: 0px;'><li><strong>CUAHSI Reception</strong> - Grand Hyatt @ 6:30pm (<a href='http://www.cuahsi.org/agu2010-reception.html'>more info</a> &#166; <a href='http://maps.google.com/maps?f=d&saddr=Fourth+St+and+Howard+St&daddr=345+Stockton+St,+San+Francisco,+CA+94108&hl=en&geocode=&mra=ls&dirflg=w&sll=37.786725,-122.397931&sspn=0.010107,0.026093&ie=UTF8&ll=37.786555,-122.404861&spn=0.010107,0.026093&z=16' target='_blank' class='info2'>directions</a>)</li></ul></dt>";
newsItem[newsItem.length] = "20110225|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>February 23-25, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.sfu.ca/~zeroflow/' class='info2' target='_blank'>Zero Flow: A PUB Workshop on Intermittent Streams</a> - Dinosaur Trail Golf and Country Club, Drumheller, AB</li></ul></dt>";
newsItem[newsItem.length] = "20110317|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>March 15-17, 2011</strong><ul style='margin-bottom: 0px;'><li>CHyMP Meeting - Irvine, CA (contact Jay Famiglietti at <a href='mailto:jfamigli@uci.edu'>jfamigli@uci.edu</a></li></ul></dt>";
newsItem[newsItem.length] = "20110323|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>March 21-23, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://HydrologyDays.ColoState.edu/' class='info2' target='_blank'>Hydrology Days 2011</a> - Colorado State University</li></ul></dt>";
newsItem[newsItem.length] = "20110408|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>April 3-8, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://meetings.copernicus.org/egu2011/' class='info2' target='_blank'>European Geosciences Union General Assembly 2011</a> - Vienna, Austria</li></ul></dt>";
newsItem[newsItem.length] = "20110420|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>April 18-20, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.awra.org/meetings/Baltimore2011Call/index.html' class='info2' target='_blank'>AWRA 2011 Spring Specialty Conference</a> &#151; <strong>Managing Climate Change Impacts on Water Resources: AdaptationIssues, Options, and Strategies</strong> - Sheraton Inner Harbor Hotel - Baltimore, MD</li></ul></dt>";
newsItem[newsItem.length] = "20110512|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 8-12, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://sahra.arizona.edu/czo_reg/' class='info2' target='_blank'>Critical Zone Observatory (CZO)</a>  <strong>All-Hands Meeting</strong> - Tucson, AZ </li></ul></dt>";
newsItem[newsItem.length] = "20110514|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 10-14, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.iahs-pub.org/pub2011/index.php' class='info2' target='_blank'>PUB 2011</a> &#151; <strong>Putting PUB into Practice</strong> - Canmore, Alberta, Canada</li></ul></dt>";
newsItem[newsItem.length] = "20110526|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 22-26, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://content.asce.org/conferences/ewri2011/index.html' class='info2' target='_blank'>2011 World Environmental & Water Resources Congress</a> &#151; <strong>Bearing Knowledge for Sustainability</strong> - Palm Springs Convention Center - Palm Springs, CA</li></ul></dt>";
newsItem[newsItem.length] = "20110526|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>May 22-26, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='https://www.benthos.org/Annual-Meeting.aspx' class='info2' target='_blank'>NABS 2011 Annual Meeting</a> &#151; <strong>Responding to the Global Water Crisis</strong> - Rhode Island Convention Center - Providence, RI</li></ul></dt>";
newsItem[newsItem.length] = "20110608|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 5-8, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://igwmc.mines.edu/' class='info2' target='_blank'>International Ground-Water Modeling Center (IGWMC)</a> &#151; <strong><em>MODFLOW and More 2011</em></strong> - Colorado School of Mines, Golden, CO</li></ul></dt>";
newsItem[newsItem.length] = "20110610|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 8-10, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='ws-usgs.html' class='info2'>Joint USGS-CUAHSI Workshop</a> &#151; <strong><em>In Situ</em> Optical Water Quality Sensor Networks</strong> - Shepherdstown, WV</li></ul></dt>";
newsItem[newsItem.length] = "20110617|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 13-17, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.waterdiplomacy.org' class='info2' target='_blank'>Water Diplomacy Workshop (WDW)</a> &#151; Managing the Science, Policy, and Politics of Water Networks Through Negotiation - Tufts University, Boston, MA</li></ul></dt>";
newsItem[newsItem.length] = "20110622|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 21-22, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://drinet.hubzero.org/symposiuminfo' class='info2' target='_blank'>Symposium on Data-Driven Approaches to Droughts</a> &#151; Purdue University, West Lafayette, IN</li></ul></dt>";
newsItem[newsItem.length] = "20110624|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 22-24, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://his.cuahsi.org/conference2011/' class='info2' target='_blank'>CUAHSI Conference on Hydrologic Data and Information Systems 2011</a> &#151; <strong>Showcasing scientific progress enabled through the use of advanced information systems</strong> - Utah State University, Logan, UT</li></ul></dt>";
newsItem[newsItem.length] = "20110629|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 27-29, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.umass.edu/tei/conferences/FishPassage/' class='info2' target='_blank'>National Conference on Engineering & Ecohydrology for Fish Passage</a> - University of Massachusetts Amherst</li></ul></dt>";
newsItem[newsItem.length] = "20110715|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 9-15, 2011</strong><ul style='margin-bottom: 0px;'><li><strong>Gordon Research Conferences</strong><br><a href='http://www.grc.org/programs.aspx?year=2011&program=catchment' class='info2' target='_blank'>2011 Catchment Sciences</a> &#151; <strong><em>Sentinels of Global Change</em></strong> - Bates College, Lewiston, ME</li></ul></dt>";
newsItem[newsItem.length] = "20110819|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>August 14-19, 2011</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.goldschmidt2011.org/index' class='info2' target='_blank'>Goldschmidt 2011</a></strong> - Prague, Czech Republic</li></ul></dt>";
newsItem[newsItem.length] = "20110913|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>September 11-13, 2011</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://umbs.lsa.umich.edu/research/aquatic-sensor-workshop' class='info2' target='_blank'>Freshwater Advanced Aquatic Sensor Workshop: Sensors, Platforms and Data Management</a></strong> - The University of Michigan Biological Station (UMBS) - Douglas Lake, MI</li></ul></dt>";
newsItem[newsItem.length] = "20110930|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>September 26-30, 2011</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.hydrologicscience.org/icrw/' class='info2' target='_blank'>Fourth Interagency Conference on Research in the Watersheds (ICRW)</a></strong> - Fairbanks, AK</li></ul></dt>";
newsItem[newsItem.length] = "20111007|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 6-7, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://sensorweb.geomatics.ucalgary.ca/swe2011' class='info2' target='_blank'>Sensor Web Enablement 2011 (SWE 2011) Workshop</a> - Banff, Alberta, Canada</li></ul></dt>";
newsItem[newsItem.length] = "20111012|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 9-12, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.geosociety.org/meetings/2011/' class='info2' target='_blank'>2011 GSA Annual Meeting</a> - Minneapolis, MN</li></ul></dt>";
newsItem[newsItem.length] = "20111010|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>October 29-30, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.ConstructedEnvironment.com/Conference/' class='info2' target='_blank'>2011 International Conference on the Constructed Environment</a> - University Center, Chicago, IL</li></ul></dt>";
newsItem[newsItem.length] = "20111203|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 3, 2011</strong><ul style='margin-bottom: 0px;'><li><strong>2011 CTEMPs Hands-on DTS Workshop </strong> - Stanford University (<a href='docs/DTS_Workshop_Stanford_2011.pdf' target='_blank'>Download the flyer</a>)</li></ul></dt>";
newsItem[newsItem.length] = "20111209|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 5-9, 2011</strong><ul style='margin-bottom: 0px;'><li><a href='http://sites.agu.org/fallmeeting/' class='info2' target='_blank'>AGU Fall Meeting 2011</a>, San Francisco, CA</li><li><a href='http://www.cuahsi.org/agu2011.html' class='info2'>select Hydrology sessions</a></li></ul></dt>";
newsItem[newsItem.length] = "20111206|enews|<dt style='margin-bottom: 2px; padding-bottom: 0px;'><strong>December 6, 2011</strong><ul style='margin-bottom: 0px;'><li><strong>CUAHSI Reception</strong> - Grand Hyatt @ 6:30pm (<a href='http://www.cuahsi.org/agu2011-reception.html'>more info</a> &#166; <a href='http://maps.google.com/maps?f=d&saddr=Fourth+St+and+Howard+St&daddr=345+Stockton+St,+San+Francisco,+CA+94108&hl=en&geocode=&mra=ls&dirflg=w&sll=37.786725,-122.397931&sspn=0.010107,0.026093&ie=UTF8&ll=37.786555,-122.404861&spn=0.010107,0.026093&z=16' target='_blank' class='info2'>directions</a>)</li></ul></dt>";
*/
newsItem[newsItem.length] = "20120222|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>February 19-22, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.agu.org/meetings/chapman/2012/acall/' class='info2' target='_blank'>AGU Chapman Conference on Remote Sensing of the Terrestrial Water Cycle</a></strong> - Kona, HI</li></ul></dt>";
newsItem[newsItem.length] = "20111027|enews|<dt style='text-indent: 4.0em; margin-bottom: 0px; padding-bottom: 0px;'><strong>Abstract deadline October 27, 2011</strong></dt>";

newsItem[newsItem.length] = "20120318|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>March 17-18, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://geosciencealliance.wordpress.com/conferences/2012-geoscience-alliance-conference/' class='info2' target='_blank'>2012 Geoscience Alliance Conference</a></strong> - Salish Kootenai College, Pablo, MT</li></ul></dt>";

newsItem[newsItem.length] = "20120322|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>March 20-22, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.cuahsi.org/ws-hydroacoustics.html' class='info2'>Joint USGS-CUAHSI Workshop on Sediment Hydroacoustics</a></strong> - National Conservation Training Center - Shepherdstown, West Virginia</li></ul></dt>";
newsItem[newsItem.length] = "20120323|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>March 21-23, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://HydrologyDays.ColoState.edu/' target='_blank' class='info2'>Hydrology Days 2012 </a></strong> - Colorado State University&nbsp;&#151;&nbsp;[<a href='docs/hydrodays2012.pdf' target='_blank'>download flyer</a>]</li></ul></dt>";
newsItem[newsItem.length] = "20120503|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>April 30-May 3, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://sites.agu.org/spconference/' class='info2' target='_blank'>AGU Science Policy Conference 2012</a></strong> - Washington, DC</li></ul></dt>";
newsItem[newsItem.length] = "20120615|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 12-15, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.cuahsi.org/stream-gw-wkshp.html' class='info2'>Techniques to Quantify Stream-Groundwater Exchange and Shallow Transport</a></strong> - A Hands-on Workshop - Penn State University</li></ul></dt>";
newsItem[newsItem.length] = "20120621|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 17-21, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://cmwr2012.cee.illinois.edu' class='info2' target='_blank'>XIX Computational Methods in Water Resources (CMWR2012) Conference</a></strong> - University of Illinois at Urbana-Champaign</li></ul></dt>";
newsItem[newsItem.length] = "20120629|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>June 24-29, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.vmgoldschmidt.org/2012/index.htm' class='info2' target='_blank'>Goldschmidt 2012</a></strong> - Montreal, Canada</li></ul></dt>";
newsItem[newsItem.length] = "20120720|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 16-18, 2012</strong><ul style='margin-bottom: 0px;'><li><a href='http://www.cuahsi.org/biennial2012.html' class='info2'>CUAHSI 2012 Biennial Colloquium</a> &#151; Fusing Science and Solutions - Boulder, CO</li></ul></dt>";
newsItem[newsItem.length] = "20120727|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>July 22-27, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.ufz.de/hydropedology2012/hydropedology/home.html' class='info2' target='_blank'>2nd International Conference of Hydropedology</a></strong> - Leipzig, Germany<br>[<a href='docs/hydropedology.pdf' target='_blank'>download flyer</a>]</li></ul></dt>";
newsItem[newsItem.length] = "20120909|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>September 7-9, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://meetings.copernicus.org/plinius13/' class='info2' target='_blank'>13th Plinius Conference on Mediterranean Storms</a></strong> - Priamar Fortress, Savona, Italy</li></ul></dt>";
newsItem[newsItem.length] = "20121107|enews|<dt style='margin-bottom: 0px; padding-bottom: 0px;'><strong>November 4-7, 2012</strong><ul style='margin-bottom: 0px;'><li><strong><a href='http://www.iche2012.org' class='info2' target='_blank'>ICHE 2012 Tenth International Conference on Hydroscience &amp; Engineering</a></strong> - Orlando, FL</li></ul></dt>";
newsItem[newsItem.length] = "20120301|enews|<dt style='text-indent: 4.0em; margin-bottom: 0px; padding-bottom: 0px;'><strong>&#149;&nbsp;<a href='http://www.iche2012.org/submission.html' class='info2' target='_blank'>Abstract deadline</a> March 1, 2012.</strong></dt>";
var page=pg
switch(page){
case 1:  //display for cuahsi home page - main, hmf and enews listings
for(var i=0; i<newsItem.length; i++) {
    var parmlist = String(newsItem[i]).split("|");
//    var post=0;
    if (Number(parmlist[0]) >= today && (parmlist[1] == "top1" || parmlist[1] == "hmf" || parmlist[1] == "enews")) {
		document.write( parmlist[2] );
		post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current Meetings announcements.</dt>'); }
break
case 2:  //display for hmf home page - only hmf listings
for(var i=0; i<newsItem.length; i++) {
    var parmlist = String(newsItem[i]).split("|");
//    var post=0;
    if (Number(parmlist[0]) >= today && parmlist[1] == "hmf") {
		document.write( parmlist[2] );
		post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current Meetings announcements.</dt>'); }
break
case 3:  //display for eNews page - only hmf listings
for(var i=0; i<newsItem.length; i++) {
    var parmlist = String(newsItem[i]).split("|");
//    var post=0;
    if (Number(parmlist[0]) >= today && (parmlist[1] == "enews" || parmlist[1] == "hmf")) {
		document.write( parmlist[2] );
		post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current announcements.</dt>'); }
break
}  //end switch statement
}  //End newsItem function

// *****************************************************************************
// Writes out date relevant content into the "bulletins" div on the home page
// *****************************************************************************
function bulletins()
{
announceItem = new Array();

if (null==announceItem) announceItem = new Array();
announceItem[announceItem.length] = "20131231|<hr>";
announceItem[announceItem.length] = "20121231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>CUAHSI Annual Report 2011</strong><br><a href='http://dx.doi.org/10.4211/annual.201111' class='info2' target='_blank'>doi.org/10.4211/annual.201111</a></dt>";
announceItem[announceItem.length] = "20121231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>CUAHSI Five Year Strategic Plan</strong><br><a href='http://dx.doi.org/10.4211/stratplan.201012' class='info2' target='_blank'>doi:10.4211/stratplan.201012</a></dt>";
announceItem[announceItem.length] = "20101207|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>CUAHSI Annual Membership Meeting</strong><br>Tuesday, December 7, 2010 @ 3:00pm ET<br><a href='BOD-Profiles-2010.html' class='info2'>Board Candidate Statements</a></dt>";
announceItem[announceItem.length] = "20151231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>Pathfinder Graduate Student Fellowships</strong><br><a href='pathfinder-2011-awardees.html' class='info2'>2011 Awardees</a><br><a href='pathfinder-2010-awardees.html' class='info2'>2010 Awardees</a><br><a href='pathfinder-2009-awardees.html' class='info2'>2009 Awardees</a><br><a href='pathfinder.html' class='info2'>General Information</a><br><a href='docs/Pathfinder2010-PR.pdf' target='_blank' class='info2'>2010 Press Release</a></dt>";
announceItem[announceItem.length] = "20131231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<a href='jobopps.html' class='info2'><strong>Career Opportunities</strong></a></dt>";
announceItem[announceItem.length] = "20100722|<dt style='margin-top: 4px; margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>CUAHSI 2<sup>nd</sup> Biennial Colloquium, Boulder, CO</strong><br>July 19-22, 2010&#151;Mark the date on your calendar!<br><a href='biennial2010/index.html'><strong>more information</strong></a></dt>";
announceItem[announceItem.length] = "20131231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>Hydrologic Measurement Methods Released</strong><br><a href='https://www.cvent.com/events/hydrologic-measurement-methods-purchase/registration-042fd72c41ef4f87a981c383cbeb1d3f.aspx'>Purchase a copy</a></dt>";
announceItem[announceItem.length] = "20131231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>CUAHSI Science Plan</strong><br><a href='http://dx.doi.org/10.4211/sciplan.200711' target='_blank'>doi:10.4211/sciplan.200711</a></dt>";
announceItem[announceItem.length] = "20121231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>WATERS Network Science Plan</strong><br><a href='http://dx.doi.org/10.4211/sciplan.waters.20090515' target='_blank' class='info2'>doi:10.4211/sciplan.<br>waters.20090515</a></dt>";
announceItem[announceItem.length] = "20101115|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>Hydrogra<em>f</em>(x) Competition</strong> &#151;<a href='hydrografx/index.html' class='info2'>more information</a></dt>";

announceItem[announceItem.length] = "20121231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'>&#8226;&nbsp;<strong>Now Online!</strong>&#151;<a href='enews/enews-201201.html' class='info2'>January 2012 eNews Brief</a></dt>";
// do not move or remove item below
announceItem[announceItem.length] = "20131231|<hr>";
announceItem[announceItem.length] = "20131231|<dt style='margin-bottom: 0px; padding-bottom: 6px; text-align: center;'><a href='http://www.cuahsi.org/workshops.html' style='color: red !important; font-size: 7.5pt;'>Links to CUAHSI Workshops & Meetings</a></dt>";
// do not move or remove item above


for(var x=0; x<announceItem.length; x++) {
    var parmlist = String(announceItem[x]).split("|");
    var post=0;
    if (Number(parmlist[0]) >= today) {
	document.write( parmlist[1] );
	post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current News announcements.</dt>'); }
}  //End announceItem function

// *****************************************************************************
// Writes out date relevant content into the "announcements" div of the home page
// *****************************************************************************
function community()
{
mainItem = new Array()

if (null==mainItem) mainItem = new Array();

/* Announcements section items */
mainItem[mainItem.length] = "20131231|<div style='background-color: #fff; margin-top: 6px;'>";
mainItem[mainItem.length] = "20100231|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>NSF &#34;EAR to the Ground&#34; Newsletter</strong> &#151; <a href='enews/ear-201010.pdf' class='info2' target='_blank'>October 2010</a></dt>";
mainItem[mainItem.length] = "20100531|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>CUAHSI 2010 Biennial Abstract Submission is Open</strong>&#151;Learn more about the <a href='biennial2010/index.html'>Biennial Colloquium</a> or proceed directly to the <a href='http://guest.cvent.com/v.aspx?1A%2cQ3%2c12ed1f9a-389f-4653-8961-c75071029778' target='_blank'>submit your abstract</a> website. The deadline for submission is <strong>May 31, 2010.</strong></dt>";

mainItem[mainItem.length] = "20100725|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>Reds Wolman dies: The passing of one of the greats in the field of hydrology</strong>&#151;[<a href='javascript:unhide(\"item1\");' class='more'>read more</a>]<div id='col2'><div id='item1' class='hidden'><p class='mainI' style='margin-top: 0pt;'>Reds Wolman died peacefully at his home Wednesday afternoon, February 24, 2010, at the age of 85.  We have lost a giant, marking the end of an era.  Even more, we have lost an extraordinary human being who inspired and delighted so many of us. Information on memorial activities and condolences will be forthcoming.  [<a href='docs/Reds-Wolman.pdf' class='moreinfo' target='_blank'>Read Peter Wilcock letter</a>]</div></div></dt>";
mainItem[mainItem.length] = "20100731|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>Catchment Comparison Exercise 2010 (<em>CCE2010</em>): Understanding the Dynamics of Hydrologic and Biogeochemical Stores</strong>&#151;[<a href='javascript:unhide(\"item3\");' class='more'>read more</a>]<div id='col2'><div id='item3' class='hidden'><p class='mainI' style='margin-top: 0pt;'>CUAHSI is kicking off a community exercise to perform a comparison among field sites around the globe on the stores of water and chemicals and the dynamics of these stores. This exercise is structured as an initial set of exploratory calculations at individual sites to be presented as webinars during the Fall of 2009. [<a href='cce2010.html' class='moreinfo'>Learn about CCE2010</a>]</div></div></dt>";
mainItem[mainItem.length] = "20101231|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>New NSF IGERT Program in WATER Research at Colorado State University</strong> &#151;<br>I-WATER = <strong>I</strong>ntegrated <strong>W</strong>ater, <strong>AT</strong>mosphere, <strong>E</strong>cosystems-Education and <strong>R</strong>esearch [<a href='docs/iwater.pdf' target='_blank'>download flyer</a>&nbsp;&#124;&nbsp;<a href='http://I-WATER.ColoState.edu' target='_blank'>visit website</a>]</dt>";

mainItem[mainItem.length] = "20120318|<script type='text/javascript' language='Javascript'>salish();</script>";
mainItem[mainItem.length] = "20120301|<script type='text/javascript' language='Javascript'>chans();</script>";
mainItem[mainItem.length] = "20120124|<script type='text/javascript' language='Javascript'>fnecc();</script>";
mainItem[mainItem.length] = "20120430|<dt class='mainI' style='margin: 0px; padding-bottom: 0px; background-color: #ccffff;'><script type='text/javascript' language='Javascript'>dcpc();</script></dt><hr>";
mainItem[mainItem.length] = "20111129|<dt class='mainI' style='margin: 0px; padding-bottom: 0px;'>&#8226;&nbsp;<strong>CUAHSI Annual Membership Meeting</strong><br>Tuesday, November 29, 2011 @ 3:00pm ET<br><a href='BOD-Profiles-2011.html' class='info2'>Board Candidate Statements</a><br>Download the <a href='docs/CUAHSI-Annual-Report-2011.pdf' target='_blank'>Annual Report 2011</a> for review.</dt><hr>";
mainItem[mainItem.length] = "20110430|<script type='text/javascript' language='Javascript'>usgs();</script>";
//mainItem[mainItem.length] = "20120131|<script type='text/javascript' language='Javascript'>pf11();</script>";
mainItem[mainItem.length] = "20111209|<script type='text/javascript' language='Javascript'>agu();</script>";
mainItem[mainItem.length] = "20111019|<script type='text/javascript' language='Javascript'>wsc();</script>";
mainItem[mainItem.length] = "20111231|<dt class='mainI' style='margin: 0px; padding-bottom: 0px;'>&#149;&nbsp;An on-line community to share Optical Water Quality Sensor Networks experiences has been established at <a href='http://www.watersensors.org' target='_blank'>www.watersensors.org</a>; anyone interested in optical sensors is welcome to join.  Those who wish to participate in the workgroups advancing various phases of this effort should contact Daniel  Sullivan (<a href='mailto:djsulliv@usgs.gov'>djsulliv@usgs.gov</a>).</dt><br />";
mainItem[mainItem.length] = "20110624|<dt class='mainI' style='margin: 0px; padding-bottom: 0px;'>&#149;&nbsp;<a href='http://his.cuahsi.org/conference2011/' class='info2' target='_blank'>CUAHSI Conference on Hydrologic Data and Information Systems 2011</a> &#151; <strong>Showcasing scientific progress enabled through the use of advanced information systems</strong> - Utah State University, Logan, UT</dt><br />";
//mainItem[mainItem.length] = "20111231|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>HydroHUB: Proposed Modeling Infrastructure for the Water Science and Engineering Communities</strong>&#151;[<a href='javascript:unhide(\"item4\");' class='more'>read more</a>]<div id='col2'><div id='item4' class='hidden'><p class='mainI' style='margin-top: 0pt;'>Computer models play a central role in meeting the science challenges facing hydrology and other water-related sciences because we need them to test hypotheses, and ultimately to provide simulations that guide policy and decision making. Despite their importance, aspects of simulation tools are far from ideal and this has motivated recent workshops and projects to seek improvements.  Learn about a proposed new web-based, collaborative infrastructure for science and engineering fields broadly related to water. [<a href='hydrohub/index.html' class='moreinfo'>Learn about HydroHUB</a>]</div></div></dt>";
mainItem[mainItem.length] = "20110630|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<a href='http://water.columbia.edu/' target='_blank'>Columbia Water Center</a> has regular seminars with speakers from Columbia University and other organizations addressing a variety of water issues.  [<a href='cwc-seminars.html'>View CWC\'s Spring 2011 schedule</a>]</dt>";

/* Community Interest & NSF program solicitations */
/*
mainItem[mainItem.length] = "20131231|<hr><div class='idx_header'><h4 class='text'>&#149;&nbsp;Community Announcements&nbsp;&#149;</h4><dl style='margin-top: 0px; margin-bottom: 0px;'></div>";
mainItem[mainItem.length] = "20100113|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>WATERS Network Social/Behavioral/Economic Science Agenda Workshop</strong> &#151; Held January 11-13, 2009 Sirata Beach Resort, St. Pete Beach, Florida &#151;[<a href='javascript:unhide(\"SBE\");' class='more'>read more</a>] &#151; Download the <a href='docs/WATERS-SBE-Workshop-Report-Final-20091123.pdf' class='moreinfo' target='_blank'>Workshop Final Report</a> <div id='col2'><div id='SBE' class='hidden'><p class='mainI' style='margin-top: 0pt; margin-bottom: 0pt;'>The goals of the Social/Behavioral/Economic (SBE) Science Agenda Workshop were to crystallize fundamental SBE science questions that will advance the goals of improved prediction, priority setting and management and that will be advanced by national-scale data collection concerning people and institutions in relation to water resources; and identify SBE science data collection infrastructure required to enable the scientific agenda.<p>Participants in the workshop included psychologists, economists, geographers, political scientists, and sociologists, as well as WATERS Network natural scientists and engineers and NSF representatives. The format of the workshop included background sessions followed by breakout/discussion sessions which were the primary constituents of the workshop.  [<a href='docs/WATERS-SBE-Workshop-Report-Final-20091123.pdf' class='moreinfo' target='_blank'>Workshop Final Report</a>]</div></div></dt>";
mainItem[mainItem.length] = "20100521|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>Workshop on Sensor Web Enablement 2010 (SWE2010)</strong> &#151; As part of The 2010 International Symposium on Collaborative Technologies and Systems &#151; <strong>May 17-21, 2010, Chicago, IL</strong> &#151;[<a href='javascript:unhide(\"SWE2010\");' class='more'>read more</a>]<div id='col2'><div id='SWE2010' class='hidden'><p class='mainI' style='margin-top: 0pt; margin-bottom: 0pt;'>The Open Geospatial Consortium, Inc's Sensor Web Enablement (SWE) standards enable developers to make all types of sensors, transducers, and sensor data repositories discoverable, accessible, and useable via the Web. The SWE effort involves OGC members in developing the global framework of standards and best practices that make linking diverse sensor related technologies fast and practical. Standards make it possible for users to assemble sensor systems and components together efficiently; protect investments; reduce likelihood of dead-end technologies, products or approaches; allow for future expansion and encourage collaboration between Sensor Web components and users.  [<a href='http://www.ncsa.illinois.edu/Conferences/SWE2010/' class='moreinfo' target='_blank'>Learn about SWE2010</a>]</div></div></dt>";
mainItem[mainItem.length] = "20100611|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>Joint Meeting with ASLO & NABS &#151; June 6-11, 2010 · Santa Fe, New Mexico</strong>&#151;[<a href='javascript:unhide(\"aslo\");' class='more'>read more</a>]<div id='col2'><div id='aslo' class='hidden'><p class='mainI' style='margin-top: 0pt;'>The theme of the meeting, Aquatic Sciences: Global Changes from the Center to the Edge, will pull all of our aquatic sciences together and build strong synergy and collaboration between societies and scientists.  The Planning Committee invites proposals from all interested scientists in the aquatic sciences and leaders of major programs in this area for special sessions of interest to this joint conference.  [<a href='http://www.aslo.org/meetings/santafe2010/' class='moreinfo' target='_blank'>Visit the meeting website</a>]</div></div></dt>";
mainItem[mainItem.length] = "20100724|<dt class='mainI' style='margin: 0px; padding-bottom: 6px;'>&#8226;&nbsp;<strong>The Summer Soil Institute &#151; Addressing Environmental Challenges with Current and Emerging Techniques</strong> &#151; July 12-24, 2010 · Fort Collins, Colorado &#151;[<a href='javascript:unhide(\"soil\");' class='more'>read more</a>]<div id='col2'><div id='soil' class='hidden'><p class='mainI' style='margin-top: 0pt;'>The summer soil institute provides a unique opportunity to gain a fundamental and applied understanding of soil biology, chemistry, and physics with world-renowned faculty. Students will gain hands-on experience with lab and field techniques and will gain an enhanced appreciation for the importance of managing our soil resources sustainably. The course will be limited to a maximum of 25 students.  [<a href='http://soilinstitute.nrel.colostate.edu/' class='moreinfo' target='_blank'>Visit the Institute website</a>]</div></div></dt>";
mainItem[mainItem.length] = "20101013|<dt class='mainI' style='margin: 0px; padding-bottom: 0px;'>&#8226;&nbsp;<strong>Hydrology Conference 2010</strong>&#151;The Changing Physical and Social Environment: Hydrologic Impacts and Feedbacks &#151; <strong>October 11-13, 2010, San Diego, CA</strong> &#151;[<a href='javascript:unhide(\"hydro\");' class='more'>read more</a>]<div id='col2'><div id='hydro' class='hidden'><p class='mainI' style='margin-top: 0pt; margin-bottom: 0pt;'>This major international conference will target the developing interdisciplinary science themes in the interface between hydrology and other scientific disciplines, including climate change, biology, chemistry and social sciences. These subjects are of particular relevance as population increases and a changing climate bring new pressures on hydrological systems around the world.  [<a href='http://www.hydrologyconference.com/' class='moreinfo' target='_blank'>Visit the website</a>]</div></div></dt>";
mainItem[mainItem.length] = "20100315|<dt class='mainI' style='margin: 0px; padding-bottom: 0px;'>&nbsp;&nbsp;&nbsp;&nbsp;&#187&nbsp;<strong>Call for papers: Abstract Submission Deadline: March 15, 2010.</strong></dt>";
mainItem[mainItem.length] = "20131231|<hr>";
mainItem[mainItem.length] = "20100415|<dt class='mainI' style='margin: 0px; padding-bottom: 3px;'>&#149;&nbsp;<strong>NSF Releases Interdisciplinary Water Research Solicitation</strong>&#151;[<a href='javascript:unhide(\"nsf1\");' class='more'>read more</a>]<div id='col2'><div id='nsf1' class='hidden'><p class='mainI' style='margin-top: 0pt;'>NSF released a multi-million dollar foundation-wide solicitation on Water Sustainability and Climate. A synopsis of the solicitation is available on the  <a href='http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=503452&org=NSF&sel_org=NSF&from=fund' target='_blank'>Water Sustainability and Climate</a> web page.   This solicitation supports projects up to $5M.  Letters of intent are due <strong>March 15, 2010</strong> and full proposals are due <strong>April 15, 2010</strong>.<p>&quot;One of the most urgent challenges facing the world today is ensuring an adequate supply and quality of water in light of both burgeoning human needs and climate variability and change. Despite its importance to life on Earth, there are major gaps in our basic understanding of water availability, quality and dynamics, and the impact of both a changing and variable climate, and human activity, on the water system.  The goal of the Water Sustainability and Climate (WSC) solicitation is to understand and predict the interactions between the water system and climate change, land use, the built environment, and ecosystem function and services through place-based research and integrative models.&quot; (quoted from the NSF)</div></div></dt>";
mainItem[mainItem.length] = "20131231|<hr>";
mainItem[mainItem.length] = "20111231|<p class='mainI' style='margin: 0px; padding-bottom: 0px;'>&#149;&nbsp;<strong>Got Water Data? Come join the CUAHSI Water Data Federation!</strong>&#151;[<a href='javascript:unhide(\"wds\");' class='more'>read more</a>]<div id='col2'><div id='wds' class='hidden'><p class='mainI' style='margin-top: 0pt;'>Publish your data with a CUAHSI-HIS Server and register it with the CUAHSI-HIS Central Network Registry. It will then be available in federated search engines just like NWIS and STORET.  [<a href='http://his.cuahsi.org/datapublishers.html' class='moreinfo' target='_blank'>more information</a>]</div></div>";
*/
mainItem[mainItem.length] = "20131231|</div> <br>";

for(var i=0; i<mainItem.length; i++) {
    var parmlist = String(mainItem[i]).split("|");
    var post=0;
    if (Number(parmlist[0]) >= today) {
	document.write( parmlist[1] );
	post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current Announcements. Please check back.</dt>'); }
}  //End mainItem function

// *****************************************************************************
// Writes out date relevant "seminars" div on the home page
// *****************************************************************************
function seminars()
{
semItem = new Array()

if (null==semItem) semItem = new Array();

/* 2011 Cyberseminars */
semItem[semItem.length] = "20111130|<hr><h4 style='margin-bottom: 6px; margin-top: 0px; text-align: center; font-size: 10pt; font-family: verdana;'>&#149;&nbsp;Fall 2011 Cyberseminars&nbsp;&#149;<br><span style='font-size: 7pt;'>[subject to change]</span></h4><dl style='margin-top: 0px; margin-bottom: 0px;'>";
/*
semItem[semItem.length] = "20100917|<dt class='mainI'><strong><a href='sem-current.html#0211'>September 17, 2010</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>John Pomeroy, University of Sasketchewan</strong><br><strong>Title: </strong>Advancing hydrological processes to better predict hydrology in cold regions</li></ul></dt>";
semItem[semItem.length] = "20101001|<dt class='mainI'><strong><a href='sem-current.html#0225'>October 1, 2010</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Mark Green, Plymouth State University</strong><br><strong>Title: </strong>Extracting characteristic hydrologic patterns from many catchments: the case of stream water total nitrogen to total phosphorus ratios</li></ul></dt>";
semItem[semItem.length] = "20101105|<dt class='mainI'><strong><a href='sem-current.html#0300'>November 5, 2010</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Richard Vogel, Tufts University</strong><br><strong>Title: </strong>Hydromorphology: The Shape of our Water Future</li></ul></dt>";
semItem[semItem.length] = "20101112|<dt class='mainI'><strong><a href='sem-current.html#0415'>November 12, 2010</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Thorsten Wagener, Pennsylvania State University</strong><br><strong>Title: </strong>Hydrologic Similarity and the Search for a Catchment Classification Framework</li></ul></dt>";
*/
semItem[semItem.length] = "20111028|<dt class='mainI'><strong><a href='sem-current.html#1028'>October 28, 2011</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Suzanne Anderson (Boulder Creek CZO)</strong><br><strong>Title: </strong>Boulder Creek CZO: Natural experiments to study Critical Zone evolution and function</li></ul></dt>";
semItem[semItem.length] = "20111104|<dt class='mainI'><strong><a href='sem-current.html#1104'>November 4, 2011</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Jon Chorover (Jemez-Catalina CZO)</strong><br><strong>Title: </strong>The Jemez-Santa Catalina CZO:  Transformative Behavior of Water, Energy and Carbon in the Critical Zone: Quantifying Linkages among Ecohydrology, Biogeochemistry, and Landscape Evolution</li></ul></dt>";
semItem[semItem.length] = "20111111|<dt class='mainI'><strong><a href='sem-current.html#1111'>November 11, 2011</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Chris Duffy (Shale Hills CZO)</strong><br><strong>Title: </strong>The Susquehanna/Shale Hills Critical Zone Observatory: A Earth-System testbed for process and prediction</li></ul></dt>";
semItem[semItem.length] = "20111118|<dt class='mainI'><strong><a href='sem-current.html#1118'>November 18, 2011</a></strong>; 3:00pm ET<ul style='margin-bottom: 0px;'><li><strong>Mike Goulden (Southern-Sierra CZO)</strong><br><strong>Title: </strong>Relationships between elevation, climate, and ecosystem properties in the Sierra CZO</li></ul></dt>";
semItem[semItem.length] = "20131231|<dt class='mainI'><strong>The current Cyberseminars semester has concluded.</dt></dl>";
semItem[semItem.length] = "20131231|<dt class='mainI'><strong>Check back next semester.  Thanks.</dt></dl>";

var post=0;
for(var i=0; post<=1; i++) {
    var parmlist = String(semItem[i]).split("|");
    if (Number(parmlist[0]) >= today) {
	document.write( parmlist[1] );
	post++;
	}
}
    if (post==0) { document.write('<dt class="home">No Seminars are currently scheduled.</dt>'); }
}  //End semItem function

/*
for(var i=0; i<semItem.length; i++) {
    var parmlist = String(semItem[i]).split("|");
    var post=0;
    if (Number(parmlist[0]) >= today) {
	document.write( parmlist[1] );
	post++;
	}
}
    if (post==0) { document.write('<dt class="home">No current Seminars. Please check back.</dt>'); }
}  //End semItem function
*/
