
function toggle(obj) {
  var toggle = document.getElementById(obj);
  if (toggle.style.display != "none") {
    toggle.style.display = "none";
  }
  else {
    toggle.style.display = "inline";
  }
}document.write('    <h2>Upcoming News and Events</h2>Select Title to Show/Hide Details<div class="EventList"><br/><br/> \
<b>Sat, March 6 & 20, 1:15-4:00pm <a href="Javascript:toggle(\'pname1\');">Tulips Book Barn</a> </b> \
<br/>Friends of the Library, Hal Holmes Center Basement \
<p id="pname1"  class="Events" style="display:none;"><br/> \
 \
<br/></p><br/><br/> \
 \
<b>the month of March <a href="Javascript:toggle(\'pname2\');">One Book, One County</a> </b> \
<br/>Three Cups of Tea, by Greg Mortenson \
<p id="pname2"  class="Events" style="display:none;"><br/>Watch for programs centered around the featured book, Three Cups of Tea, at all the city libraries in the county during the month of March. \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>Sat, March 20th, 2-4pm <a href="Javascript:toggle(\'pname3\');">Spring Equinox with Coleen Renee</a> </b> \
<br/>Hal Holmes Center @ the Library \
<p id="pname3"  class="Events" style="display:none;"><br/>Coleen Renee, recording artist, vocalist $ storyteller, presents songs from her new release, In Beauty I Walk. There will be stories from cultures around the world, drumming, singing and a Spiral Dance.<br/>All ages welcome, free of charge. Take seeds home for your garden!<br/>Co-sponsored by the library, Ellensburg Vegetarian Society, Cascade Land Conservancy, and WSU Master Gardeners of Kittitas County. \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>Thursday, March 25th, 7:00pm <a href="Javascript:toggle(\'pname4\');">An Evening with Three Cups of Tea</a> </b> \
<br/>Hal Holmes Center @ the Library \
<p id="pname4"  class="Events" style="display:none;"><br/>Join the Library Board for a short PBS video of Bill Moyer speaking with author Greg Mortenson followed by a discussion of the One Book, One County selection, Three Cups of Tea. The book chronicles Mortenson\'s quest to build schools in Afghanistan.<br/>Free Event \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>NEWS: <a href="Javascript:toggle(\'pname5\');">Mobile Laptop Lab</a> </b> \
<br/>Successful grant award from the Washington State Library \
<p id="pname5"  class="Events" style="display:none;"><br/>Federal funds from the Institute of Museum and Library Services, administered through the State Library are providing the Ellensburg Public Library a mobile computer lab equipped with ten laptops, wireless router and a data projector. The lab is designed to move to where the training needs are and will be a wonderful addition to the service options at the library. \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>NEWS: <a href="Javascript:toggle(\'pname6\');">Free ESL Classes - Tue & Thurs</a> </b> \
<p id="pname6"  class="Events" style="display:none;"><br/>Free ESL for all who want to learn English.<br/>Tuesday and Thursday evenings 6:30 - 8pm.<br/>Instructor, Alex Mandujano<br/>Hal Holmes Community Center \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>NEWS: <a href="Javascript:toggle(\'pname7\');">Kittitas County City Libraries Reciprocal Borrowing</a> </b> \
<br/>free library cards for Cle Elum, Kittitas, and Roslyn residents \
<p id="pname7"  class="Events" style="display:none;"><br/> \
<img border="0" src="http://www.iirusa.com/upload/wysiwyg/2007-P-Div/P1245/handshake.jpg""> \
<br/>Ellensburg Public Library Cards for Residents of Cle Elum, Roslyn and Kittitas. This means that anyone who has a library card in good standing at their home library, the one owned and operated by the city in which he or she resides, may get a library card at any of the other public libraries in the county at no charge. For more information contact your local city library or call 962-7110. \
<br/> \
 \
<br/></p><br/><br/> \
 \
<b>NEWS: <a href="Javascript:toggle(\'pname8\');">County Residents</a> </b> \
<br/>Free library cards for rural residents living outside Ellensburg City limits \
<p id="pname8"  class="Events" style="display:none;"><br/>Thank your county commissioners for annually contracting with the county\'s city libraries to provide services for those residents who live in unincorporated areas of our county. \
<br/> \
 \
<br/></p><br/><br/> \
</div>');