";
//alert(document.location);
function expire_link_test(){
if (top.location != self.location){
doc_loc = ''+document.location+'';
if (doc_loc.indexOf(frm_sec_cdx) == -1){
if (doc_loc.indexOf('?') != -1 ){
doc_body=document.getElementsByTagName('body')[0].innerHTML;
full_site_string='We use JS and Cookies for various purposes. If you disagree, please leave the site.';
if (doc_body.indexOf(full_site_string) != -1){
document.getElementsByTagName('body')[0].innerHTML=expire_error_pag;
};
};
};
};
};
setTimeout("expire_link_test();" ,500);