<!--

	function CreateNextMeeting()
		{
		nextMtgDate = "Saturday June 12, 2010";  //"Saturday February 20, 2010"; //"Saturday November 21, 2009";  //"Saturday September 26th, 2009"; //"Saturday June 20th, 2009";   //"Saturday Feb 21st, 2009";     //"Saturday Nov 1st, 2008";  //"Saturday, June 7th, 2008";  // "Saturday February 16th 2008";//"Saturday November 10th 2007";//"Saturday June 16th, 2007";  //"Saturday February 17th, 2007";   //"Saturday November 11th, 2006";
		nextMtgLocn =  "Plant Sciences Building at the University of Maryland at College Park";  //"Howard County Fairgrounds"; //"Maryland Department of Agriculture"; //"Plant Sciences Building at the University of Maryland at College Park";    //"Howard County Fairgrounds"; //"Oregon Ridge Nature Center, Hunt Valley, MD";//"Maryland Department of Agriculture";//"Harford Community College, Bel Air MD";  //"Howard County Fairgrounds";   //"Maryland Department of Agriculture";
		nextMtgSched = "MSBA_Agenda_20100612.pdf";  //"MSBA_Agenda_20100220.pdf";   //"MSBA_Agenda_200911.pdf";  //"MSBA_Agenda_200909.pdf"; //"MSBA_Agenda_200906.pdf";    //"MSBA_Agenda_200902.pdf"; //"MSBA_Agenda_200811.pdf";  //"MSBA_Agenda_200806.pdf";  //"MSBA_Agenda_200802.pdf";//"MSBA_Agenda_200711.pdf";//"../sub/MSBA_Agenda_200606.pdf";
		nextMtgNotes = "The meeting will run from 9:00am to 4:00pm. Cindy Bee will be our main guest speaker: she is a swarm capture expert with a forthcoming book on the subject, as well as an urban beekeeper.  More speaker details are almost available!"; //"The Maryland State Beekeepers Association meeting will be held on Saturday, June 20, at the Plant Sciences Building at the University of Maryland at College Park. <br>There is plenty of free parking. <br>The UMD Entomology Department will be our hosts.  Registration begins at 8:30 am and the program begins at 9:30.  <br>This represents a welcome reunion with the University of Maryland, and is evidence of increasingly closer cooperation and communication between MSBA and the University.<br>The day will end with a practical session with the UMD beehives for beginners, so bring your veils.  <p>Our main speakers will be <b>David Fletcher</b> and <b>Galen Dively</b>.<br>Among the other speakers:  <ul><li>Dr. Charles Mitter, Entomology Department Chairman, will introduce members of the recently formed 'Honey Bee Working Group'.  </li><li>Lee Hellman, Prof. Emeritus of the Entomology Department will speak on beekeeper education at UMD.  </li><li>Wayne Esaias will describe interesting new findings of his NASA project.  </li><li>Steve McDaniel will report on the Mid Atlantic Apiculture Research and Extension Consortium (MAAREC) and tell us the Secret of Successful Beekeeping.</li></ul>We will have an outdoor session in the afternoon at the UMD Apiary for beginners about what to look for inside your hive.  <br>The venue has plenty of space for vendors, and tables will be available.  <br>We will have a silent auction, so please bring something to donate.    <br>Those who want sandwiches for lunch can order them in the morning.  There are pleasant outdoor areas to enjoy lunch.  The culinary delights of Route 1 are also available.  <br>MSBA meetings are open to the general public.";
		nextMtgSpeakers = [43,44,45,46,47];  //[39,40,41,42];  //[9,37,38];  //[36]; //[34,35];    //[16,33];    //[31,19,32];  //[29,30]; // [26,27,28,20]; //[24,25]; //[22,16,23];  //[21,5,4];//[4,18,19];
		nextMtgDirections = [9];  //[3]; //[8]; //[9];  //[2];  //[8];//[7];  //[2];

      nextBDMtgDate = "Friday night, August 13, 2010";   //[TBD] May 7
      nextBDMtgLocn = "[TBD]";  //"CSC - directions to follow";  //[TBD]
		}

	function printNextMtg()
		{
			document.write("<tr><td width='10%'><img src='../images/TinyFlyingBee.gif' nosave align='right'></td><td><a href='javascript:doSubmit(\"../main/NextMtg.html\",\"_self\");'><b>Next General Meeting</b></a> : <font color='red'>" + nextMtgDate + " at the " + nextMtgLocn + "</font></td></tr>");
		}

	function printNextBdMtg()
		{
			document.write("<tr><td width='10%'><img src='../images/TinyFlyingBee.gif' nosave align='right'></td><td><b>Next Board meeting</b> : <font color='red'>" + nextBDMtgDate + " at the " + nextBDMtgLocn + "</font></td></tr>");
		}


// -->
