/*
 * JavaScript redirecting to the homepage of Promis B.V. if the current
 * document is not framed.
 */

if (parent.location.href == self.location.href)
    window.location.href = 'http://www.promisbv.com';

