  var now = new Date();
  var date1 = "03-05-2008";
  var date2 = "05-10-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>SPRING 2008 Training Sessions</h2><table width=100% border='1' cellspacing='1' cellpadding='1'>  <tr valign='top'>    <td width=60%><p><h2>Introduction to Outdoor Leader Skills</h2><p>The training will held on two Saturdays– The first day  training held on <strong>Saturday, May 3rd  8:30AM to 5:00PM</strong> at the <u>Island  District Camporee</u> at Central Whidbey Sportsman Club. Cost $10.The second  day of training will be held at Deception Pass State Park on <strong>May 17, 8:30 to, 5:00PM.</strong> </p><p>The course is required outdoor training for all  Scoutmasters, Assistant Scoutmasters, Varsity, and Assistant Varsity Scout  Coaches.  The skills taught are based on  the outdoor skills found in the <em>Boy Scout Handbook.</em>  The hands-on skill training is designed to  help you master and teach the basic camp skills required for Tenderfoot to First  Class.</p><p><strong>Webelos Leaders</strong>, this is your chance to get some  hands-on skills training.  Basic outdoor  skills will be covered.  These skills  will give your Webelos a great start on the trail to becoming a Boy Scout.</p><p><a href='events/IOLS_flyer_spring_08_revised.doc' target='_blank'>Click here to get the registration form</a>.</p></td>  </tr></table><p>&nbsp;</p><hr>")

}

