function warning()
{
 var warning= confirm("WARNING: This section of the website contains strong graphic images of surgeries.");
 if (warning== true)
 {
   window.location="http://visual-velocity.com/surgeries/v2-or.html";
 }
 else
 {
  window.location.reload();
  }
}

