<!--
SLIDES1 = new slideshow("SLIDES1");
SLIDES1.timeout = 3000;
SLIDES1.prefetch = 2;
SLIDES1.repeat = true;

s = new slide();
s.src =  "http://www.starrynightcinema.com/images/ad1.jpg";
s.text = unescape("");
s.link = "http://www.dvd-reflections.com";
s.target = "_blank";
s.attr = "";
s.filter = "";
SLIDES1.add_slide(s);

s = new slide();
s.src =  "http://www.starrynightcinema.com/images/ad5.jpg";
s.text = unescape("");
s.link = "http://www.starrynightcinema.com/discounts";
s.target = "_self";
s.attr = "";
s.filter = "";
SLIDES1.add_slide(s);

if (true) SLIDES1.shuffle();
//-->