function SpringFling(position) {

    if (!pastDue("Apr 17, 2010")) {

        document.writeln(

        //'<div class="outline padding event ' + position + '" style="background: firebrick; color: white;">'+
        //'<div class="outline padding event ' + position + '" style="background: royalblue; color: white;">'+
        '<div class="outline padding event ' + position + '" style="background: green; color: white;">'+

        '<h3>HEAR YE! HEAR YE!</h3>'+
        '<h3>COME ONE! COME ALL!</h3>'+
        '<span class="floatLeft" style="margin-bottom: 5px;"><img src="mask.png" width="120px"/></span>'+
        'To a Renaissance Masque to Celebrate Spring at Central United Church. Join the Lords and Ladies of Central United Church on Saturday, April 17th for our annual Spring Fling Dinner and Live and Silent Auction.  Tickets are $30.00 a person for an eloquent catered meal and an enticing live auction hosted by Jester Rae and Jester Lester.  Wear a mask, if you dare, and win a prize for the fanciest renaissance mask!'+
        '<br/><br/><a href="springfling.html" target="_parent" style="color: darkblue;">details ...</a>'+
        '</div>');
    }

}


function Future(position) {

    if (!pastDue("June 19, 2010")) {

        document.writeln(
        '<div class="outline padding event ' + position + '" style="background: wheat;">'+
        '<h3>Thinking about the Future of the Church</h3>'+
        'Two opportunities present themselves to our congregation in June:'+
        '<br/><br/>'+
        '<i><b>Mission and Ministry in the 21st Century with Dr. Kennon Callahan</b></i><br/>'+
        'Friday, June 11th to Sunday, June 13th<br/>'+
        'Location: Stoneridge Inn, London (Hwys. 401 and 4)<br/>'+
        '<br/>'+
        '<i><b>More Franchises: A Second Cup 2010</b></i><br/>'+
        'Saturday June 19th to Monday, June 21st<br/>'+
        'Location: Emmanuel College, Toronto'+
        '<br/><br/><a href="Future of the Church.pdf" target="_blank">details ...</a>'+
        '</div>');
    }

}
