﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/mh_images/Breakthrough_Reuters_Top_Hospitals.gif";
s.link = "/locations/southwest/heartandvascularinstitute/content.aspx?id=4908";
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/southwest/heartandvascularinstitute/content.aspx?id=4908><b><font size=3>&raquo;<\/font> Learn more about this designation<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southwest/images/Breakthrough_Targeted_Cancer_Treatment.gif";
s.link = "/newsroom/content.aspx?id=4716";
s.title = "Targeted, Precise Cancer Treatment";
s.text = "<font class=lnav_header>Targeted, Precise Cancer Treatment<\/font><br><br>The Trilogy image-guided radiosurgery system offers patients fast, effective, non-invasive treatment on an outpatient basis.<br/><a class=body href=/newsroom/content.aspx?id=4716><b><font size=3>&raquo;<\/font> Learn about this innovative cancer treatment<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southwest/images/Breakthrough_Robot_Technology.gif";
s.link = "/locations/southwest/content.aspx?id=3432";
s.title = "Robot Technology Connects Physicians and Patients";
s.text = "<font class=lnav_header>Robot Technology Connects Physicians and Patients Throughout System<\/font><br><br>The technology features two-way video capability that physicians can use to remotely see and communicate with patients.<br/><a class=body href=/locations/southwest/content.aspx?id=3432><b><font size=3>&raquo;<\/font> Learn more about this exciting technology<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southwest/images/Breakthrough_Heart_Vascular_Institute.gif";
s.link = "/locations/southwest/content.aspx?id=500";
s.title = "Heart & Vascular Institute – Southwest";
s.text = "<font class=lnav_header>Heart & Vascular Institute – Southwest<\/font><br><br>More than fifty board-certified cardiologists and five cardiac surgeons practice here, Houston’s first freestanding heart institute.<br/><a class=body href=/locations/southwest/content.aspx?id=500><b><font size=3>&raquo;<\/font> Discover the keys to quality care at HVI-Southwest<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southwest/images/Breakthrough_State_Art_Robotics.gif";
s.link = "/servicesandprograms/roboticassistedsurgery/content.aspx?id=614";
s.title = "State-of-the-art Robotics";
s.text = "<font class=lnav_header>State-of-the-art Robotics<\/font><br><br>With the da Vinci Surgical system, surgeons can perform the most complex, delicate procedures through small incisions – with unmatched precision.<br/><a class=body href=/servicesandprograms/roboticassistedsurgery/content.aspx?id=614><b><font size=3>&raquo;<\/font> Learn how the da Vinci provides an alternative to traditional and laparoscopy surgery<\/b><\/a>";
ss.add_slide(s);

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}