<!--
SLIDES2 = new slideshow("SLIDES2");
SLIDES2.timeout = 4000;
SLIDES2.prefetch = 2;
SLIDES2.repeat = true;

s = new slide();
s.src =  "http://www.starrynightcinema.com/images/ad2.jpg";
s.text = unescape("");
s.link = "http://www.starrynightcinema.com/white-dwarf";
s.target = "_self";
s.attr = "";
s.filter = "";
SLIDES2.add_slide(s);

s = new slide();
s.src =  "http://www.starrynightcinema.com/images/ad3.jpg";
s.text = unescape("");
s.link = "http://www.starrynightcinema.com/sol-sun";
s.target = "_self";
s.attr = "";
s.filter = "";
SLIDES2.add_slide(s);

s = new slide();
s.src =  "http://www.starrynightcinema.com/images/ad4.jpg";
s.text = unescape("");
s.link = "http://www.starrynightcinema.com/red-giant";
s.target = "_self";
s.attr = "";
s.filter = "";
SLIDES2.add_slide(s);

if (true) SLIDES2.shuffle();
//-->