mainPage = "http://www.lacolegiala.com/singluten/";
mainPage2 = "http://lacolegiala.com/singluten/";
searchPage = top.location.search;
topPage = mainPage+searchPage;
thisPage = window.location.href;
thisPage = thisPage.replace("://lacolegiala","://www.lacolegiala");
thisPageName = thisPage.slice(mainPage.length);

function checkFrame() {
framePage = searchPage.slice(1);
if (framePage == ""){
}
else {
top.contenido.location.href = mainPage+framePage;
}
}

function doFrames() {
if (top.location.href == mainPage) { }
else if (top.location.href == mainPage2) { }
else if (top.location.href != topPage) {
top.location.href = mainPage+"?"+thisPageName;
return true;
}
}

function doMenuFrames() {
if (top.location.href == window.location.href) {
top.location.href = mainPage;
return true;
}
}
