/******************************************************************* 
* 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: Verdana, Arial, Helvetica,         sans-serif;font-size:11px;color:#4f3528");

//	myScroller.setBgImage("images/bg2.jpg");

	myScroller.addMessage("Place your special announcement here-live music, club news,                                              exhibitions,");
       
        myScroller.addMessage("<centre>special offers, new products and services announcement.</centre>");
	
        myScroller.addMessage("<b><centre>Call us on 07005 942 760,fax us on 07005 801 541 or email us at whatison@uknigeriabusinesses.com</b><centre>");

        myScroller.addMessage("Advertise your product here.");

        myScroller.addMessage("<centre>Airport Transfers, Day Trip, School Runs, Club Trip, Party Trips<br><b>call us now on 01707 645 714 or email joyflowersltd@aol.com</centre></b>");

       myScroller.addMessage("Special Offer on Web hosting and Domain Name registration.£29 per year for web hosting");
myScroller.addMessage("£5.99 per year for Domain Name .com, .net, .org, .info, .biz visit www.newhosts.co.uk");

                   
                   
//      myScroller.addMessage("You can configure how long the message stays in view (this one is         set to 1 second)");

//	myScroller.addMessage("You can configure the font color/face/size");

//	myScroller.addMessage("You can configure the 'in' animation to <br>'Scroll up'<br>'Scroll         Down'<br>'Fade In'");

//	myScroller.addMessage("You can configure the 'out' animation to <br>'Scroll         up'<br>'Scroll Down'<br>'Fade Out'");

//	myScroller.addMessage("You can configure the background to be transparent, a color, an         image");

//	myScroller.addMessage("Best of all, you can define the scroller aligned in a table, even         in NS4");

//	myScroller.addMessage("No need to mess about with x,y coordinates trying to line up the         scroller to your web page.");
