if(self.location.protocol=="http:") postfix = "/"; else postfix = "/index.html";

if(PageId!="main") {
if(self.name!="cpage") self.location.replace(PageId + postfix);
parent.document.title = "Українська спілка >> " + self.document.title;
}

document.writeln("<script language=javascript src=\"lnk.js\"></script>");

function slx(p) {
if(!p.flag && postfix.length>1) {
p.flag = true;
if((p.href).indexOf("?")+1) {
aph = (p.href).split("?");
p.href = aph[0] + postfix.substring(1) + "?" + aph[1];
}
else p.href += postfix.substring(1);
}
}
