<!--
// Replace URL if frameset-variable != 1 or does not exist
var NewUrl = "error.htm" 
if (!top.FramesetDancercise){
	if(document.images)
		top.location.replace(NewUrl);
	else
		top.location.href = NewUrl ;
}
//-->