// JavaScript Document
   // the text, the url (use "none" for text without link), the frame target
   i = 0;
//To add/change articles, use the following format:
// Article[i] = new Array ("TEXT FOR HEADLINE", "URL TO PAGE", "WINDOW TARGET (put "" if default/none)");i++;

Article[i] = new Array ("Riverside 'World Record' Shredding System", "http://www.rsengr.com/news.htm", "");i++;
Article[i] = new Array ("Tube City Revs Up New Shredder ", "http://www.recyclingtoday.com/News/news.asp?Id=15606", "_blank");i++;
Article[i] = new Array ("Riverside Expands Engineering Staff ", "http://www.rsengr.com/newhire.htm", "");i++ ;
Article[i] = new Array ("Riverside Engineering Branches into Two Companies: Riverside Engineering and Riverside Products", "http://www.rsengr.com/news.htm", "");i++;
Article[i] = new Array ("Maximize Shredder output and efficient with Shredder Cruise Control", "http://www.rsengr.com/products/shred_cruise.htm", "");i++;
Article[i] = new Array ("Reduce Shredder box explosions with Riverside's H2PRO system", "http://www.rsengr.com/products/H2PRO.htm", "");i++;
Article[i] = new Array ("Omnisource Fort Wayne New Downstream Separation And Automation Controls", "http://www.rsengr.com/ftwayne.htm", "");i++;



//Article[i] = new Array ("Riverside Engineering to install two M-106 MegaShredders in Sweden", "http://www.rsengr.com/news.htm", "");i++;
   
   orientation = "vertical"; 
	scrollerWidth = "160"; 
	scrollerHeight = "72"; 
	borderWidth = 1; 
	borderColour = "#ffffff"; 
	backColour = "#ffffff"; 
	staticColour = "#000000"; 
	stopScroll = 1; 
	scrollerDivider = "<BR>";
	scrollSpeedSetting = 50;
	

   buildScroller()  