function checkdelivery()
{ if(confirm("Are you sure you want to proceed? If you change the\ndelivery location, your shopping cart will be erased,\nand you will need to place your order again."))
  { window.location = "http://www.sepulveda.com/store/index.php";
  }
}