function sponsor()
{

// cblokcode
temprecord=0;Bblok=0;Cblok=0;telx=0;opschuiven=0;tel=0;nlinks=0
tel=lijst.length-1;eind=0;


for (var index=tel;index>0;index--)
{temprecord=lijst[index].split("¶")
if (temprecord[0]=='B')
{Bblok=index;index=1}
}


//ID660114VER256
for (var index=Bblok+1;index < lijst.length;index++){
temprecord=lijst[index].split("¶")

if (temprecord[0]=='C')
{Cblok=index;
if (Cblok < lijst.length-6)
{nlinks=lijst.length-Cblok;
opschuiven=nlinks-6;
temp=new Array(7);
for(var x=0;x<6;x++)
{temp[x+1]=lijst[Cblok+x]}

lijst[Cblok]="X¶XX¶999¶0"
}}}


if ((Cblok>0) && (linktel>1)) {
kol2=0;kol2str="";bl=0;el=0;

// zoeken naar kolom 2
for (index=0;index<lijst.length;index++)
{
kol2str=lijst[index];
if (kol2str.substring(0,1)=="K")
{
kol2++
if (kol2==2)
{
al=index;
bl=index+(linktel-1);
index=lijst.length;lengi=lijst.length
}}}
//  nieuw variabelen toevoegen
for (var index=0;index<linktel;index++)
{lijst[lengi+index]="";}

for (var index=lijst.length-1;index>bl;index--)
{
lijst[index]=lijst[index-linktel];
}

}
}


var windowtype = "0";
if(getCookie("input") != '*')
	windowtype=getCookie('input');
if(getCookie("blokken") != '*')
	blokkenString = getCookie("blokken");
else blokkenString = ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;";
if (navigator.appName!="Microsoft Internet Explorer" || parseInt(navigator.appVersion) >= 4)
	var blokArray = blokkenString.split(";");
d=document;

var kolom = new Array();
var kolAant;
var bgKleur;


function n(naam){
	startDate= new Date();
    goStat(naam);
	if (windowtype==0){
		if (parseInt(navigator.appVersion)>=4){
			tmpWin2=window.open(naam,startDate.getTime(),"toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width="+
			((screen.width/100)*80)+",height="+(((screen.height/100)*85)-200)+",left="+((screen.width/100)*9)+",top="+((screen.height/100)*14));}
		else {tmpWin2=window.open(naam,startDate.getTime(),"toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width=600,height=280");}}
	if (windowtype==1)top.location.href=naam;
	if (windowtype==2){ 
		if(parseInt(navigator.appVersion)>=4){
			tmpWin2=window.open(naam,startDate.getTime(),"toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width="+
			((screen.width/100)*99)+",height="+(((screen.height/100)*107)-200)+",left=0,top=0");}
		else{tmpWin2=window.open(naam,startDate.getTime(),"toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width=600,height=280");}}
}

function windowWidth(method)
{
	if (parseInt(navigator.appVersion) < 4) return (600);
	else
	{       if (windowtype==0) return(screen.width*0.8);
		if (windowtype==2) return(screen.width*0.99);
	}
}
function windowHeight(method)
{
	if (parseInt(navigator.appVersion) < 4) return (280);
	else
	{       if (windowtype==0) return((screen.height*0.85)-200);
		if (windowtype==2) return(screen.height*0.80);
	}
}
function c(naam)
{
	startDate= new Date();
	tmpWin = window.open(naam, startDate.getTime(),'toolbar=no,location=no,resizable=yes,status=no,scrollbars=yes,menubar=no,width=600,height=360');
}
function goStat(adres,yon)
{
	if (statdir!='geen')
	{
		words=(adres.substring(7,adres.length));
		link="";
		for(var t=1;t<=words.length;t++)
  		{
  			if(words.substring(t-1,t)=="."||words.substring(t-1,t)=="/")link+="-";
			else link+=words.substring(t-1,t);
		}
		if(yon==null)dir='';
		else dir='banners';
		parent.invisible.document.open();
		parent.invisible.document.write('');
		parent.invisible.document.close();
		history.back();
	}
}
	
function go(kolnum,bloknum,linknum,site)
{
	scrText1="toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width=";
	scrText2="toolbar=no,location=no,resizable=no,status=no,scrollbars=no,menubar=no,width="
	naamDate= new Date();
	naam= naamDate.getTime();
	with (kolom[kolnum].blok[bloknum].hlinks[linknum])
	{
	   if ((openMethod=='n' || openMethod=='s' || openMethod=='r') && parseInt(navigator.appVersion) >= 4)
	   {
		fromTop=(screen.height/100)* 14;
		fromLeft=(screen.width/100)* 9;
	   }
	   else
	   {
		fromTop=0; 
		fromLeft=0;
	   }
	   if (site!=null) adres=site;
           
       if (kolnum!=1||bloknum!=0)    
           goStat(adres);

	   if (openMethod=='n')
	   {    if (windowtype==1) top.location.href=adres;
		else
			tmpWin2=window.open(adres,naam,scrText1 +
			(windowWidth('n')+",height="+windowHeight('n')+
			",left=" +fromLeft+",top="+fromTop));
	   }
	   else
		if (openMethod=='r')
{adres=adres.toLowerCase();
if (windowtype==1) top.location.href=adres;
	if (adres.indexOf('mailto:')!=-1)
window.location.href=adres;
	
				else
			tmpWin2=window.open(adres,naam,scrText1 +
			(windowWidth('n')+",height="+windowHeight('n')+
			",left=" +fromLeft+",top="+fromTop))}
			
			
		else
			tmpWin2=window.open(adres,naam,scrText2 +
			(scrWidth + ",height="+scrHeight+",left="+fromLeft+",top="+fromTop));
	}
}
	

function r()
{
	window.alert('opmerking: indien u problemen ondervindt met de volgende functionaliteit moet u de realplayer downloaden. Klik hiertoe op help (bovenin de startpagina).')
}
function mo(a,b,c)
{
	window.status=kolom[a].blok[b].hlinks[c].adres;
}
function co()
{
	window.status="";
}
function doSearch(kolNum,blokNum)
{
   var words = document.searchforit.query.value;
   var searchitems=addplus(words);
   var index = document.searchforit.service.selectedIndex;
   var site = document.searchforit.service.options[index].value;
   site+=searchitems;
   if (notEmpty(searchitems))
	   go(kolNum,blokNum,index,site);
}
function notEmpty(word)
{
   if (word==""||word==null)
   {
      self.status="ENTER SEARCH	searchitems";
      alert("\nOm iets  te kunnen vinden dient u minimaal een keyword in te typen ...!");
      document.searchforit.query.focus();
      return false;
   }
   else
   {
	self.status="SEARCHING FOR:  "+word;
	return true;
   }
}
function addplus(items)
{
   var plussed ="";
   for (var t =1 ; t <= items.length ;  t++)
      {
	if (items.substring(t-1,t)=="")
	  plussed+="+";
	else
	{
	     if (items.substring(t-1,t)=="+")
		plussed+="%2B";
	     else
		plussed+=items.substring(t-1,t);
	}
      }
   return plussed;
}
function hide(kolNum,blokNum)
{
	if (navigator.appName!="Microsoft Internet Explorer"||parseInt(navigator.appVersion) >= 4)
	{
	   kolom[kolNum].blok[blokNum].show=false;
	   hulpNum=kolom[kolNum].blok[blokNum].hideNum;
	   blokArray[hulpNum]="Y";
	   blokkenString=blokArray.join(";");
	   window.alert("Dit window wordt gesloten en naar het onderste gedeelte van de pagina verplaatst !");
	   setCookie('blokken', blokkenString);
	   location.reload();
	}
	else window.alert("Het sluiten van vensters is niet mogelijk met de versie van uw browser (3.0)");
}
function unhide(kolNum,blokNum)
{
	if (navigator.appName!="Microsoft Internet Explorer"||parseInt(navigator.appVersion) >= 4)
	{
	   kolom[kolNum].blok[blokNum].show=true;
	   blokArray[kolom[kolNum].blok[blokNum].hideNum]="";
	   blokkenString=blokArray.join(";");
	   setCookie('blokken', blokkenString);
	   location.reload();
	}
	else window.alert("Het openen van vensters is niet mogelijk met de versie van uw browser (3.0)");
}
function addLink(adres,oms,opties,special,scrW,scrH)
{
	this.hlinks[this.nextLink]=new hlink(adres,oms,opties,special,scrW,scrH);
	this.nextLink++;
}
function addBlok(bloknaam,hideNum,kopKleur,blokType)
{
	this.blok[this.nextBlok]= new bloktype(bloknaam,hideNum,kopKleur,blokType);
	this.nextBlok++;
}



function hlink(adres,oms,opties,special,scrW,scrH)


{
	this.adres=adres;
	this.oms=oms; this.meerRegel=false
	this.openMethod=opties.substring(0,1);
	if (this.openMethod=='s')
	   { this.scrWidth=scrW; this.scrHeight=scrH;}
	this.extra=''; optie3=opties.substring(1,2);
if (optie3=='0')
		this.extra='</A><BR>'
	if (optie3=='1')
		this.extra='</A><FONT SIZE="1" COLOR="'+kleurtip2+'"> (tip)</FONT><BR>'
	else
	if (optie3=='2')
		this.extra='</A><FONT SIZE="1" COLOR="'+kleurtip+'"> (new)</FONT><BR>'
	else
	if (optie3=='3')
		this.extra='</A><FONT SIZE="1" COLOR="'+kleurtip2+'"> (update)</FONT><BR>'
        else
	if (optie3=='4')
		this.extra='</A><FONT SIZE="1" COLOR="'+kleurtip2+'"> (realplayer)</FONT><BR>'
	else
	if (optie3=='m')
		{this.meerRegel=true;this.linkCol=special;}
	else
	if (optie3=='8')
		this.extra='</A>, ';
	else
	if (optie3=='9')
		this.extra='</A><FONT SIZE="2" COLOR="'+kleurtip+'"> '+special+'</FONT><BR>'
}
function bloktype(kop,hideNum,color,btype)
{
	this.kop=kop;
	if (color=='0') this.color=kleurkop
	else this.color=color;
	this.hlinks= new Array();
	this.hideNum=parseInt(hideNum);
	if (blokArray[this.hideNum]!='Y') this.show=true; else this.show=false;
	this.nextLink=0;
	this.addLink=addLink;
	if (btype=='S') this.btype='Search';
	else this.btype='Norm';
}
function kolomtype(num)
{
	this.kolomnum=num;
	this.blok= new Array();
	if (num==1) this.nextBlok=0
	else this.nextBlok=1;
	this.addBlok=addBlok;
}
function vulObjecten()
{

  kolAant = -1; kolNum=kolAant;
  for (i=0; i < lijst.length; i++)
  {
    record=lijst[i].split("¶");

    if (record[0]=='K')
      {
	// Het gaat om een nieuwe kolom
	kolAant++; kolNum=kolAant;
	kolom[kolNum] = new kolomtype(kolNum);
	if (kolNum==1) var blokNum = -1
	else var blokNum=0;

      }
      else
      {
	 
	 // links-filter rechterblok 
	
// teveel links wegwerken
if (record[0]=="X")
{record[0]='fout';temprecord=0;
	while (record[0]=='fout')
	    	{
	    	   i++; temprecord=lijst[i].split("¶");
if (temprecord[0]=='C')
{record=lijst[i].split("¶")}
	    	}
}	
	
	

	if ((record[0]=='C')&& (i>lijst.length-7))
{temprec=0;un='ja'

for (var index=lijst.length-1;index>lijst.length-7;index--)
{temprec=lijst[index].split("¶")
if (index>i)
{
if((temprec[0]=='B')||(temprec[0]=='C')){un='nee'}}}

if (un=='ja')
// naam van de sponsorlinkskop
{record[0]='B';record[1]='links'}
else 
filter()
}
if ((record[0]=='C')&&(i< lijst.length-6)) filter(); 

function filter ()
 {record[0]='fout';temprecord=0;
	 while (record[0]=='fout')
	{
	 i++
	if (i==lijst.length-1)
	{record[0]='';record[1]='';record[2]='';record[3]=''}
	temprecord=lijst[i].split("¶");if 
(temprecord[0]=='B'||temprecord[0]=='S'||temprecord[0]=='C'){record=lijst[i].split("¶")}
if (temprecord[0]=='K')
      {
		kolAant++; kolNum=kolAant;
	kolom[kolNum] = new kolomtype(kolNum);
	if (kolNum==1) var blokNum = -1
	else var blokNum=0;}}}
// einde links filter
		 
	 
	 if (record[0]=='B'||record[0]=='S'||record[0]=='B')
	 {
	    if (record[0] == 'A') //speciaalblok voor uitbreiding blok met duivenstartpagina's overslaan
	    {
	    	i++; record=lijst[i].split("¶");
	    	while (record[0].length != 1)
	    	{
	    	   i++; record=lijst[i].split("¶");
	    	}
		// linkfilter 
	    	if ((record[0]=='C')||(record[0]=='c')) 
			{i++; record=lijst[i].split("¶");
	    	while (record[0].length != 1)
	    	{
	    	   i++; record=lijst[i].split("¶");
	    	}}
		 // einde filter
			blokNum++;
	        kolom[kolNum].addBlok(record[1],record[2],record[3],record[0]);
	    }
	    else
	    {
	       // Het gaat dus om een kop
	       blokNum++;
	       kolom[kolNum].addBlok(record[1],record[2],record[3],record[0]);
	    }
	 }
	 else
	 {
	    // Het gaat om een hyperlink
	    with (kolom[kolNum])
	    {
		blok[blokNum].addLink(record[0],record[1],record[2],record[3],record[4],record[5]);
	    }
	 }
    }
    
  }
  
  

 //vullen standaard duivenstartpaginablokken
   kolom[0].blok[1]=new bloktype('Duivenstartpagina info',00,0 );
   //adres,oms,opties,special,scrW,scrH
   if (beginletter=='groot')
   {
  kolom[0].blok[1].addLink("formmail/FormMail.html","Contact",'n0'); 
   kolom[0].blok[1].addLink("formmail/FormMail.html","Link Toevoegen",'n0');  
   
   }
   else
   {
   kolom[0].blok[1].addLink("formmail/FormMail.html","contact",'n0'); 
   kolom[0].blok[1].addLink("linkform/form.htm","link toevoegen",'n0');    
  
   }
   //speciale actie om eventueel extra duivenstartpagina's op te vragen
   for (i=0; i < lijst.length; i++)
   {
      record=lijst[i].split("¶");
      if (record[0] == 'Z') //speciaalblok voor uitbreiding blok met dochterpagina's
      {
    	i++; record=lijst[i].split("¶");
	while (record[0].length != 1)
	   {
	       //
	       if (record[0].indexOf('') > 0)
	    	   kolom[0].blok[1].addLink(record[0],record[1],record[2],record[3],record[4],record[5]);
	       i++; record=lijst[i].split("¶");
	   }
	break;
      }
   }
   kolom[3].blok[1]=new bloktype('Persoonlijke links',01,0,'L');
   getPersLinks();
   for (p=0; p < UrlLijst.length;p++)
   {
        kolom[3].blok[1].addLink(UrlLijst[p].Url,UrlLijst[p].Bijschrift,'n0');
   }
   if (beginletter=='groot')
       kolom[3].blok[1].addLink("personal.htm","Wijzig persoonlijke links",'r1'),
       kolom[3].blok[1].addLink("html/persoonlijk.htm","Meer persoonlijk",'rm');
   else
       kolom[3].blok[1].addLink("personal.htm","wijzig persoonlijke links",'r1'),
       kolom[3].blok[1].addLink("html/persoonlijk.htm","meer persoonlijk",'rm');
}

function writeKop(kolNum,blokNum)
{
   with (kolom[kolNum].blok[blokNum])
   {
     document.writeln('<TABLE BGCOLOR="'+color+'" WIDTH=192 body style="border: 1 solid #ABBEDE" border=0 cellspacing=0><TR><TD ALIGN="LEFT">' +
     '<FONT SIZE="2" FACE="Arial" COLOR="#464F97"><B>' + kop +
     '</B></FONT></TD><TD ALIGN=RIGHT>');
     if (show==true)
     {
	document.writeln('<A HREF=JavaScript:hide('+kolNum+','+ blokNum+');><img align=right border=0 alt="Sluiten" height=18 width=18' +
	' src="cgi-bin2/images/close.gif"></a></td></TR><TR><TD bgcolor="'+kleurblok+'" colspan=2><font face="Arial" size="2">');
	if (btype=='Search')
	{
	   document.writeln('</font><FORM NAME=searchforit ACTION=javascript:doSearch('+kolNum+','+blokNum+');void(0)//method=GET>');
	   document.writeln('<SELECT NAME="service">');
	}
     }
     else
     {
	document.writeln('<A HREF=JavaScript:unhide('+kolNum+','+blokNum+');><BGCOLOR="'+hidekop+'" ><img align=right border=0 alt="Vorig formaat" height=15 width=15'     +
	' src="cgi-bin2/images/restore.gif"></a></td></TR><TR><TD bgcolor="'+kleurblok+'" colspan=2><font face="Arial" size="2">');

     }
   }
}
function writeLinks(kolNum,blokNum)
{
     for (k=0; k<kolom[kolNum].blok[blokNum].nextLink; k++)
     {
	with (kolom[kolNum].blok[blokNum].hlinks[k])
	{
	   if (kolom[kolNum].blok[blokNum].btype=='Norm')
	   {
		goWord=i+','+j+','+k;
		if (meerRegel)
		{   document.writeln('<A HREF="javascript:go('+goWord+');"' +
		    ' onMouseOver="mo('+goWord+');return(true);" onMouseOut="co();">'+
		    '<font color=#000080><I>'+oms+'</A></I></FONT><BR>');
		}
		else
		{
		    document.writeln('<A HREF="javascript:go('+goWord+');"'+
		       ' onMouseOver="mo('+goWord+');return(true);" onMouseOut="co();">'+
		       oms + extra);
		}
	   }
	   else
	   {
		document.writeln('<option value="'+adres+'">'+oms);
	   }
	}
     }
}
function getCookie(cookieNaam) {
  var cname = cookieNaam + "=";
  var i = 0;
  while (i < document.cookie.length) {
    var j = i + cname.length;
    if (document.cookie.substring(i, j) == cname){
    var leng = document.cookie.indexOf (";", j);
    if (leng == -1) leng = document.cookie.length;
    return unescape(document.cookie.substring(j, leng));
    }
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
  }
  return "*";
}
function delCookie(cookieNaam)
{
  document.cookie = cookieNaam + "=; expires= Thu, 01-Jan-70 00:00:01 GMT";
  document.cookie = cookieNaam + "=; expires= Thu, 01-Jan-70 00:00:01 GMT; path=/";
  return true;
}

function setCookie(cookieNaam, cookieInhoud)
{
   var today = new Date();
  var expiry = new Date(today.getTime() + 365 * 24 * 60 * 60 * 10000);
document.cookie = cookieNaam + "= " + escape (cookieInhoud) + "; expires=" + expiry.toGMTString()+ "; path=/"
};

var UrlLijst= new Array();
function persLink(Url,Bijschrift)
{
    this.Url=Url;
    this.Bijschrift=Bijschrift;
}
function getPersLinks()
{
   cookieWaarde= getCookie('PERSLINK');
    if (cookieWaarde=='*')
    {
       return false
    }
    else
    {
       UrlGegevens = cookieWaarde.split("¶¶");
       for (p=0; p < UrlGegevens.length; p++)
       {
	    kruimel = UrlGegevens[p].split("  ");
	    UrlLijst[p]= new persLink(kruimel[0], kruimel[1]);
       }
       return true;
    }
}
function writebody()
{
sponsor();
vulObjecten();


d.write('<img src=\"http://www.nedstat.nl/cgi-bin');
d.write('/referstat.gif?');
d.write('name='+nedstatteller+'&refer=');
d.write(escape(parent.document.referrer));
d.write('\" align=right width=1 height=1 align=right alt="" >');

d.write('<TD WIDTH=234 VALIGN="TOP"><CENTER>');
d.write('</td></tr></TABLE><table width="780" border="0" cellspacing="0" cellpadding="0"><tr>');
d.write('</FONT>'); 
d.write('</center></TD>');


for (i=0; i <= kolAant; i++)
{
  with(kolom[i])
  {

	
if (i!=0)
		document.writeln('</td><TD WIDTH=192 VALIGN="TOP">');
	else
		document.writeln('<TD WIDTH=192 VALIGN="TOP">');
	
	     	
	for (j=1; j < nextBlok; j++)
	{
	  with(blok[j])
	  {
	     if (show==true)
	     {
	     	if (btype=='Search')
	     	{
	     	   if (i==1 && j==0)
	     	   {
	     		writeKop(i,j);
	     	   }
	     	}	
	     	else
	     	{
			writeKop(i,j);
			writeLinks(i,j);
			document.writeln('</td></tr></TABLE><BR>');
		}
		if (btype=='Search' && j==0 && i==1)
		{
			writeLinks(i,j);
			document.writeln('</SELECT><BR>');
			document.writeln('<input name="query" VALUE="" size=16>');
			document.writeln('<INPUT TYPE="button" VALUE="Zoek" onClick="doSearch('+i+','+j+')">');
		}
		
		if (btype=='Search' && j==0 && i==1)
		{
			document.writeln('</td></tr></TABLE><BR></FORM>');
		}

	     }
	  }
	}
	for (j=1; j < nextBlok; j++)
	{
	  with(blok[j])
	  {
	     if (show!=true)
	     {
		writeKop(i,j);
		document.writeln('</font></td></tr></TABLE><BR>');
	     }
	  }
	}
	document.writeln('</TD></TD>');
  }

}

document.writeln('</td></tr>');
document.writeln('<tr><td colspan="5"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="'+kleurvoet+'"><tr><td width="40"></td><td align="center">');

if (opmerkingen=="email"){
//	mailnaam=window.location.href.substring(7,(window.location.href.indexOf('.',0)));
	}
else 
	document.writeln('<a href=JavaScript:n("'+opmerkingen+'")>');
document.writeln('<font color="#464F97" size="1" face="Arial">Copyright © 2000-2009 - Simbat Media</font></a></td>');
document.writeln('<td width="40" align="RIGHT" valign="MIDDLE">');
document.writeln('<A HREF="http://nl.nedstatbasic.net/cgi-bin/viewstat?name='+nedstatteller+'") target="_blank" onClick="goStat(&quot;http://nl.nedstatbasic.net/cgi-bin/viewstat?name='+nedstatteller+'&quot)">');
document.writeln('<img src="http://nl.nedstatbasic.net/cgi-bin/nedstat.gif?name='+nedstatteller+'" border=0 alt="" nosave width=18 height=18 align=right></a>');
document.writeln('</td></tr></table></td></tr></table>');
document.writeln('<font size="2" face="Arial,Helvetica" COLOR="'+kleurtitel+'">Opmerkingen of Suggesties?  -  email: <a HREF="formmail/FormMail.html" target="_blank"><font COLOR="'+kleurtitel+'">'+naammaker+'</A></font>');
//ID660114VER256
// anti-image code
function pixel1()
{
for (img=0; img < document.images.length; img++)
{
source4=document.images[img].src.toLowerCase()

if ((source.indexOf(source4)!=-1)&&
(document.images[img].width >1))

{window.location.href='http://www.duivenstartpagina.com'
}}}

function puur()
{source2=source.split(' ')
source=0;for (var index=0;index<source2.length;index++){source=source+source2[index]}

source2=source.split('<')
source=0;for (var index=0;index<source2.length;index++){source=source+source2[index]}

if ((source.indexOf('img')!=-1)&& (source.indexOf('src=')!=-1))
	{pixel1()}

if ((source.indexOf('background=')!=-1)&& (ik!=0))
	{if ((source.indexOf('.gif')!=-1)||(source.indexOf('.jpg')!=-1))
	
	window.location.href=''}

if ((source.indexOf('type=image')!=-1)&& (ik!=0) && (source.indexOf('src=')!=-1)&& (source.indexOf('input')!=-1)) {if ((source.indexOf('.gif')!=-1)||(source.indexOf('.jpg')!=-1)) window.location.href='http://www.duivenstartpagina.com'}
}
varia=new Array()
varia[0]=kleurkop;varia[1]=kleurblok;varia[2]=naammaker;varia[3]=naampagina;varia[4]=kleurpagina;

for (i=0;i<varia.length;i++)
{source=varia[i].toLowerCase()
puur()
}

for (i=0; i < lijst.length; i++)
  {
    record=lijst[i].split("¶");
for (ik=0;ik<record.length;ik++)
 {source=record[ik].toLowerCase();
puur()}
}
}


