
//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array()
myimages[0]=["images/photo1.jpg", "", ""]
myimages[1]=["../images/photo2.jpg", "", ""]
myimages[2]=["../images/photo3.jpg", "", ""]
myimages[3]=["../images/photo4.jpg", "", ""]

//Create new drop-in slideshow
//Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
new dropinslideshow(myimages, 640, 400, 3000)
