function SummerDayCamp(position) {
    if (!pastDue("Mar 14, 2012")) {
        document.write(
        '<div class="outline padding event ' + position + '" style="background: lightgreen;">' +

        '<h4>SUMMER JOB OPPORTUNITIES FOR YOUTH</h4>' +
        '<h4>Traveling Summer Day Camp</h4>' +

        '<p>Huron-Perth Traveling Summer Day Camp is now accepting resumes for summer employment. ' +
        'There are 3 different positions available. (Detailed Job Descriptions available upon request)' +

        '<ol style="text-align: left;">' +
        '<li><b>Coordinator.</b>  Candidates need to be 18-30 years of age and attending an education program after the summer. ' +
        'The employment period is for May 10-Aug 29 (16 weeks).' +
        '<br/>Applications due FEBRUARY 11, 2012<br/><br/></li>' +
        '<li><b>Full Time Senior Staff.</b>  Candidates to be 16-30 years of age and attending an education program after the summer. ' +
        'The employment period is for July 5-August 24 (7 weeks).' +
        '<br/>Applications due MARCH 14, 2012<br/><br/></li>' +
        '<li><b>Part Time Senior Staff.</b>  Candidates to be 16-30 years of age and attending an education program after the summer. ' +
        'The employment period is for 2-5 weeks between July 5-August 24 (2-5 weeks).' +
        '<br/>Applications due MARCH 14, 2012</li>' +
        '</ol>' +
        '<p>To Apply for any of these positions:</p>' +
        "<p>Email Cover Letter and Resume to:  <script type=\"text/javascript\">insertwebtxt('Kathy Douglas', 'kathymdouglas[code:at]hotmail[code:dot]com');</script> or call 519-523-4380.  " + 
        'Be sure to include position you are applying for and at least 2 reference names and information.</p>' +
        '</div>');
    }
}


function CampBimini(position) {
    if (!pastDue("Feb 22, 2012")) {
        document.write(
        '<div class="outline padding event ' + position + '" style="background: coral;">' +
        '<p><b>Camp Bimini Staff Application forms</b> are available on the Info Table outside Forster Hall or from the <a href="http://www.campbimini.ca/Employment.htm" target="_blank">Camp Bimini website</a></p>' +
        '<p>Application deadline: <nobr>February 22, 2012</nobr></p>' +
        '</div>');
    }
}


