// force frame
if(self == top) {
	location.href="../cgi-bin/framed.cgi?url="+location.href;
}
if(window.name != "content"){
	top.location.href="../cgi-bin/framed.cgi?url="+location.href;
}
