﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/locations/tirr/images/Breakthrough_2009_US_News.gif";
s.link = "/newsroom/content.aspx?id=6136";
s.title = "Memorial Hermann among nation’s best hospitals";
s.text = "<font class=lnav_header>Memorial Hermann among nation’s best hospitals<\/font><br><br>U.S. News & World Report says two of the top hospitals in the U.S. are right here in Houston. TIRR Memorial Hermann and Memorial Hermann-Texas Medical Center made the Top 50 list in the magazine's <i>America's Best Hospitals</i> issue.<br/><a class=body href=/newsroom/content.aspx?id=6136><b><font size=3>&raquo;<\/font>See the criteria measured to reach this status<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/tirr/images/Breakthrough_Unique_Designation.gif";
s.link = "/locations/tirr/forhealthprofessionals/content.aspx?id=1162";
s.title = "Unique Designation";
s.text = "<font class=lnav_header>Unique Designation<\/font><br><br>TIRR is one of a handful of US rehabilitation hospitals designated as a Model System for both spinal cord injury and traumatic brain injury.<br/><a class=body href=/locations/tirr/forhealthprofessionals/content.aspx?id=1162><b><font size=3>&raquo;<\/font> Learn about our Model System<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/tirr/images/Breakthrough_Best_Life_Possible.gif";
s.link = "/locations/tirr/forconsumers/content.aspx?id=3888";
s.title = "Best Life Possible";
s.text = "<font class=lnav_header>Best Life Possible<\/font><br><br>Kirby Glen delivers multiple coordinated therapies simultaneously on an outpatient basis.<br/><a class=body href=/locations/tirr/forconsumers/content.aspx?id=3888><b><font size=3>&raquo;<\/font> See how this day rehabilitation program works<\/b><\/a>";
ss.add_slide(s);

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}