function frameloader(){
	var ganz = "/frames.html"; 
	if (top == self) { 
		if ( document.images ) { 
			top.location.replace(ganz); 
		} else { 
			top.location.href = ganz; 
		} 
	}
}

