//Specify the marquee's width (in pixels)
    var marqueewidth = "1000px";
//Specify the marquee's height
    var marqueeheight = "20px";
//Specify the marquee's marquee speed (larger is faster 1-10)
    var marqueespeed = 2;
//configure background color:
    var marqueebgcolor = "#ffffff";
//Pause marquee onMousever (0=no. 1=yes)?
    var pauseit = 1;
    var RedImageURL = "http://gci.dealersportals.com/pricefeed/scroller/images/arrow_red.gif";
    var GreenImageURL = "http://gci.dealersportals.com/pricefeed/scroller/images/arrow_green.gif";



