// For a self-running slideshow you can set the delay between slides.
// 3000 = 3 seconds
//SLIDES.timeout = 2000;

// By default, all of the slideshow images are prefetched.
// You can set the prefetch variable if you have a large number
// of slides.
//SLIDES.prefetch = 1;

// By default the slideshow will repeat when you get to the end.
//SLIDES.repeat = false;


ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 7000

s = new slide();
s.src =  "/images/hp/valdes.jpg";
//s.text = "Case Studies Reveal Problems with Gene Patenting ";
s.link = "http://www.hart.sanford.duke.edu/index.php/hart-fellows/details/yisel_valdes";
s.link2 = "http://www.hart.sanford.duke.edu/index.php/hart-fellows/details/yisel_valdes";
s.link3 = "http://www.hart.sanford.duke.edu/index.php/hart-fellows/details/yisel_valdes";
ss.add_slide(s);

s = new slide();
s.src =  "/images/hp/geneva_blog3.jpg";
//s.text = "Fleishman Named Founder&rsquo;s Day Speaker, Honoree ";
s.link = "/graduate/mpp/geneva/";
s.link2 = "/graduate/mpp/geneva/";
s.link3 = "/graduate/mpp/geneva/";
ss.add_slide(s);

s = new slide();
s.src =  "/images/hp/imigration_policy.jpg";
//s.text = "Fleishman Named Founder&rsquo;s Day Speaker, Honoree ";
s.link = "/news/features/imigration_policy_nr100809.php";
s.link2 = "/news/features/imigration_policy_nr100809.php";
s.link3 = "/news/features/imigration_policy_nr100809.php";
ss.add_slide(s);

s = new slide();
s.src =  "/images/hp/contiraleigh2.jpg";
//s.text = "Fleishman Named Founder&rsquo;s Day Speaker, Honoree ";
s.link = "/news/mm/mm_living_public_service.php";
s.link2 = "/news/mm/mm_living_public_service.php";
s.link3 = "/news/mm/mm_living_public_service.php";
ss.add_slide(s);

s = new slide();
s.src =  "/images/hp/taylor1.jpg";
//s.text = "Taylor Comments on Health Care Reform: Latest in a Series ";
s.link = "/news/features/taylor_com_index.php";
s.link2 = "/news/features/taylor_com_index.php";
s.link3 = "/news/features/taylor_com_index.php";
ss.add_slide(s);

//s = new slide();
//s.src =  "/images/hp/ladd2.jpg";
////s.text = "Case Studies Reveal Problems with Gene Patenting ";
//s.link = "/news/features/ladd_nr092109.php";
//s.link2 = "/news/features/ladd_nr092109.php";
//s.link3 = "/news/features/ladd_nr092109.php";
//ss.add_slide(s);

