var d=new Date();

var day = d.getDate();
var month = d.getMonth();

if (day<=25 && month==3)
{
document.write("<div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/celebrate_spring.gif\' alt=\'Celebrate Spring at St. Frances X Cabrini\' width=\'200\' height=\'182\' /><p class=\'sidequote\'><strong>Sunday April 25th at 10:00AM</strong><br />Communion Prayer Service with Spring Brunch immediately following.<br /><span style=\'color:#996699;\'><strong>Our Story in Fabric</strong><br />See and hear The Friends of St. Frances Story in Fabric. Enjoy the visual display of breathtaking quilts documenting our journey. Quilt artist <a href=\'http://www.bobbiesullivan.com\' target=\'_blank\' style=\'color:#996699;\'>Bobbie Sullivan</a> will be on hand to discuss <a href=\'quilts.html\' style=\'color:#996699;\'>the quilts</a> and their design in depth.</span><br /><a href=\'events.html\'>details</a> | <a href=\'PDF/2010_Spring_Brunch.pdf\' target=\'_blank\'>flyer</a></p></div><div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/yard_plant_sale.gif\' alt=\'Spring Yard and Plant Sale at St. Frances X Cabrini\' width=\'200\' height=\'154\' /><p class=\'sidequote\'><strong>Saturday, May 8, 9am-1pm</strong><br />St. Frances Spring Fair<br />Yard and Plant Sale<br />Lots of great stuff for little or nothing!<br /><a href=\'events.html#2010_Fair\'>details</a> | <a href=\'PDF/2010_Spring_Fair.pdf\' target=\'_blank\'>flyer</a></p></div>");
}
if (day>=26 && day<=30 && month==3)
{
document.write("<div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/yard_plant_sale.gif\' alt=\'Spring Yard and Plant Sale at St. Frances X Cabrini\' width=\'200\' height=\'154\' /><p class=\'sidequote\'><strong>Saturday, May 8, 9am-1pm</strong><br />St. Frances Spring Fair<br />Yard and Plant Sale<br />Lots of great stuff for little or nothing!<br /><a href=\'events.html#2010_Fair\'>details</a> | <a href=\'PDF/2010_Spring_Fair.pdf\' target=\'_blank\'>flyer</a></p></div>");	
}
if (day>=1 && day<=8 && month==4)
{
document.write("<div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/yard_plant_sale.gif\' alt=\'Spring Yard and Plant Sale at St. Frances X Cabrini\' width=\'200\' height=\'154\' /><p class=\'sidequote\'><strong>Saturday, May 8, 9am-1pm</strong><br />St. Frances Spring Fair<br />Yard and Plant Sale<br />Lots of great stuff for little or nothing!<br /><a href=\'events.html#2010_Fair\'>details</a> | <a href=\'PDF/2010_Spring_Fair.pdf\' target=\'_blank\'>flyer</a></p></div>");	
}

else
{
document.write("");
}