function CheckFrame()
{
    if (window.top == window.self)
    {
        window.location = 'http://www.hoofdpijn-pcn.nl/index.php?url=' + window.location.href;
    }
}
