lettertype                 ='';
lettergrootte              ='';
lettergrootteNS4           ='';
letterdikte                ='';
letterkleur                ='#0B83C6';
tekstOnderlijning          ='none';
letterkleurHover           ='';
tekstOnderlijningHover     ='';// of [='underline']
agKleur                    ='transparent';//[='transparent'] of [='#FFFF00']



PaddingTop                 =0;
PaddingLeft                =94;
Positionering              ='absolute';//[='relative'] kan ook
TimeOut                    =4000;//(1000 = 1 seconde pauzeren)
Snelheid                   =30;//scrollsnelheid, kleiner getal = vlugger
ScrollRichting			   =0;//0=van onder naar boven;1=van boven naar onder
PauzeBijMuisOver           =false;



// Het script: niets aan wijzigen

v_ua=navigator.userAgent;
v_nS4=document.layers?1:0;
v_iE=document.all&&!window.innerWidth&&v_ua.indexOf("MSIE")!=-1?1:0;
v_oP=v_ua.indexOf("Opera")!=-1&&document.clear?1:0;
v_oP4=v_ua.indexOf("Opera")!=-1&&!document.clear;
v_kN=v_ua.indexOf("Konqueror")!=-1&&parseFloat(v_ua.substring(v_ua.indexOf("Konqueror/")+10))<3.1?1:0;
v_count=Inhoud.length;
v_s1=1;
v_cur=1;
v_cl=0;
v_d=ScrollRichting?-1:1;
v_TIM=0;
lettergrootte2=v_nS4&&navigator.platform.toLowerCase().indexOf("win")!=-1?lettergrootteNS4:lettergrootte;
v_canPause=0;

function v_getOS(a){
return v_iE?document.all[a].style:v_nS4?document.layers['v_container'].document.layers[a]:document.getElementById(a).style};

function v_start(){
var o=v_getOS('v_1');
if(!o)return;
if(v_iE||v_oP)
 {if(o.pixelTop==PaddingTop){v_canPause=1;
 if(v_count>1)v_TIM=setTimeout("v_canPause=0;v_slide()",TimeOut);return};
o.pixelTop-=v_d;
if(v_oP&&o.visibility.toLowerCase()!='visible')o.visibility='visible';
setTimeout("v_start()",Snelheid);return};
if(parseInt(o.top)==PaddingTop){v_canPause=1;
if(v_count>1)v_TIM=setTimeout("v_canPause=0;v_slide()",TimeOut);return};
o.top=parseInt(o.top)-v_d;setTimeout("v_start()",Snelheid)};

function v_slide()
{
	var o=v_getOS('v_'+v_cur);
	var o2=v_getOS('v_'+(v_cur<v_count?v_cur+1:1));
	if(!o||!o2)return;
	if(v_iE||v_oP){if(o.pixelTop==PaddingTop*2-Hoogte*v_d){if(v_oP)o.visibility='hidden';o.pixelTop=Hoogte*v_d;v_cur=v_cur<v_count?v_cur+1:1;
	v_canPause=1;
	v_TIM=setTimeout("v_canPause=0;v_slide()",TimeOut);return};
	o.pixelTop-=v_d;
	if(v_oP&&o2.visibility.toLowerCase()!='visible')o2.visibility='visible';
	o2.pixelTop-=v_d;setTimeout("v_slide()",Snelheid);return};
	if(parseInt(o.top)==PaddingTop*2-Hoogte*v_d){o.top=Hoogte*v_d;v_cur=v_cur<v_count?v_cur+1:1;v_canPause=1;
	v_TIM=setTimeout("v_canPause=0;v_slide()",TimeOut);return};
	o.top=parseInt(o.top)-v_d;
	o2.top=parseInt(o2.top)-v_d;
	setTimeout("v_slide()",Snelheid)};
	if(v_nS4||v_iE||v_oP||document.getElementById&&!v_kN&&!v_oP4)
	{
		document.write('<style>a.vnewsticker{font-family:'+lettertype+';font-size:'+lettergrootte2+';color:'+letterkleur+';text-decoration:'+tekstOnderlijning+';font-weight:'+letterdikte+'}a.vnewsticker:hover{font-family:'+lettertype+';font-size:'+lettergrootte2+';color:'+letterkleurHover+';text-decoration:'+tekstOnderlijningHover+'}</style>');
		v_temp = '<div '+(v_nS4?"name":"id")+'=v_container style="position:'+Positionering+';top:'+PlaatsingVanafBoven+'px;left:'+PlaatsingVanafLinks+'px;width:'+Breedte+'px;height:'+Hoogte+'px;background-color:'+agKleur+';layer-background-color:'+agKleur+';clip:rect(0,'+Breedte+','+Hoogte+',0);overflow:hidden">';
		v_temp += '<span style="font-weight:bold; color:'+letterkleur+';">Laatste nieuws: </span>';
		for(v_i=0;v_i<v_count;v_i++)
			v_temp += '<div '+(v_nS4?"name":"id")+'=v_'+(v_i+1)+' style="position:absolute;top:'+(Hoogte*v_d)+'px;left:'+PaddingLeft+'px;width:'+(Breedte-PaddingLeft*2)+'px;height:'+(Hoogte-PaddingTop*2)+'px;clip:rect(0,'+(Breedte-PaddingLeft*2)+','+(Hoogte-PaddingTop*2)+',0);overflow:hidden'+(v_oP?";visibility:hidden":"")+'"><a href="'+Inhoud[v_i][0]+'" target="'+Inhoud[v_i][2]+'" class=vnewsticker'+(PauzeBijMuisOver?" onmouseover=\'if(v_canPause&&v_count>1){clearTimeout(v_TIM);v_cl=1}\' onmouseout=\'if(v_canPause&&v_count>1&&v_cl)v_TIM=setTimeout(\"v_canPause=0;v_slide();v_cl=0\","+TimeOut+")\'":"")+'>'+Inhoud[v_i][1]+'</a></div>';
		v_temp+='</div>';
		document.write(v_temp);
		
		setTimeout("v_start()",1000);
		if(v_nS4)onresize=function(){location.reload()
	}
}
