<!--

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 4500;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide(0);
s.src =  "images/sales/prepaid-grats-hmpg-hal.jpg";
s.text = unescape("Pre-Paid Gratuities on Cruises");
s.link = "\prepaid-gratuities.html";
s.target = "";
s.attr = "width:530.height:223";
s.filter = "";
SLIDES.add_slide(s);

s = new slide(1);
s.src =  "images/sales/princess/homepg_rotator/2012-summer-sale.jpg";
s.text = unescape("Princess Cruise Deals");
s.link = "\cruiselines/princess/index.html";
s.target = "";
s.attr = "width:530.height:223";
s.filter = "";
SLIDES.add_slide(s);

s = new slide(2);
s.src =  "images/sales/ncl/homepg_rotator/wave-2012.jpg";
s.text = unescape("NCL Cruise Deals");
s.link = "\cruiselines/ncl/index.html";
s.target = "";
s.attr = "width:530.height:223";
s.filter = "";
SLIDES.add_slide(s);

s = new slide(3);
s.src =  "images/sales/last-minute-homepg-v2.jpg";
s.text = unescape("Last Minute Cruise Deals");
s.link = "\sales/last-minute-cruises.html";
s.target = "";
s.attr = "width:530.height:223";
s.filter = "";
SLIDES.add_slide(s);

s = new slide(4);
s.src =  "images/sales/rccl/homepg_rotator/your-choice-2011.jpg";
s.text = unescape("Royal Caribbean Cruises");
s.link = "\sales/royal-caribbean/your-choice-sale.html";
s.target = "";
s.attr = "width:530.height:223";
s.filter = "";
SLIDES.add_slide(s);

if (false) SLIDES.shuffle();

//-->
