﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/locations/southeast/images/Breakthrough_StartWalk.gif";
s.link = "/newsroom/content.aspx?id=6214";
s.title = "Supporting the Bay Area Community";
s.text = "<font class=lnav_header>Supporting the Bay Area Community<\/font><br><br>Memorial Hermann Southeast Hospital donates $25,000 to AHA Start! Bay Area Heart Walk<br/><a class=body href=/newsroom/content.aspx?id=6214><b><font size=3>&raquo;<\/font> Read more<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/mh_images/Breakthrough_Reuters_Top_Hospitals.gif";
s.link = "/locations/southeast/content.aspx?id=4912";
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/southeast/content.aspx?id=4912><b><font size=3>&raquo;<\/font> Learn more about this designation<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southeast/images/Breakthrough_Breast_Cancer_Treatment.gif";
s.link = "/locations/southeast/content.aspx?id=188";
s.title = "Fast, Accurate Breast Cancer Treatment";
s.text = "<font class=lnav_header>Fast, Accurate Breast Cancer Treatment<\/font><br><br>MammoSite® may enable you to complete radiation therapy in 5 days, compared to 6-8 weeks with conventional treatment methods.<br/><a class=body href=/locations/southeast/content.aspx?id=188><b><font size=3>&raquo;<\/font> Learn about the multifaceted treatment program at Southeast<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southeast/images/Breakthrough_Chest_Pain_Accreditation.gif";
s.link = "/locations/southeast/content.aspx?id=498";
s.title = "Chest Pain Center Accreditation";
s.text = "<font class=lnav_header>Chest Pain Center Accreditation<\/font><br><br>Memorial Hermann Southeast Hospital recently earned its Chest Pain Center accreditation, the gold standard in cardiac care.<br/><a class=body href=/locations/southeast/content.aspx?id=498><b><font size=3>&raquo;<\/font> Discover innovative heart care closer to home<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/southeast/images/Breakthrough_Youngest_Patients.gif";
s.link = "/locations/southeast/content.aspx?id=344";
s.title = "Quality Care for Our Youngest Patients";
s.text = "<font class=lnav_header>Quality Care for Our Youngest Patients<\/font><br><br>Newborns and children of all ages can receive skilled children's healthcare services closer to home.<br/><a class=body href=/locations/southeast/content.aspx?id=344><b><font size=3>&raquo;<\/font> Because children are not small adults<\/b><\/a>";
ss.add_slide(s);

/*
s = new slide();
s.src =  "/mh_images/Breakthrough_BariatricWebinar09-1.gif";
s.link = "http://memorialhermann.acrobat.com/webinar/";
s.title = "Live right now: Talk to weight loss surgeon";
s.text = "<font class=lnav_header>Live right now: Talk to weight loss surgeon<\/font><br><br>Watch a live presentation about your options concerning bariatric surgery and get the doctor to address your concerns right away. If you're thinking of surgery as a solution to your weight loss problem, join us until 1 p.m.<br/><a class=body href=http://memorialhermann.acrobat.com/webinar/><b><font size=3>&raquo;<\/font> Jump in any time to ask questions, or just watch<\/b><\/a>";
ss.add_slide(s);
*/

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}