// begin: Ticker's Parameters - 

//width of the Ticker in pixels: set to your own;

var exwidth=300; 



//height of the Ticker in pixels: set to your own; 

var exheight=28; 



//speed in milliseconds: 1000=1s; the higher the slower - set your own!

var exspeed=15; 



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

var expause = 4000; 



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

var exportion = 1000; 



//Leading character - fill in your choice, like '_' 

//which is underscore - set it '' if no leading character.

//You may color it:'<font color="yourcolor">'+"yourcharacter"+'</font>';

ldchar="";



//BACKGROUND: either color(1) or image(2) ;

//1.Background color: could be like: "#ffff00" or "yellow";

//set it "" for no background color;

var exbcolor="#FFFFFF";



//or 2.Background image: "imagename.ext";

//leave it "" for no image background;

var exbground="";



//border for message area: 1, ... ;

//set it 0(zero) for no border;

var exborder=0;

//end Parameters 



// begin: Ticker's Messages - 



//Messages: as many as you'd like: set to your own; 

//Every message is set as a continuous string - you may

//split it by using '+ at ends and then ' at continuations;

//STYLE for all messages must be left-aligned: text-align:left;

//Inside any message you MUST use \' in lieu of ';

//Inside any message should you use this special character < as text 

//ex: instead of "less than" - it MUST be followed by space,ex: a< 5 or a < 5;



var exsgmg=new Array();

exsgmg[0]='<div class=stileleft><a target="_parent" href="coaching/index.html" onFocus="this.blur()">> NEW PROGRAMME FOR WINTER JUNIOR & MINI TENNIS OUT NOW, CLICK HERE!<a></div>';

exsgmg[1]='<div class=stileleft><a target="_parent" href="news/news7.html" onFocus="this.blur()">> FRIDAY NIGHT IS JUNIOR NIGHT!<a></div>';

exsgmg[2]='<div class=stileleft><a target="_parent" href="news/news6.html" onFocus="this.blur()">> NEW ADULT COACHING SESSIONS, CLICK HERE!<a></div>';

exsgmg[3]='<div class=stileleft><a target="_parent" href="competition/juniormatch.html" onFocus="this.blur()">> MATCHPLAY DATES AT CHESHAM BOIS: GET YOUR APPLICATION HERE!<a></div>';

exsgmg[4]='<div class=stileleft><a target="_parent" href="competition/index.html" onFocus="this.blur()">> NEW MINI TENNIS AND JUNIOR TENNIS LEAGUES - FREE TO JOIN FOR ALL MEMBERS!!<a></div>';


//    ...

//exsgmg[...]='...'

//end Messages 