/******************************************************************* 
* File    : mynews1.js
* Created : 2002/02/16 
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 

	var myScroller = new JSFX.VerticalScroller();
	myScroller.setShowTime(5);


	myScroller.addMessage("Welcome to National Cappuccino's new Web Portal!");
	myScroller.addMessage("This new website will provide a vast range of online services and functionality.");
	myScroller.addMessage("Can't decide what product best meets your needs?  Try our new <a href='assistant.php'><b><i>Online Assistant!</a></b></i>");
	myScroller.addMessage("Does your equipment need servicing?  Book a service visit online with our <a href = 'servsched.php'><b><i>Service Scheduler.</a></b></i>");
	myScroller.addMessage("When you purchase a product from National Cappuccino we provide <b><i>free one-on-one training!</b></i>");
	myScroller.addMessage("Taking a coffee break?  Check out our Discussion Forums!");
	myScroller.addMessage("Our website is currently undergoing a major re-design.  Certain sections will not be available until the redesign is complete.");
