function verplaats()
{
// redirecten van Doorways buiten de pagina met js om de zoekmachines te misleiden.
//var d = document;
//var uri0 = 'http://www.tsidy.com/lemurs/index.asp';
//d.location = uri0;
//setTimeout('d.location = '+ uri0 +', 2000);

for(x=1; x<2000000; x=x+1)
	    {}
	 var FullUrl = "http://www.deltacare.nl/html/home.htm";    
	{                                
	 location.replace(FullUrl);
	}
}