<!--

  // sample JavaScript function that displays an alert box
  function test() {
    alert("Yes, my user.js JavaScript file is working!");
  }

  //put your additional JavaScript code here ...

 function delayer(){
    window.location = "../page.php?2"
}

 theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}


  //-->







