﻿
    // Google url
//    try
//    {
//        document.write('<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>');
//        _uacct = "UA-631928-7";
//        urchinTracker();
//    }
//    catch(e)
//    {
//    }


    // Controleer of gebruiker de masterpage ziet of alleen de html pagina.
    try
    {
        var c = " " + document.location;
        if( c.indexOf( 'newsurl=' ) < 1 )
        {
            document.location = 'nieuws-bericht.aspx?newsurl=' + document.location;
        }
    }
    catch(e)
    {
    }

