/******************************************************************* 
* 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.setStyle("font-family: Arial, Helvetica, sans-serif; font-size 13px; color:#000080");
	myScroller.setBgImage("");
	myScroller.setShowTime(3);

	myScroller.addMessage("WHAT'S NEW - May 2009 - Portugal Trip.<A style='color:#0000FF; text-decoration:none;' HREF='http://www.macpherson-neil.co.uk/TravelWeb/Portugal2/Portugal0509x.htm'>&nbsp;( Click Here )</A>");
	myScroller.addMessage("WHAT'S NEW - April 2008 - Portugal Trip.<A style='color:#0000FF; text-decoration:none;' HREF='http://www.macpherson-neil.co.uk/TravelWeb/Portugal2/Portugal0408x.htm'>&nbsp;( Click Here )</A>");
	myScroller.addMessage("WHAT'S NEW - January 2008 - Portugal Trip.<A style='color:#0000FF; text-decoration:none;' HREF='http://www.macpherson-neil.co.uk/TravelWeb/Portugal2/Portugal0108x.htm'>&nbsp;( Click Here )</A>");

