﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/locations/katy/images/Breakthrough_Spinal_Surgery.gif";
s.link = "/locations/katy/content.aspx?id=3762#spine";
s.title = "Spinal Surgery Now Available";
s.text = "<font class=lnav_header>Spinal Surgery Now Available<\/font><br><br>If you are considering spine surgery, Memorial Hermann Katy offers leading-edge technology and advanced surgical techniques.<br/><a class=body href=/locations/katy/content.aspx?id=3762#spine><b><font size=3>&raquo;<\/font> Learn about spinal surgery at Memorial Hermann Katy<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/katy/images/Breakthrough_Daily_Activities.gif";
s.link = "/locations/katy/content.aspx?id=3762";
s.title = "Is Joint Pain Keeping You from Your Daily Activities?";
s.text = "<font class=lnav_header>Is Joint Pain Keeping You from Your Daily Activities?<\/font><br><br>Memorial Hermann Katy offers total joint replacements to the hip, knee, ankle, shoulder, and elbow.<br/><a class=body href=/locations/katy/content.aspx?id=3762><b><font size=3>&raquo;<\/font> Discover how joint replacement can get you back in the swing of things<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/katy/images/Breakthrough_Level_3.gif";
s.link = "/locations/katy/content.aspx?id=3748#stroke";
s.title = "A Community Stroke Support Facility";
s.text = "<font class=lnav_header>A Community Stroke Support Facility<\/font><br><br>According to the American Heart Association and American Stroke Association, on average, every three to four minutes someone dies of a stroke.<br/><a class=body href=/locations/katy/content.aspx?id=3748#stroke><b><font size=3>&raquo;<\/font> Learn more about signs and symptoms<\/b><\/a>";
ss.add_slide(s);

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}