/******************************************************************* 
* File    : mynews2.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;");
	myScroller.setShowTime(5);

	myScroller.addMessage("<CENTER>Heya all we back    (-_-)   <br><br></CENTER>");

	myScroller.addMessage("<center>Ok first of all MY apologies for the long wait</center>");

	myScroller.addMessage("<center>To make it up i created a forum so now you can post your  uploads/leeches</center>");

	myScroller.addMessage("<center>And a BIG thanx to all uploaders making the scene grow bigger wont be the same without ya</center>");

	myScroller.addMessage("<center>The problem is alot of the members of the crew is currently a lil busy with GOODZ</center>");

	myScroller.addMessage("<center>If you new sign the guestbook we like to hear from use </center>");

	myScroller.addMessage("<center>PLEASE read the disclaimer and leave your comments in the guestbook   GEVRIP OUT!!!</center>");

