//if not in frames
if (parent.frames.length==0){
//window location equals frameset
window.location.replace("index2.html");
}
