 document.write('<STYLE type=text/css>')
 document.write('a.ticker 	  		{font-family: Verdana; font-size: 11px; color:#FFFFFF}')
 document.write('b.ticker2 	  		{font-family: Verdana; font-size: 11px; color:#FFFFFF}')
 document.write('b.ticker 	  		{font-family: Verdana; font-size: 11px; color:#FFFFFF}')
 document.write('a.ticker:active  	{text-decoration: underline; color:#FFFF00}')
 document.write('a.ticker:link    	{text-decoration: underline; color:#FFFF00}')
 document.write('a.ticker:visited 	{text-decoration: underline; color:#FFFF00}')
 document.write('a.ticker:hover   	{text-decoration: none; color:#FF0000}')
 document.write('</STYLE>')
 
 //verander hierboven de stijlelementen zoals lettergrootte, kleurgebruik en decoratie
 
 // variabelen van de 'Marquee'
 
 var marqueebreedte=680 // breedte
 var marqueehoogte=17 // hoogte
 var marqueespeed=4 // snelheid
 
 
 // verander hier de hyperlinks
 var marqueeinhalt=' <b class=ticker>+++</b> <a class=ticker href="http://" target="_blank"></a>';
     marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker >Klik op een klein fotootje om de serie te bekijken.</a>';
     marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.belgiumdigital.com/" target="_blank">Belgium Digital</a>';
	   marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://fotovisie.net/" target="_blank">Fotovisie</a>';
     marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.aktief-groep.nl/" target="_blank">Kringloop</a>';
     marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.dorpshuis-spaarndam.nl/" target="_blank">Dorpshuis</a>';
	   marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.ngk.nl/doetinchem-velp/index.htm" target="_blank">NGK Doetinchem</a>';
	   marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.tlounge.nl/" target="_blank">Maaike Vogel</a>';
     marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="http://www.johanvogel.nl" target="_blank">Johan Vogel</a>';

 if (document.all)
  document.write('<b class=ticker2>Tips : </b> <marquee ID="mar" scrollAmount='+marqueespeed+' style="width:'+marqueebreedte+'" onmouseover="mar.stop()" onmouseout="mar.start()">'+marqueeinhalt+'</marquee>')
  document.write('<ilayer width=&{marqueebreedte}; height=&{marqueehoogte}; name="cmarquee01"><layer name="cmarquee02"></layer></ilayer>');

 //-->
