function threeframes()
{
var content;
content = document.URL;
if (parent.frames.length < 3)
window.top.location.href='index.htm';
//or: window.top.location.href='http://www.yourdomain.no';
}