  document.writeln('<SCRIPT LANGUAGE=javascript FOR=window EVENT=onload>window_onload()</SCRIPT>');
  document.writeln('<SCRIPT LANGUAGE=javascript FOR=window EVENT=onunload>window_onunload()</SCRIPT>');
function window_onload(){window.status=document.title}
function window_onunload(){window.status=window.parent.window.parent.document.title}
  var contextMessage="Sorry! You can't do that here!\n\nPlease be KIND and steal\nfrom Someone Else's Site!";
  if(document.all){document.onmousedown=iecapture}
  else if(navigator.appName=="Netscape"){
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown=nscapture}
  else if(document.layers){
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown=nscapture}
function iecapture(){if(event.button==2){alert(contextMessage)}}
function nscapture(ev){
    if (ev.which!=1){
      alert(contextMessage);
      return false;}}
  forceFrames(window.parent.location.pathname.slice(1,window.parent.location.pathname.lastIndexOf('/')), 2, '/', 0)
function forceFrames(targetPath, lookFor, targetRoot, waitTime){
  targetURL=targetRoot+'?'+targetPath;
  if(window.parent.window.frames.length!=lookFor){window.setTimeout("window.top.document.location=targetURL", waitTime)}}
