
			theNews=new newsScroll("theNews"); //create our newsScroller object
			   theNews.scrollerdelay = 6000; // pausetime 3000 = 3 Seconds
			   theNews.scrollerwidth = "100%";  // the width of the box
			   theNews.scrollerheight = 130; // the height of the box
			   theNews.scrollerbgcolor = ''; //  the box background color
			   theNews.scrollerbackground = ''; // Set to blank if you don't want to use a background image

   //******************************************************************
   // 
   // The addItem method below has 5 variables and is formated as follows:
   // addItem (text,link,font,fontSize,fontStyle)
   // text      - the text to be displayed.
   // link      - (optional) website, or page to link news item to.
   // font      - (optional) Font face to use on item.
   // fontSize  - (optional) size in pt format 
   //     i.e. 1=8pt, 2=10pt, 3=12pt and so on.
   // fontStyle - (optional) css style to assign to font. You can use the class name.
   // 
   //******************************************************************

			   
			   theNews.addItem('<a href="wixams.asp" class="sidenavstick">Wixams development</a><a href="wixams.asp" class="footernavstick"><br><br>Thinking of moving?  ...interested in becoming part of a church with a heart for mission as they seek to develop new and innovative ways to reach a new community?</a> ','','','','');
			   theNews.addItem('<a href="alpha.asp" class="sidenavstick">Interested in Alpha? or want to know what its all about?</a><br><a href="alpha.asp" class="footernavstick"> Why not click here to check out our guide to Alpha</a> ','','','','');
			   theNews.addItem('<a href="contactus.asp" class="footernavstick">Welcome to Cotton End Baptist Church (CEBC) Online<br><br>If you have any questions or cant find what your looking for - please let us know</a> ','','','','');
			   


			   // the next 2 lines construct the news box, and start the scroller
 			   theNews.construct();
			   theNews.startScroll();
