/* external file "mybcparmsg.txt" begins */
// begin: Belt Conveyer's Parameters
//========================

//PATTERN: SINGLE or MORE. How many messages may reside within scrolling area
// while PAUSING: 0 for SINGLE: only one;  1 for More: as many as they fit in the area; 
var bmsgnr=1;

//A 20px wide blank space is automatically inserted after every
//message. Each one will pause when reaching the left edge.
//If bmsgnr=0, recommended CSS is "text-align:center",
//then any message shorter than conveyer width will be centered.
//When larger than conveyer width, automatically a 20px wide
//blank space is inserted after any such message.
//For no blank space automatically inserted set value below to 1:
var blanspa=0;

//FIRST message shows up at the right edge and starts scrolling: 0
//If you want First message to start at the left edge (or centered) set value: 1
var rlopt=0;

//WIDTH of the Conveyer in pixels: set to your own; 
//"px" will automatically be added in the process, so do not write px; 
var bwidth=900; 

//HEIGHT of the Conveyer in pixels: 
//"px" will automatically be added in the process, so do not write px;
var bheight=30; 

//SPEED in pixels: the higher the faster.
var bspeed=2; 

//PAUSE between messages in milliseconds: 1000=1s; set to your own; 
var bpause = 0; 

//BACKGROUND: either color(1) or image(2, see below ) ; 
var bbcolor="#BA1B1B";

//or 2.Background image: "imagename.ext";
//leave it "" for no image background;
var bbground="";

//BORDER for sliding area;
var bborder=0;

//LIVE speed-change option: let it be 0 if not desired or change to 1 below if desired;
//"stilefss" is the CSS, see STEP I above;
//belcolor would be background color for the area;
var bsopt = 0;
if(bsopt==1){
var besclass='class="stilefss"';
var belcolor='#ccffcc';
}
//end Parameters 

// begin: Belt Conveyer's Messages/Images - 

//Messages: as many/few as you'd like: set to your own; 
//Every message MUST be set as a continuous string within '...';
//you may split it by using '+ at ends and then ' at continuations;
//Inside any message you MUST use \' in lieu of ' if need be!
//You may use as many "&+n+b+s+p;" as you'd need to space 
//within messages - quotes and plus signs don't belong there! 
//Any message may have inside tags like <b>, <font>, ..., but no
//line breakers such as <br>, <div>, <table>, if it's one row scroll.
//Images stand alone or used within a message - preload is recommended:
//preloadname = new Image();
//preloadname.src = "imagename.ext";
//sglm[..]='< ... ><img width="..." ... src='+preloadname.src+' /><...>';
//width parameter above is a MUST for every image - may be different;

var sglm=new Array();
sglm[0]='Jeffrey Gitomer';
sglm[1]='Tom Hopkins';
sglm[2]='Zig Ziglar';
sglm[3]='Joanne Black';
sglm[4]='Ron Karr';
sglm[5]='Steven Rosen';
sglm[6]='Frank Rumbauskas';
sglm[7]='Colleen Francis';
sglm[8]='Wendy Weiss';
sglm[9]='Selling Power';
sglm[10]='Kim Duke';
sglm[11]='Debbie Mrazek';
sglm[12]='Dave Kahle';
sglm[13]='Elinor Stutz';
sglm[14]='Tim Wackel';
sglm[15]='Walt Slaughter';
sglm[16]='Patricia Weber';
sglm[17]='Jeb Blount';
sglm[18]='Trish Bertuzzi';
sglm[19]='Leslie Buterin';
sglm[20]='Kendra Lee';
sglm[21]='Billy Cox';
sglm[22]='Kevin Davis';
sglm[23]='Kevin Hogan';
sglm[24]='Dave Lakhani';
sglm[25]='Ivan Misner';
sglm[26]='Bob Gibson';
sglm[27]='Rochelle Togo-Figa';
sglm[28]='Jim Meisenheimer';
sglm[29]='Tibor Shanto';
sglm[30]='Kelley Robertson';
sglm[31]='Tom Stanfill';
sglm[32]='Bill Caskey';
sglm[33]='John Boe';
sglm[34]='George Ludwig';
sglm[35]='Ian Brodie';
sglm[36]='Jim Klein';
sglm[37]='Alan Rigg';
sglm[38]='Mark Hunter';
sglm[39]='John Costigan';
sglm[40]='Susan Friedmann';
sglm[41]='Craig Elias';
sglm[42]='Mr. Cold Call';
sglm[43]='Dan Seidman';
sglm[44]='Jim Domanski';
sglm[45]='Tom Black';
sglm[46]='Paul Cherry';
sglm[47]='Alen Majer';
sglm[48]='Tom Richard';
sglm[49]='Joe Guertin';
sglm[50]='Ari Galper';
sglm[51]='Diane Helbig';
sglm[52]='Mike Brooks';
sglm[53]='Kevin Dwyer';
sglm[54]='Michel Neray';
sglm[55]='Dianna Booher';
sglm[56]='Cheryl Clausen';
sglm[57]='Andrea Nierenberg';
sglm[58]='Drew Stevens';
sglm[59]='Sam Manfer';
sglm[60]='Keith Rosen';
sglm[61]='Tim Connor';

//    ...
//sglm[...]='...';
//end Messages 
/* end of external_remote file "mybcparmsg.txt" */
