/* Javacript Page Redirect
*/

function delayer(){
  window.location = "index2.html"
}
