//SET IMAGE PATHS. Extend or contract array as needed
var slides=new Array()
slides[0]=["images/slide_1.jpg", "", ""] //image with link and target syntax
slides[1]=["images/slide_2.jpg", "", ""] //image with link and target syntax
slides[2]=["images/slide_3.jpg", "", ""] //image with link and target syntax
slides[3]=["images/slide_4.jpg", "", ""] //image with link and target syntax
slides[4]=["images/slide_5.jpg", "", ""] //image with link and target syntax
slides[5]=["images/slide_6.jpg", "", ""] //image with link and target syntax

//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(slides, 400, 400, 1, 2500, 0, "R")

