Code:
setTimeout(function(){
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [768, 768], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
....... (decreased in size for posting reasons) ....
["http://kandf.ca/images/00earthwest768-93.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-94.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-95.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-96.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-97.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-98.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-99.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-100.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-101.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-102.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-103.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-104.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-105.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-106.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-107.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-109.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-110.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-111.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-112.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-113.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-114.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-115.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-116.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-117.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-118.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-118.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-119.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-119.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-120.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-120.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/tblhis.htm"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/004.htm", "", "e-mail or call us today!"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/004.htm", "", "e-mail or call us today!"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/004.htm", "", "e-mail or call us today!"],
["http://kandf.ca/images/00earthwest768-121.jpg", "http://kandf.ca/004.htm", "", "e-mail or call us today!"] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:250, cycles:0, wraparound:false},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
});
}, 30000); // delay for 30 seconds
This will
Bookmarks