/*

*/
PaginaStart=function(){
	window.status="U wordt omgeleid ...."
  setTimeout("location.href='http://www.ab-fab.nl'",3*1000);
}

