  var now = new Date();
  var date1 = "06-02-2009";
  var date2 = "09-02-2009";
  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 align='center'><img src='images/headerpopcorn_small.jpg'></p><h1 align='center'>Trails End Popcorn Sale</h1><h3 align='center'>The annual Trails End Popcorn Sale is coming soon!!</h3><p>Now is the time to get your unit signed up to sell popcorn and recruit your unit Popcorn Kernel. </p><p>Forms are available at  Round Table (<a href='fos/unit_sign_up_form_2009.doc' target='_blank'>2009 Unit Sign Up Form</a> and <a href='fos/2009 Unit Kernels Time Line.pdf' target='_blank'>2009 Unit Kernels Time Line</a>).</p><p>Any questions? Contact Sarah Boothe at (360)720-2780 or aviationgod @ comcast.net</p>");
}  
