<!-- Nieuwsbronnen hoofdscript

window.setTimeout("location.reload(true)",600000)

//  Definitie print commando
function print(msg)
{document.write(msg+'<BR>');}

//  Check top-frame
function checktopframe(x)
{
if  (document.location != top.location) top.location.href = document.location;
var nbvar="nieuwsbronnen.nl";
if (top.location.search(nbvar) != -1)
  { top.location.href="http://www.nieuwsbronnen.nl/allnew.php?pagina=actueel";}
}
