/******************************************************************* 
* File    : mynews2.js
* Created : 2002/02/16 
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 

	var myScroller = new JSFX.VerticalScroller();

	myScroller.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;");
	myScroller.setBgImage("images/bg3.jpg");
	myScroller.setShowTime(5);

	myScroller.addMessage("<b>Anouncement of Candidacy: </b> <br><br>At Large Candidate for Waltham City Council, former state representative, Karen Jeanne O'Donnell today took out nomination papers for one of six at large seats on Waltham's City Council . . .<br> <br><a href=pages/anouncement.htm> Read More </a>");
	myScroller.addMessage("<b>A Letter to Voters: </b> <br><br> Dear Resident, <br><br> As a former State Representative from Waltham, I understand what it means to work hard for a goal even when some see that goal as unreachable. <br><br>In 1987 I reached my goal of becoming a licenced Master Electrician through hard work. I intend to work just as hard to reach my goal of serving you as your councillor at large on the Waltham City Council. . . <br><br><a href=pages/letter.htm> Read More </a> ");
	myScroller.addMessage("<b>Karen's Biography: </b> <br><br> <ul><li>Former state representative for Newton and Waltham.<li>A long time labor activist, Karen has received the endorsement of the Greater Boston Central Labor Council.<li>Karen is a master electrician. She has the support of her own union, the International Brotherhood of Electrical Workers Local Union 103. </ul><a href=pages/bio.htm> Read More </a>");
	
