// Adapted from a script by
// CodeLifter.com
// 

// ==============================
// Set the following variables...
// ==============================

// Set the duration of crossfade (in seconds)

var CrossFadeDuration = 2;

var Picture = new Array(); 
var wide = new Array();
var Caption = new Array();
var showHot = false;