 SLIDES = new slideshow("SLIDES");

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/0.jpg";
s.text = "<strong>STAR-TELEGRAM.COM</strong> Pets of the week sponsored by:"
          + "<strong><h3 style=\"text-align:center\">Star-Telegram.com</h3></strong>";
s.link = "http://www.star-telegram.com";
s.target = "_blank"
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/1.jpg";
s.text = "Glory's Sweet & Sassy Latte loves to run around like crazy! <br />" + 
          "Owned Maleah Bautista ";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/2.jpg";
s.text = "Glory's Miyah Sparkling Diamond LOVES to snuggle! <br/>" +
" Owned by Mandi Bautista";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/3.jpg";
s.text = " This little adorable dog is Mookie, owned by Ivet Nares!";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/4.jpg";
s.text = "This is Chloe owned by Macey.  She is a one year old princess that loves to play fetch.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/5.jpg";
s.text = "HI my name is Frosty.<BR>-Posing is my specialty. Owned by Brisa Olvera";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/6.jpg";
s.text =  "This mini pincher is Bear and he rules the roost in Cleburne<BR>- Owned by April Newby";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://vendors.star-telegram.com/Photos/7.jpg";
s.text = "Hi - My name is Jewels ... I'm a 3 year old, 3 pound Chihuahua Girl!  <br />- My Mommy's name is Melissa Jorgensen from Keller, Texas";
SLIDES.add_slide(s);

SLIDES.timeout=6000;

