function wst(){
  window.status="Black Pages Canada Inc."  ;
  window.setTimeout("wst()",100);
  }
wst();
