/******************************************************************* 
* File    : mynews1.js
* Created : 2002/09/09 
* 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:10px;color:Green");
// myScroller.setBgImage("images/bg2.jpg");

myScroller.addMessage("<p align=justify>Al Watania Agricultural Company, has been established in 1982. Providing 20 Years of service to the Kingdom. Is was founded by Sheik Sulaiman Al Rajhi, who continues to be the president of the Company.</p>");
myScroller.addMessage("<p align=justify>Al Watania Agri. has achieved a remarkable position among agricultural companies involved in horticultural, animal production and food processing. Al Watania for Agriculture has become one of the largest agricultural companies, which supports the national economy of the country.</p>");
myScroller.addMessage("<p align=justify>Al-Watania Agricultural company project is considered to be one of the large projects which contributes in raising and developing the national economy in the Kingdom  considering the monetary investment that has been spent where it has reached more than (SR 700,000,000) and also including the variety of services presented in the project both animal and agricultural.</p>");

/***************************************************************************************
* myScroller.addMessage("Messages scroll or fade into view and then scroll or fade out (no fade in NS4)");
*	myScroller.addMessage("No need to mess about with x,y coordinates trying to line up the scroller to your web page.");
*****************************************************************************************************/