﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/mh_images/Breakthrough_Reuters_Top_Hospitals.gif";
s.link = "/locations/northwest/content.aspx?id=4910";
s.title = "Among Nation's 100 Top Cardiovascular Hospitals";
s.text = "<font class=lnav_header>Among Nation's 100 Top Cardiovascular Hospitals<\/font><br><br>The hospital grouping comprised of Memorial Hermann Heart & Vascular Institute-Southwest, Northwest, Southeast and The Woodlands has been recognized for cardiovascular care.<br/><a class=body href=/locations/northwest/content.aspx?id=4910><b><font size=3>&raquo;<\/font> Learn more about this designation<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/northwest/images/breakthrough_chest_pain_accreditation.gif";
s.link = "/locations/northwest/content.aspx?id=496";
s.title = "Chest Pain Accreditation";
s.text = "<font class=lnav_header>Chest Pain Accreditation<\/font><br><br>Memorial Hermann Northwest Hospital is one of only a handful of hospitals in the Houston area to have earned an accreditation from The Society of Chest Pain Centers (SCPC).<br/><a class=body href=/locations/northwest/content.aspx?id=496><b><font size=3>&raquo;<\/font> Learn how Memorial Hermann Northwest treats your heart<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/northwest/images/breakthrough_pathways_to_excellence.gif";
s.link = "/locations/northwest/content.aspx?id=2390";
s.title = "Pathways to Excellence";
s.text = "<font class=lnav_header>Pathways to Excellence<\/font><br><br>Memorial Hermann Northwest Hospital’s nursing staff was recently awarded the Pathways to Excellence™ designation.<br/><a class=body href=/locations/northwest/content.aspx?id=2390><b><font size=3>&raquo;<\/font> Discover why we’re among the best places to work for nurses<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/northwest/images/breakthrough_Knee_Replacement.gif";
s.link = "/locations/northwest/content.aspx?id=516";
s.title = "Minimally Invasive Knee Replacement";
s.text = "<font class=lnav_header>Minimally Invasive Knee Replacement<\/font><br><br>Patients with debilitating knee pain now have a surgical option that allows a much quicker return to normal activities.<br/><a class=body href=/locations/northwest/content.aspx?id=516><b><font size=3>&raquo;<\/font> Learn more about the Memorial Hermann Joint Center<\/b><\/a>";
ss.add_slide(s);

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}