﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/locations/northeast/images/Breakthrough_Cancer_Center.gif";
s.link = "/locations/northeast/content.aspx?id=1140";
s.title = "Designed To Meet Your Needs";
s.text = "<font class=lnav_header>Designed To Meet Your Needs<\/font><br><br>Diagnostic, treatment and support services at the Cancer Center at Northeast are designed to provide the highest level of care.<br/><a class=body href=/locations/northeast/content.aspx?id=1140><b><font size=3>&raquo;<\/font> Learn about our treatment options<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/northeast/images/Breakthrough_Womens_Center.gif";
s.link = "/locations/northeast/content.aspx?id=1198";
s.title = "Comprehensive Services";
s.text = "<font class=lnav_header>Comprehensive Services<\/font><br><br>From mammography to mother-baby care, the Women’s Center at Northeast offers the resources to meet the needs of women of all ages.<br/><a class=body href=/locations/northeast/content.aspx?id=1198><b><font size=3>&raquo;<\/font> Discover our individualized care<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/northeast/images/Breakthrough_Bariatrics.gif";
s.link = "/locations/northeast/content.aspx?id=1186";
s.title = "Ready for A Change?";
s.text = "<font class=lnav_header>Ready for A Change?<\/font><br><br>Memorial Hermann Northeast can help if you have a weight problem and need to make a change.<br/><a class=body href=/locations/northeast/content.aspx?id=1186><b><font size=3>&raquo;<\/font> Learn more or schedule an appointment with our bariatric surgeon<\/b><\/a>";
ss.add_slide(s);

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}