var baseURL = 'klingvall.com'; var testURL;
testURL = top.frames.document.location.toString().substr(top.frames.document.location.toString().indexOf('://') + 3, 
                                                         top.frames.document.location.toString().indexOf('/', top.frames.document.location.toString().indexOf('://') + 3) - 
                                                        (top.frames.document.location.toString().indexOf('://') + 3));

if (window.top == window.self) {
    document.location.replace('s-index.htm?redir=' + document.location.toString().substr(document.location.toString().lastIndexOf('/') + 1));
}
if (testURL.indexOf(baseURL) == -1) {
//    document.location.replace('s-index.htm?redir=' + document.location.toString().substr(document.location.toString().lastIndexOf('/') + 1));
}
