//Specify the marquee's width (in pixels)
var marqueewidth="550px";
//Specify the marquee's height
var marqueeheight="28px";
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=2;
//configure background color:
var marqueebgcolor="transparent";
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1; 

//Specify the marquee's content (don't delete nobr tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):	
var marqueecontent = sNewsBody;