/******************************************************************* 
* File    : mynews1.js
* Created : 2003/06/07 
* Purpose : This file creates the news scroller and adds messages to it.
* Author  : Kip Raymond, for Pignose-Gorilla
***********************************************************************/ 
	var myScroller = new JSFX.VerticalScroller();
	//myScroller.setBgImage("images/FRS525x.gif");
	myScroller.setStyle("font-family:arial,sans-serif;font-size:8pt;background:#e5e8ee;font-weight:normal;");
	//myScroller.setBgImage("images/consoleBG2.jpg");
	myScroller.setBgColor("#e5e8ee");
	//myScroller.setShowTime(40);
	myScroller.addMessage("Since 1973, Pignose has made musical history by introducing innovative musical products for all musicians.");
	myScroller.addMessage("The original Pignose 7-100 was introduced at Summer NAMM 1973 and became an instant hit!");
	myScroller.addMessage("Pignose continues its tradition of innovation with an exciting new line of <b>tube amps</b> that are powerful and affordable.");
	myScroller.addMessage("The incredible <b>G-60VR</b> all-tube guitar amp pushes a powerful 60 watts RMS through a heavy-duty 12&quot; speaker.");
	myScroller.addMessage("Get <b>all-tube</b> sound and power at an <b>all-time</b> low price! Check out our <b>all-tube</b> bass head, the <b>B-100V</b>!");

