function herschaalDivContent()
{
	if (!document.getElementById("nieuwshome") || !document.getElementById("home")) return false;

	var div_nieuwshome = document.getElementById("nieuwshome");
	var div_home = document.getElementById("home");
	if(div_nieuwshome == null)
	{
		div_home.style.width = 565+"px";
	}
}

window.onload = function()
{
	herschaalDivContent();
}
