//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["images/slide/slide1.jpg", "?p=gallery&l=id", "_self"] //plain image syntax
fadeimages[1]=["images/slide/slide2.jpg", "?p=gallery&l=id", "_self"] //image with link syntax
fadeimages[2]=["images/slide/slide3.jpg", "?p=gallery&l=id", "_self"] //image with link and target syntax
fadeimages[3]=["http://openx.fiesto.com/www/delivery/avw.php?zoneid=19&amp;n=5fe62fb", "http://openx.fiesto.com/www/delivery/ck.php?n=5fe62fb", "_blank"]
fadeimages[4]=["images/slide/slide4.jpg", "?p=gallery&l=id", "_self"]
fadeimages[5]=["images/slide/slide5.jpg", "?p=gallery&l=id", "_self"]
fadeimages[6]=["images/slide/slide6.jpg", "?p=gallery&l=id", "_self"]
fadeimages[7]=["http://openx.fiesto.com/www/delivery/avw.php?zoneid=20&amp;n=c5c3f69", "http://openx.fiesto.com/www/delivery/ck.php?n=c5c3f69", "_blank"]
new fadeshow(fadeimages, 321, 191, 0, 3000, 1)
//new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)