﻿
//<![CDATA[
<!--

// Create the slideshow object
ss = new slideshow("ss");

// Set the delay between slides, 1000 = 1 sec
 ss.timeout = 20000;

// By default, all of the slideshow images are prefetched.
// If you have a large number of slides you can limit the
// number of images that are prefetched.
// ss.prefetch = 1;

// By default the slideshow will repeat when you get to the end.
// ss.repeat = false;
//Guests codding here

var mesg1 ='www.danielbardsley-progolf.co.uk';
var mesg2 ='www.key-doors.com';
var mesg3 ='www.chernobyl2000.co.uk';
//finish

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "../images/dbpreview.gif";
s.link = "http://www.danielbardsley-progolf.co.uk";
s.title = "www.danielbardsley-progolf.co.uk";
s.text = mesg1; 
ss.add_slide(s);

s = new slide();
s.src =  "../images/keydoorspreview.gif";
s.link = "http://www.key-doors.net";
s.title = "www.key-doors.com";
s.text = mesg2; 
ss.add_slide(s);

s = new slide();
s.src =  "../images/c2000preview.gif";
s.link = "http://www.chernobyl2000.co.uk/";
s.title = "www.chernobyl2000.co.uk";
s.text = mesg3; 
ss.add_slide(s);
// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "ss_popup";
  s.attr = "width=800,height=900,resizable=yes,scrollbars=yes";

}

//-->
//]]>
