// JavaScript Document
if (top.location == self.location) {    //if page is not in its frameset
top.location.href = "http://www.victorparochie.nl/index.htm" + "?" + window.location.href;
}
