  var now = new Date();
  var date1 = "04-10-2008";
  var date2 = "06-08-2008";
  date1 = date1.split("-");
  date2 = date2.split("-");
  var sDate = new Date(date1[0]+"/"+date1[1]+"/"+date1[2]);
  var eDate = new Date(date2[0]+"/"+date2[1]+"/"+date2[2]);
  var daysApart = Math.abs(Math.round((sDate-eDate)/86400000));
  if (now >sDate && now < eDate) {

document.write("<h2>Island District Webelos-Ree 2008</h2><h3>6-8 June 2008 ; Washington  Park in Anacortes, WA</h3><p>What is a Webelos-Ree? Webelos-Ree  is designed to give first and second year Webelos Scouts and their parents a  preview of the Boy Scouting experience.  The program reinforces Boy Scouting values, procedures, methods and  skills.  It is an introduction to Boy  Scouts being a 'boy led' program versus the 'adult led' program used in Cub  Scouts.  Also, there is the thrill of  camping in the outdoors at a Boy Scout style camp, which will foster a desire  to continue Scouting.  All Webelos Scouts  are invited to participate in Webelos-Ree, through their Pack leader... for more information and the registration form, <a href='events/2008_webelos-ree-flyer.pdf' target='_blank'>click here</a>.<strong></strong></p><p align='center'>&nbsp;</p><hr />")

}

