image = new Array(0); //&#23450;&#20041;image&#20026;&#22270;&#29255;&#25968;&#37327;&#30340;&#25968;&#32452; 
image [0] = 'http://godsdirectcontact.us/SMtv/multilingual/spanish/index_files/bk8%20copy.jpg'  
number = Math.floor(Math.random() * image.length); 
document.write("<BODY BACKGROUND="+image[number]+">");  

// (C) 2003 CodeLifter.com
// Free for all users, but leave in this  header

// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed = 100000

// 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 j = 0
var p = Pic.length



j = Math.floor(Math.random() * 13); 
onload=function runBGSlideShow(){
   if (document.body){
   document.body.background = Pic[j];
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runBGSlideShow()', speed)
   }
}


