//afb error
<!-- Het script verbergen voor oude browsers
$(window).bind('load', function() 
{
$('img').each(function() 
{
if((typeof this.naturalWidth != "undefined" && 	this.naturalWidth == 0 ) || this.readyState == 'uninitialized' ) 
{
// alternative afbeelding die getoond wordt.
$(this).attr('src', 'Copyright.gif');
}
});
});
// Einde verbergen -->
