var latest ="";
var here =location.pathname;
//there="/www.users.waitrose.com/~cresby/various/stoppress.htm";
latest="geographical filter for my pages - click <A href=fcctest3.htm target =top>found here</A>";

var ns = (navigator.appName.indexOf("Netscape") != -1);;
var zinc;
var d = document;
var px = document.layers ? "" : "px";;
dw('<DIV id="stoppress" class="mt2"><Table class=de><TR><TD>'+goforit+'</TD><TD>&nbsp;</TD>');
if(latest.length!=0){
 // alert(location.pathname);


hcur=0;
subd=0;
mir=here.search("Mirror");// looking for where in the directory tree we are
loca="";
var rest;
if(mir<=0)mir=here.search("cresby/");
if(mir>=0)here=here.substring(mir+7);
var nostop= here.substring(0,8);
if(nostop.toLowerCase()=='stroudfm'){latest='';}

 for(tt=7;tt>=1;tt--){
   hcur=hi[tt].length+1;
   if(here.substr(0,hcur)==hi[tt]+"/"||here.substr(0,hcur)==hi[tt]+"\\"){
     subd=hi[tt]+"/";
   loca="../";
   }
 }
if(here.search("/")>=0)loca="../";
mir=latest.search("href=");
if (mir>0)latest=latest.substring(0,mir+5)+loca+latest.substring(mir+5);
  if(latest!=''){
  dw('<TD class=dd>Stop Press</TD>');
  dw('<TD class=dd>&nbsp; '+latest+'</TD>');
  }
}
  dw('</TR></TABLE></DIV>');
  obj = findObj('stoppress');
  if(obj!=null) obj.style.top= 55; 
function FDiv(id, sy, sp)
{
	var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
	window[id + "_obj"] = el;
	if(d.layers)el.style=el;
	el.cy = el.sy = sy;
	el.sP=function(y){this.style.top=(y)+'px';};
	el.flt=function()
	{
		var pY,fcd=null;
		pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ? 
		document.documentElement.scrollTop : document.body.scrollTop;
		if(this.sy<0) 
		pY += ns ? innerHeight : document.documentElement && document.documentElement.clientHeight ? 
		document.documentElement.clientHeight : document.body.clientHeight;
		this.cy += (pY + this.sy - this.cy)/sp;
		this.sP(this.cy);
		setTimeout(this.id + "_obj.flt()", 40);
		if(id=='mt1') {
		    curpos = this.cy+20;
		    if(nowdiv!=null) {
		     if((obj = findObj(nowdiv))!=null) obj.style.top = curpos;
		    }
		}
	}
	return el;
}
 if(findObj('mt1')!=null)FDiv('mt1',5,3).flt();
 obj = findObj('stoppress');
 if(obj!=null) FDiv("stoppress",-39,16).flt();
