/******************************************************************* 

* File    : updatetext.js

* Created : 2003/03/15 

* 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:11px; color: #66CCFF; font-weight: bold");
	myScroller.setBgImage("gif/blueline.gif");
	myScroller.setShowTime(15);
	myScroller.addMessage('<em>Site Update: August 22, 2009</em> While there is news happening; we are not posting it here. Visit the new(er) site here: <a href="http://www.progressiveworld.net/html/" class="linknews">www.progressiveworld.net/html/</a>. Some existing content <em>is</em> still here, but all new content will be there ... and soon everything will be there...');

