<!-- Original:  CodeLifter.com (support@codelifter.com) -->
<!-- Web Site:  http://www.codelifter.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin



// AA -----------------------------------------------

// Set Speed (milliseconds)
var AASpeed = 5000;
// Duration of crossfade (seconds)
var AAcrossFadeDuration = 4;
// Specify the image files
var AAPic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

AAPic[0] = 'images/t-2j.jpg'
AAPic[1] = 'images/v-2a.gif'
AAPic[2] = 'images/t-3f.jpg'

// do not edit anything below this line
var AAt;
var AAj = 0;
var AAp = AAPic.length;
var AApreLoad = new Array();
for (AAi = 0; AAi < AAp; AAi++) {
AApreLoad[AAi] = new Image();
AApreLoad[AAi].src = AAPic[AAi];
}
function runAA() {
if (document.all) {
document.images.AA.style.filter="blendTrans(duration=2)";
document.images.AA.style.filter="blendTrans(duration=AAcrossFadeDuration)";
document.images.AA.filters.blendTrans.Apply();
}
document.images.AA.src = AApreLoad[AAj].src;
if (document.all) {
document.images.AA.filters.blendTrans.Play();
}
AAj = AAj + 1;
if (AAj > (AAp - 1)) AAj = 0 ;
AAt = setTimeout('runAA()', AASpeed);
}



// BB --------------------------------------------------

// Set Speed (milliseconds)
var BBSpeed = 4000;
// Duration of crossfade (seconds)
var BBcrossFadeDuration = 4;
// Specify the image files
var BBPic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

BBPic[0] = 'images/v-3c.gif'
BBPic[1] = 'images/t-3h.jpg'
BBPic[2] = 'images/t-1i.jpg'

// do not edit anything below this line
var BBt;
var BBj = 0;
var BBp = BBPic.length;
var BBpreLoad = new Array();
for (BBi = 0; BBi < BBp; BBi++) {
BBpreLoad[BBi] = new Image();
BBpreLoad[BBi].src = BBPic[BBi];
}
function runBB() {
if (document.all) {
document.images.BB.style.filter="blendTrans(duration=2)";
document.images.BB.style.filter="blendTrans(duration=BBcrossFadeDuration)";
document.images.BB.filters.blendTrans.Apply();
}
document.images.BB.src = BBpreLoad[BBj].src;
if (document.all) {
document.images.BB.filters.blendTrans.Play();
}
BBj = BBj + 1;
if (BBj > (BBp - 1)) BBj = 0 ;
BBt = setTimeout('runBB()', BBSpeed);
}



// CC -------------------------------------------------

// Set Speed (milliseconds)
var CCSpeed = 4500;
// Duration of crossfade (seconds)
var CCcrossFadeDuration = 4;
// Specify the image files
var CCPic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

CCPic[0] = 'images/t-1e.jpg'
CCPic[1] = 'images/t-2d.jpg'
CCPic[2] = 'images/t-3a.jpg'

// do not edit anything below this line
var CCt;
var CCj = 0;
var CCp = CCPic.length;
var CCpreLoad = new Array();
for (CCi = 0; CCi < CCp; CCi++) {
CCpreLoad[CCi] = new Image();
CCpreLoad[CCi].src = CCPic[CCi];
}
function runCC() {
if (document.all) {
document.images.CC.style.filter="blendTrans(duration=2)";
document.images.CC.style.filter="blendTrans(duration=CCcrossFadeDuration)";
document.images.CC.filters.blendTrans.Apply();
}
document.images.CC.src = CCpreLoad[CCj].src;
if (document.all) {
document.images.CC.filters.blendTrans.Play();
}
CCj = CCj + 1;
if (CCj > (CCp - 1)) CCj = 0 ;
CCt = setTimeout('runCC()', CCSpeed);
}



// DD --------------------------------------------------

// Set Speed (milliseconds)
var DDSpeed = 4250;
// Duration of crossfade (seconds)
var DDcrossFadeDuration = 4;
// Specify the image files
var DDPic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

DDPic[0] = 'images/t-3d.jpg'
DDPic[1] = 'images/t-2e.jpg'
DDPic[2] = 'images/v-2c.gif'

// do not edit anything below this line
var DDt;
var DDj = 0;
var DDp = DDPic.length;
var DDpreLoad = new Array();
for (DDi = 0; DDi < DDp; DDi++) {
DDpreLoad[DDi] = new Image();
DDpreLoad[DDi].src = DDPic[DDi];
}
function runDD() {
if (document.all) {
document.images.DD.style.filter="blendTrans(duration=2)";
document.images.DD.style.filter="blendTrans(duration=DDcrossFadeDuration)";
document.images.DD.filters.blendTrans.Apply();
}
document.images.DD.src = DDpreLoad[DDj].src;
if (document.all) {
document.images.DD.filters.blendTrans.Play();
}
DDj = DDj + 1;
if (DDj > (DDp - 1)) DDj = 0 ;
DDt = setTimeout('runDD()', DDSpeed);
}



// EE -------------------------------------------------------

// Set Speed (milliseconds)
var EESpeed = 4750;
// Duration of crossfade (seconds)
var EEcrossFadeDuration = 4;
// Specify the image files
var EEPic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

EEPic[0] = 'images/v-1b.gif'
EEPic[1] = 'images/t-2g.jpg'
EEPic[2] = 'images/t-2f.jpg'

// do not edit anything below this line
var EEt;
var EEj = 0;
var EEp = EEPic.length;
var EEpreLoad = new Array();
for (EEi = 0; EEi < EEp; EEi++) {
EEpreLoad[EEi] = new Image();
EEpreLoad[EEi].src = EEPic[EEi];
}
function runEE() {
if (document.all) {
document.images.EE.style.filter="blendTrans(duration=2)";
document.images.EE.style.filter="blendTrans(duration=EEcrossFadeDuration)";
document.images.EE.filters.blendTrans.Apply();
}
document.images.EE.src = EEpreLoad[EEj].src;
if (document.all) {
document.images.EE.filters.blendTrans.Play();
}
EEj = EEj + 1;
if (EEj > (EEp - 1)) EEj = 0 ;
EEt = setTimeout('runEE()', EESpeed);
}




//  End -->