
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=['dynamic/home_fader/portfolio.jpg','',''] //plain image syntax
fadeimages[1]=['dynamic/home_fader/DSC_0014.jpg','',''] //plain image syntax
fadeimages[2]=['dynamic/home_fader/spare2.jpg','',''] //plain image syntax
fadeimages[3]=['dynamic/home_fader/DSC_0104.jpg','',''] //plain image syntax
fadeimages[4]=['dynamic/home_fader/aylmer-drive-081.jpg','',''] //plain image syntax
fadeimages[5]=['dynamic/home_fader/Aylmer Drive-068.jpg','',''] //plain image syntax
fadeimages[6]=['dynamic/home_fader/045.jpg','',''] //plain image syntax
fadeimages[7]=['dynamic/home_fader/001.jpg','',''] //plain image syntax
fadeimages[8]=['dynamic/home_fader/009.jpg','',''] //plain image syntax
fadeimages[9]=['dynamic/home_fader/DSC_0161.jpg','',''] //plain image syntax
fadeimages[10]=['dynamic/home_fader/DSC_0139.jpg','',''] //plain image syntax
fadeimages[11]=['dynamic/home_fader/bb006lchar.jpg','',''] //plain image syntax
fadeimages[12]=['dynamic/home_fader/003.jpg','',''] //plain image syntax
fadeimages[13]=['dynamic/home_fader/bb009charl.jpg','',''] //plain image syntax
fadeimages[14]=['dynamic/home_fader/bb002gr.jpg','',''] //plain image syntax
/*
fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
 
var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages2[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages2[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages2[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
*/ 
var fadebgcolor="white"

////NO need to edit beyond here/////////////
 
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
 
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all

//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 590, 198, 0, 3000, 0, "R")