var website={};website.ExitFrame=function(){if(top&&top.frames.length!=0&&top!=self){var b=window.location.href;var e=b.split("?");if(e[1]==null){top.location=self.document.location}else{var d=e[1].toLowerCase();if(d.indexOf("isembedded=true")<0){var a="nocookies_p=true";var c=d.indexOf(a);if(c>0){e[1]="?"+e[1];b=e[0]+e[1].substring(0,c-1)+e[1].substring(c+a.length,e[1].length)}top.location=b}}}};$(window).load(function(){website.ExitFrame()});