  var now = new Date();
  var date1 = "04-10-2008";
  var date2 = "07-01-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("<p>&nbsp;</a><p align='center'><img src='images/CSI-Cub-Scout-2008-Logo.jpg' alt='CSI Day Camp' /></p><p>Day Camp is a great in-town adventure that every Cub Scout should participate in. Cub Scouts participate as Dens, get the chance to meet other Scouts from around the area while they enjoy a variety of Cub Scout activities in a local park, school or similar facility. The Cub Scout arrives and leaves the camp facility each day, while the program is facilitated by adult volunteers and Boy Scout Den Chiefs. Your Pack Camping Coordinator has more information.</p><ul>  <li>Anacortes Twilight - June 23-27, 2008</li> <li><a href='events/2008_Twilight_day_camp.pdf' target='_blank'>Whidbey Island Twilight Camp</a> July 14-18, 2008</li></ul><p>Other camps are available in the council! <a href='http://www.mountbakerbsa.org/camps/cub/' target='_blank'>Click here</a> for the whole list.</p><hr>")

}

