announce = new AJScroller();
announce.name = 'announce';
announce.type = 0;
announce.width = 400;
announce.height = 110;
announce.spacing = 0;
announce.scrollspeed = 70;
announce.pausedelay = 3000;
announce.pausemouseover = true;
announce.add('<p align="center"><b><font face="Arial" color="#990000"></br>It is vitally important that we all count. Please take the time to complete the 2010 Census. <font face="Arial"><a href="http://www.2010census.gov"><br>Click here for more information.</a></font></b></p><br>', '', 'Census');
announce.add('<p align="center"><b><font face="Arial" color="#990000"></br>Bellefonte Area School District is seeking substitutes for teaching, custodial, classroom assistants and personal care aides. Click on the Human Resources link for more information.</font></b></p><br>', '', 'Subs');
announce.add('<p align="center"><b><font face="Arial" color="#0000FF"><br>Bellefonte Area School District has openings for School Police/Event Security personnel. </font></b><font face="Arial"><a href="http://www.basd.net/HR/Default.htm#EDEP"><br>Click here for more information.</a></font></p><br>', '', 'Police');
announce.add('<p align="center"><b><font face="Arial" color="#0000FF"><br> C-NET  provides streaming video of the Bellefonte Area School District Board Meetings.  </font></b><font face="Arial"><a href="http://cnet.centreconnect.org/index.html"><br>Click here for more information.</a></font></p><br>', '', 'CnetTV');
announce.add('<p align="center"><b><font face="Arial" size="3"><br>Ever wonder who to contact?<br>Have a question but don\'t know who can answer it?<br><a href="../../Directory/contact0708.pdf">Click here for a list of contacts in the district.<br><br><br> </font></a></font></b></p>', '', 'Who to contact');
announce.add('<p align="center"><b><font face="Arial"  size="3"><br>If you have concerns or an issue to discuss please feel free to call the Action Phone Line at 353-2413.</font></b><font face="Arial" size="3"><br><a href="../../staff/jmasullo/Action_Phone_Line_Letter.htm">Click here to read more. </font></a></p><br>', '', 'Action Line');
announce.add('<p align="center"><b><font face="Arial"  size="3"><br>Bellefonte Area School District<br>has a need for day-to-day nursing subs.</font></b><font face="Arial" size="3"><br><a href="../../humanresources/substitutes/nursesub.htm">Click here to read more. </font></a></p><br>', '', 'Nursing Subs');

/* -- Replicate Items -- */
announce.add('<p align="center"><b><font face="Arial" color="#990000"></br>Bellefonte Area School District is seeking substitutes for teaching, custodial, classroom assistants and personal care aides. Click on the Human Resources link for more information.</font></b></p><br>', '', 'Subs');
announce.add('<p align="center"><b><font face="Arial" color="#0000FF"><br>Bellefonte Area School District has openings for School Police/Event Security personnel. </font></b><font face="Arial"><a href="http://www.basd.net/HR/Default.htm#EDEP"><br>Click here for more information.</a></font></p><br>', '', 'Police');
announce.add('<p align="center"><b><font face="Arial" color="#0000FF"><br> C-NET  provides streaming video of the Bellefonte Area School District Board Meetings.  </font></b><font face="Arial"><a href="http://cnet.centreconnect.org/index.html"><br>Click here for more information.</a></font></p><br>', '', 'CnetTV');
announce.add('<p align="center"><b><font face="Arial" size="3"><br>Ever wonder who to contact?<br>Have a question but don\'t know who can answer it?<br><a href="../../Directory/contact0708.pdf">Click here for a list of contacts in the district.<br><br><br> </font></a></font></b></p>', '', 'Who to contact');
announce.add('<p align="center"><b><font face="Arial"  size="3"><br>If you have concerns or an issue to discuss please feel free to call the Action Phone Line at 353-2413.</font></b><font face="Arial" size="3"><br><a href="../../staff/jmasullo/Action_Phone_Line_Letter.htm">Click here to read more. </font></a></p><br>', '', 'Action Line');
announce.add('<p align="center"><b><font face="Arial"  size="3"><br>Bellefonte Area School District<br>has a need for day-to-day nursing subs.</font></b><font face="Arial" size="3"><br><a href="../../humanresources/substitutes/nursesub.htm">Click here to read more. </font></a></p><br>', '', 'Nursing Subs');

/* -- Replicate Items -- */
announce.display();
onload = function(){announce.load();announce.start();};
onresize = function(){announce.load();};

