

// (C) 2003 CodeLifter.com
// Free for all users, but leave in this  header

// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'http://godsdirectcontact.com//images/index_files/bk1%20copy.jpg'
Pic[1] = 'http://godsdirectcontact.com//images/index_files/bk2%20copy.jpg'
Pic[2] = 'http://godsdirectcontact.com//images/index_files/bk3%20copy.jpg'
Pic[3] = 'http://godsdirectcontact.com//images/index_files/bk4%20copy.jpg'
Pic[4] = 'http://godsdirectcontact.com//images/index_files/bk5%20copy.jpg'
Pic[5] = 'http://godsdirectcontact.com//images/index_files/bk%20copy.jpg'
Pic[6] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy1.jpg'
Pic[7] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy2.jpg'
Pic[8] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy3.jpg'
Pic[9] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy4.jpg'
Pic[10] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy5.jpg'
Pic[11] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy6.jpg'
Pic[12] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy7.jpg'
Pic[13] = 'http://godsdirectcontact.com//images/index_files/bkyellowtemplate2x1 copy7.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t
var p = Pic.length



var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}
