endIndex=document.referrer.lastIndexOf("/")
startIndex=document.referrer.lastIndexOf("/",endIndex-1)+1
if ((document.referrer.length!=0)&&(document.referrer.substring(startIndex,endIndex)!="outpost")&&
   (window.confirm("This is a page in the middle of a story. Shall I redirect you to the first page instead?")))
  self.location.replace(self.location.href.substring(0,self.location.href.length-14)+"index.html")

