<!----SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" ------>
/* ANNOUNCEMENTS Script  */

var output = '';
output += '<TABLE border="0" width="100%" cellspacing="1" cellpadding="0">';

// Bayview’s 50th Anniversary
output += '			<TR>';
output += '				<TD valign="middle" width="8"><img src="css/bullet-mapleleaf.gif" width="8" height="8" ></TD>';
output += '				<TD class="newsHead">';
output += '             Bayview’s 50th Anniversary';
output += '             </TD>';
output += '         </TR>';
output += '			<TR>';
output += '				<TD valign="middle" width="8">&nbsp;</TD>';
output += '				<TD class="newsBody">';
output += '				2010 is Bayview Secondary School&#180;s 50th Anniversary.  We are in planning mode right now, to obtain further information and sign up for e-mail notifications please go to <a href="http://sites.google.com/site/bayview50th/">http://sites.google.com/site/bayview50th/</a><BR>';
output += '             </TD>';
output += '         </TR>';

// H1N1 - FLU SHOT - change link to document
output += '			<TR>';
output += '				<TD valign="middle" width="8"><img src="css/bullet-mapleleaf.gif" width="8" height="8" ></TD>';
output += '				<TD class="newsHead">';
output += '             York Region H1N1/Flu Shot Information';
output += '             </TD>';
output += '         </TR>';
output += '			<TR>';
output += '				<TD valign="middle" width="8">&nbsp;</TD>';
output += '				<TD class="newsBody">';
output += '				<A href="http://www.york.ca/Departments/Health+Services/H1N1+Flu+Virus.htm">';
output += '				 The seasonal flu vaccination schedule will be altered to co-ordinate with the H1N1 flu vaccinations. Flu vaccines will be available in a three phased approach. Check the YR Health Website for up-to-date information.<img src="images/arrow-link.gif" border="0" width="50" height="8"></A><BR>';
output += '             </TD>';
output += '         </TR>';

// WORKSHOPS FOR PARENTS - REMOVE MAY 10
output += '			<TR>';
output += '				<TD valign="middle" width="8"><img src="css/bullet-mapleleaf.gif" width="8" height="8" ></TD>';
output += '				<TD class="newsHead">';
output += '             2009-11-25: "Teenagehood: Dispelling the Myths”';
output += '             </TD>';
output += '         </TR>';
output += '			<TR>';
output += '				<TD valign="middle" width="8">&nbsp;</TD>';
output += '				<TD class="newsBody">';
output += '				<A href="http://www.bayviewhill.es.yrdsb.edu.on.ca/supportcentre/documents/09may10-Workshops for Parents.pdf">';
output += '				A Series of Workshops for Parents & Teens together at YRDSB - Community Education Centre Central.<BR>Next Workshop: Wed Nov 25th <img src="http://www.bayviewhill.es.yrdsb.edu.on.ca/images/arrow-link.gif" border="0" width="50" height="8"></a><BR>';
output += '             </TD>';
output += '         </TR>';

// PA DAY (RED TEXT)
output += '			<TR>';
output += '				<TD valign="middle" width="8"><img src="css/bullet-mapleleaf.gif" width="8" height="8" ></TD>';
output += '				<TD class="newsHeadRed">';
output += '             2009-12-04: Friday December 4th';
output += '             </TD>';
output += '         </TR>';
output += '			<TR>';
output += '				<TD valign="middle" width="8">&nbsp;</TD>';
output += '				<TD class="newsBodyRed">';
output += '				PA Day. This is a reminder to parents that there will be no school for students on this date.<BR>';
output += '             </TD>';
output += '         </TR>';

// PREMIER AWARDS  (IN FALL) NOMINATIONS CLOSE FEBURARY 1st
output += '			<TR>';
output += '				<TD valign="middle" width="8"><img src="css/bullet-mapleleaf.gif" width="8" height="8" ></TD>';
output += '				<TD class="newsHead">';
output += '             2010-02-01: Nomination for the Premier&#180;s Awards for Teaching Excellence';
output += '             </TD>';
output += '         </TR>';
output += '			<TR>';
output += '				<TD valign="middle" width="8">&nbsp;</TD>';
output += '				<TD class="newsBody">';
output += '				<A href="http://www.edu.gov.on.ca/teachingawards/">';
output += '			 	 The awards are open to everyone in Ontario&#180;s publicly funded schools and boards. Anyone who works in a publicly school or board/authority is eligible.<BR>Nomination deadline is February 1, 2010 <img src="http://www.bayviewhill.es.yrdsb.edu.on.ca/images/arrow-link.gif" border="0" width="50" height="8"></A><BR>';
output += '             </TD>';
output += '         </TR>';

output += '</table>';
document.write(output);
//-->
