// This has been written using Texturizer, and has blatantly taken form the Firefox site on the grounds that it was so cool 

var T = 0;
/*
newsArray[T] = new news(); 
newsArray[T].title = 'Mozilla Firefox 0.9.1 Released'; 
newsArray[T].category = 1; 
newsArray[T].author = 'David Tenser'; 
newsArray[T].authorEmail = ''; 
newsArray[T].date = '2004-06-29'; 
newsArray[T].body = '<p>mozilla.org today released upgrades to Firefox 0.9, to fix some flaws in the extension system that users may have been experiencing, as well as a new icon set for the navigation toolbar on Windows and Linux. Builds are available for <a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9.1/">Firefox 0.9.1</a>, as well as <a href="http://www.mozilla.org/products/firefox/releases/0.9.html">updated release notes</a>.</p>';  
T++;

*/


/*
newsArray[T] = new news();
newsArray[T].title = 'Headline';
newsArray[T].subtitle = 'SubHeadline';
newsArray[T].date = 'yyyy-mm-dd';
newsArray[T].category = 1; // 1 = Normal News, 2 = Imotant News
newsArray[T].body = '<p></p>'; 
T++;

*/







