if (parent.location.href == self.location.href) {
    var link = document.location.href;
    link = link.replace("http://stripster","http://www.stripster");
    link = link.replace("www.stripster.eu","www.stripster.eu/?");
    link = link.replace("www.stripster.nl","www.stripster.eu/?");
    link = link.replace("www.stripster.be","www.stripster.eu/?");
    window.location.href = link;
}   
