/******************************************************************* 
* File    : tmpnews.js
* Created : 01 August 2004 
* 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("In an emergency at the weekends (when the Surgery is closed), please telephone Westcall 01189 787811");
	myScroller.addMessage("NHS DIRECT phone number is 0845 4647 and charged at local rates. The NHS DIRECT WebSite can be found at <A HREF='http://WWW.NHSDIRECT.NHS.UK' TARGET='_blank'>www.nhsdirect.nhs.uk</A>");
	myScroller.addMessage("Have you been waiting long to see your Doctor? On average, 35 appointments are missed per week.");
	myScroller.addMessage("Please ring 01635 295445 (or our automated line on 01635 871117) and cancel unwanted appointments so they can be rebooked. Thank you.");
	myScroller.addMessage("Please call our enquiries line on 01635 867171 for pathology test result any time during opening hours.");
	myScroller.addMessage("Although the Surgery opens every other Saturday, <IMAGE src='images/SmallBoots.gif' border='0'> remains open 8am to 12pm every Saturday."); 
	myScroller.addMessage("Appointments can now be made using our automated line on 01635 871117, however please ensure your contact details are up to date."); 
	myScroller.addMessage("48 hours notice is required for repeat prescriptions"); 
	myScroller.addMessage("Information about the new GP Contract can be accesed by clicking the link at the bottom of this screen.");
	// myScroller.addMessage("<CENTER>You can have images or image links in the scroller<br><A HREF='http://www.javascript-fx.com' TARGET='_blank'><IMAGE src='images/javascriptfx.gif' border='0'></A></CENTER>");
