var id, scrollpos=0;

var scrtxt="Buy and Sell Surplus Stock easily and quickly with GetRid.Co.UK";
var lentxt=scrtxt.length;
var width=50;
var pos=1-width;
function scroll() {
  pos++;
  var scroller="";
  if (pos==lentxt) {
    pos=1-width;
  }
  if (pos<0) {
    for (var i=1; i<=Math.abs(pos); i++) {
      scroller=scroller+" ";}
    scroller=scroller+scrtxt.substring(0,width-i+1);
  }  else {
    scroller=scroller+scrtxt.substring(pos,width+pos);
  }
  window.status = scroller;
  setTimeout("scroll()",20);
  }


function SETLEFT(theFrame, theURL) {
IE4=(document.all) ? 1 : 0;
NN4=(document.layers) ? 1 : 0;
if (IE4) {
window.parent.frames[theFrame].location=theURL
}
if (NN4) {
parent.frames[theFrame].location=theURL
}
}

function CHANGEFRAME(theFrame, theURL) {
window.parent.frames[theFrame].location=theURL}


document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

function right(e)
 {if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
 else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
 {alert("Copyright ONternet @2000  (www.onternet.co.uk)");
return false;
}
return true;
}

if (top==self)self.location.href="index.htm";
