if (location.hostname.indexOf("partnernetwerk") > -1)
{
	location.replace("http://www.toekomstloket.nl/beurs");
}

function insertActueel(id, txt, isLast)
{
	myHtml = "<div class = 'actItem'";
	
	if (!isLast) myHtml+= " style = 'border-bottom: #00487c 1px solid'";
	
	myHtml+= " onMouseOver = 'this.className = \"actItemOver\"' onMouseOut = 'this.className = \"actItem\"' onClick = 'location.href=\"?news=" + id + "\"'>" + txt + "</div>";

	document.write(myHtml);

	return;
}

window.status = "Snel en betaalbaar voldoen aan de Privacywetgeving.";
