<!--Hide JavaScript from Java-Impaired Browsers
function isnscroll(hype) {
 var shameless = 100
 var prtspc = " ";
 var col = 1;
 /* You could use array here, but this is easy way to load messages
    Unlike HTML documents, multiple adjoining spaces are preserved */

 var promotional=" A C R E "
 +"         "
 +"  Copyright © 2000 - 2007   J. D. Reigada          All rights reserved                                                        "
 +"                                                                                          ";
 if (hype>shameless) {
  hype--;
  var cmd="isnscroll(" + hype + ")";
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=shameless && hype>0) {
  for (col=0;col<hype;col++) {
   prtspc+=" ";
  }
  prtspc+=promotional;
  hype--;
  var cmd="isnscroll(" + hype + ")";
  window.status=prtspc;
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=0) {
  if (-hype<promotional.length) {
   prtspc+=promotional.substring(-hype,promotional.length);
   hype--;
   var cmd="isnscroll(" + hype + ")";
   window.status=prtspc;
   isntimer=window.setTimeout(cmd,100);
  }
  else {
   window.status=" ";
   isntimer=window.setTimeout("isnscroll(100)",75);
  }
 }
}
function startit() {
 isntimer=window.setTimeout("isnscroll(100)",500);
}
// Stop Hiding Contents -->