<!--
// begin: Belt Conveyer's Messages/Images - 
var sglm=new Array();

//Stand alone Images only - as many as you'd like;
//If no preloading desired go to Messages and fill in as usual:
//sglm[..]='<img src="image1name.ext" width= ...>'; ...
//If you want to preload them all when loading your page: 
//Remove all lines from: //Messages: ... up to ... //end Messages 
//Remove "//" from next 6 lines and set your images in first one;

//sglm=["image1name.ext", "image2name.ext", ...];
//var preloadname = new Array();
//for(pp=0;pp<sglm.length;pp++){
//preloadname[pp]=new Image();
//preloadname[pp].src=sglm[pp];
//sglm[pp]='<img src='+preloadname[pp].src+'>';}
//end stand alone Images 

//Messages: as many/few as you'd like: set to your own; 
//<DIV class=... ...> and </DIV> are recommended    
//for alignment and/or Size, Color, ... control.
//Inside any message you MUST use \' in lieu of '!
//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! 
//Images used within a message - preload is recommended:
//preloadname = new Image();
//preloadname.src = "imagename.ext";
//sglm[..]='< ... ><img ... src='+preloadname.src+'><...>';

sglm[0]='<span class=\'ticker\'>Test News Item 1: sample link 1 could <a href=\'#\'>Go Here</a>.</span>';
sglm[1]='<span class=\'ticker\'>Test News Item 2: sample link 2 could <a href=\'#\'>Go Here</a>.</span>';
sglm[2]='<span class=\'ticker\'>Test News Item 3: sample link 3 could <a href=\'#\'>Go Here</a>.</span>';
//    ...
//sglm[...]='...';
//end Messages 
//-->
