var fadeimages=new Array()
fadeimages[0]=["/pix/header1.jpg", "", ""] //plain image syntax
fadeimages[1]=["/pix/header2.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, 890, 421, 0, 5000, 1)
