
//if (parent.frames.length > 0) { top.location.replace(document.location); }
var ref = document.referrer, reg = new RegExp('^http(s?):\/\/analyze.pro.research-artisan.com/.+'), j = false;
if (parent.frames.length > 0) {
if (ref.length > 0) {
if (!reg.test(ref)) {
j = true;
}
} else {
j = true;
}
}
if (j) {
top.location.replace(document.location);
}