// JavaScript Document
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © 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.
* Updated for better Safari and Opera 9+ Compliance and
* Modified to use image map instead of optional links
* by jscheuer1 in http://www.dynamicdrive.com/forums
***********************************************/
 
var fadeimages2=new Array()
//SET IMAGE PATH and useMAP. Extend or contract array as needed
fadeimages2[0]=["images/teasers/slide1.jpg", "", ""] //image with imagemap syntax and IE map title
fadeimages2[1]=["images/teasers/slide2.jpg", "", ""] //image with imagemap syntax
fadeimages2[2]=["images/teasers/slide3.jpg", "", ""] //iimage with imagemap syntax
fadeimages2[3]=["images/teasers/slide3.jpg", "", ""] //iimage with imagemap syntax
 

