﻿ss = new slideshow("ss");

ss.timeout = 15000;

s = new slide();
s.src =  "/locations/sugarland/images/Breakthrough_SL_Gold_Standard.gif";
s.link = "/locations/sugarland/content.aspx?id=572";
s.title = "Gold Standard in Cardiac Care";
s.text = "<font class=lnav_header>Gold Standard in Cardiac Care<\/font><br><br>Memorial Hermann Sugar Land Hospital recently earned its Chest Pain Center accreditation making it Fort Bend County’s only Chest Pain Accredited Center.<br/><a class=body href=/locations/sugarland/content.aspx?id=572><b><font size=3>&raquo;<\/font> Discover how Sugar Land has heart<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/locations/sugarland/images/Breakthrough_SL_Expanded_Medicine.gif";
s.link = "/newsroom/content.aspx?id=3446";
s.title = "Expanded Medicine";
s.text = "<font class=lnav_header>Expanded Medicine<\/font><br><br>Innovative robotic technology allows physicians to remotely view stroke patients from their office, home or other sites within the hospital.<br/><a class=body href=/newsroom/content.aspx?id=3446><b><font size=3>&raquo;<\/font> Learn about this amazing technology<\/b><\/a>";
ss.add_slide(s);

/*
s = new slide();
s.src =  "/mh_images/Breakthrough_EatingHealthy09.gif";
s.link = "http://memorialhermann.acrobat.com/webinar/";
s.title = "Live now: Webinar on healthy living";
s.text = "<font class=lnav_header>Live now: Webinar on healthy living</font><br><br/>Think you're too busy to have a healthy lifestyle? Chat right now with a doctor to learn easy ways to change your diet for the better without having to radically alter your daily life.<br><a class=body href='http://memorialhermann.acrobat.com/webinar/'><br/><b><font size=3>&raquo;<\/font>Watch the live event until 1 p.m.<\/b><\/a>";
ss.add_slide(s);

s = new slide();
s.src =  "/mh_images/Breakthrough_BackPain09-2.gif";
s.link = "/asktheexpert/general/backpainchat2.aspx";
s.title = "Now Live: Chat about back pain";
s.text = "<font class=lnav_header>Now Live: Chat about back pain</font><br><br/>Tired of your back hurting? Join now for a chat with Dr. Etminan who can tell you about the latest minimally invasive innovations and breakthroughs in the treatment of back pain.<br><br><a class=body href='/asktheexpert/general/backpainchat2.aspx'><b><font size=3>&raquo;<\/font>Jump in now<\/b><\/a>";
ss.add_slide(s);


s = new slide();
s.src =  "/mh_images/Breakthrough_Fluchat-1.gif";
s.link = "/asktheexpert/general/fluchat1.aspx";
s.title = "Live chat on flu prevention and treatment";
s.text = "<font class=lnav_header>Live chat on flu prevention and treatment</font><br><br/>Register now for our Nov. 6  chat about this season's flu outbreak. Bring your questions and concerns about the flu vaccine and the spread of H1N1 to a board-certified pediatrician and family practitioner.<br><a class=body href='/asktheexpert/general/fluchat1.aspx'><b><br/><font size=3>&raquo;<\/font>Be prepared for how to treat an illness in your family<\/b><\/a>";
ss.add_slide(s);

*/

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "_self";

}