var fadeimages=new Array()
fadeimages[0]=["/pix/homepage_feature/2012/0.jpg", "", ""] //plain image syntax
fadeimages[1]=["/pix/homepage_feature/2012/1.jpg", "", ""] //plain image syntax
fadeimages[2]=["/pix/homepage_feature/2012/2.jpg", "", ""] //plain image syntax

var fadebgcolor="white"
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 920, 447, 0, 6000, 1)
