<!--
// begin: Belt Conveyer's Parameters - 
//width of the Conveyer in pixels: set to your own; 
//Longer Messages (exceeding width) will slide OK anyway;
var bwidth=465; 

//height of the Conveyer in pixels: set to your own; 
//you may set the height for as many lines as you'd like; 
//"20" is more or less for one line!
var bheight=16; 

//BACKGROUND: either color(1) or image(2) ; 
//1.Background color: could be like: "#ffff00" or "yellow";
//set it "" for no background color;
var bbcolor="";

//or 2.Background image: "imagename.ext";
//leave it "" for no image background;
var bbground="/sys/images/ticker_bg.gif";

//border for sliding area: 1, ... ;
//set it 0(zero) for no border;
var bborder=0;

//speed in pixels: the higher the faster!
var bspeed=1; 

//pause between messages in milliseconds: 1000=1s; set to your own;
var bpause = 2000; 

//speed for exceeding portions in milliseconds: 1000=1s; 
//the higher the slower: set to your own;
//leave it unchanged if no exceeding portions of messages!
//"20" equals the speed to the main portion!
var fpause=20; 
//-->
