//1) Configure messages:
  var TS_message = new Array();
  TS_message[1] = '<div align="center">Nieuwe levenskaart gratis downloaden zie <a href="./download/download.htm">downloadpagina</a></div>';
  TS_message[2] = '<div align="center">Laatste wijziging aan deze site:<br>10 mei 2005.</div>';
  TS_message[0] = '<div align="Center">Grint is uit.<br>Klik hieronder om te bestellen.<br><a href="MAILTO:info@queeste.com"><img src="grint76.jpg"></a></div>';
//2) Configure fader width and colors:
             var TS_scrollwidth=400      //configure fader width
		var TS_colorFG = 0xaaaa00;	// Text color
		var TS_colorBG = 0x000000;  //bgColor
	     //var TS_colorBG = 0x4005c0;  //bgColor
             // uncomment any value you wanted to change
		var TS_ymax    = 80;			// How many pixel to move
		//var TS_ystep   = 1;			// 1 or -1 only (Scroll direction)
		var TS_speed   = 90;			// The smaller the value the faster
		var TS_pause   = 50;			// Pause time(milisecond) between messages
		var TS_fadestep= 10;			// Steps to fade in and out

             if (document.all)
             document.write('<style>#containerarea{width:'+TS_scrollwidth+'}</style>')
//  TS_message[2] = '<div align="Center"><a href="http://www.akivis.com/97/muis/queeste/houtje"><font color="#aaaa00" >Houtjesgooien</font></a> door Eric Muis (prachtig vormgegeven).</div>';

