if(screen.width <= 1024) 
{
	document.write ('<a href="http://www.hollandse1000.nl"><img src="./images/headerklein.jpg" alt="Hollandse1000" /></a>');
}
else
{
	document.write ('<a href="http://www.hollandse1000.nl"><img src="./images/header.jpg" alt="Hollandse1000" /></a>');
}	
						
