// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header




//EMILY




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_1 = 10000

// Specify the image files
var Pic_1 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_1[0] = '../body_thumbs/head_shots/emily1.jpg'
Pic_1[1] = '../body_thumbs/head_shots/emily2.jpg'
Pic_1[2] = '../body_thumbs/head_shots/emily3.jpg'
Pic_1[3] = '../body_thumbs/head_shots/emily4.jpg'
Pic_1[4] = '../body_thumbs/head_shots/emily5.jpg'
Pic_1[5] = '../body_thumbs/head_shots/emily6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_1
var j_1 = 0
var p_1 = Pic_1.length

var preLoad_1 = new Array()
for (i = 0; i < p_1; i++){
   preLoad_1[i] = new Image()
   preLoad_1[i].src = Pic_1[i]
}

function runSlideShow_1(){
   document.images.SlideShow_1.src = preLoad_1[j_1].src
   j_1 = j_1 + 1
   if (j_1 > (p_1-1)) j_1=0
   t_1 = setTimeout('runSlideShow_1()', speed_1)
}



//CHAD




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_2 = 14000

// Specify the image files
var Pic_2 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_2[0] = '../body_thumbs/head_shots/chad1.jpg'
Pic_2[1] = '../body_thumbs/head_shots/chad2.jpg'
Pic_2[2] = '../body_thumbs/head_shots/chad3.jpg'
Pic_2[3] = '../body_thumbs/head_shots/chad4.jpg'
Pic_2[4] = '../body_thumbs/head_shots/chad5.jpg'
Pic_2[5] = '../body_thumbs/head_shots/chad6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_2
var j_2 = 0
var p_2 = Pic_2.length

var preLoad_2 = new Array()
for (i = 0; i < p_2; i++){
   preLoad_2[i] = new Image()
   preLoad_2[i].src = Pic_2[i]
}

function runSlideShow_2(){
   document.images.SlideShow_2.src = preLoad_2[j_2].src
   j_2 = j_2 + 1
   if (j_2 > (p_2-1)) j_2=0
   t_2 = setTimeout('runSlideShow_2()', speed_2)
}

//SOPHIE




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_3 = 18000

// Specify the image files
var Pic_3 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_3[0] = '../body_thumbs/head_shots/sophie1.jpg'
Pic_3[1] = '../body_thumbs/head_shots/sophie2.jpg'
Pic_3[2] = '../body_thumbs/head_shots/sophie3.jpg'
Pic_3[3] = '../body_thumbs/head_shots/sophie4.jpg'
Pic_3[4] = '../body_thumbs/head_shots/sophie5.jpg'
Pic_3[5] = '../body_thumbs/head_shots/sophie6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_3
var j_3 = 0
var p_3 = Pic_3.length

var preLoad_3 = new Array()
for (i = 0; i < p_3; i++){
   preLoad_3[i] = new Image()
   preLoad_3[i].src = Pic_3[i]
}

function runSlideShow_3(){
   document.images.SlideShow_3.src = preLoad_3[j_3].src
   j_3 = j_3 + 1
   if (j_3 > (p_3-1)) j_3=0
   t_3 = setTimeout('runSlideShow_3()', speed_3)
}

//LILY




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_4 = 20000

// Specify the image files
var Pic_4 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_4[0] = '../body_thumbs/head_shots/lily1.jpg'
Pic_4[1] = '../body_thumbs/head_shots/lily2.jpg'
Pic_4[2] = '../body_thumbs/head_shots/lily3.jpg'
Pic_4[3] = '../body_thumbs/head_shots/lily4.jpg'
Pic_4[4] = '../body_thumbs/head_shots/lily5.jpg'
Pic_4[5] = '../body_thumbs/head_shots/lily6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_4
var j_4 = 0
var p_4 = Pic_4.length

var preLoad_4 = new Array()
for (i = 0; i < p_4; i++){
   preLoad_4[i] = new Image()
   preLoad_4[i].src = Pic_4[i]
}

function runSlideShow_4(){
   document.images.SlideShow_4.src = preLoad_4[j_4].src
   j_4 = j_4 + 1
   if (j_4 > (p_4-1)) j_4=0
   t_4 = setTimeout('runSlideShow_4()', speed_4)
}

//LIAM




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_5 = 16000

// Specify the image files
var Pic_5 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_5[0] = '../body_thumbs/head_shots/liam1.jpg'
Pic_5[1] = '../body_thumbs/head_shots/liam2.jpg'
Pic_5[2] = '../body_thumbs/head_shots/liam3.jpg'
Pic_5[3] = '../body_thumbs/head_shots/liam4.jpg'
Pic_5[4] = '../body_thumbs/head_shots/liam5.jpg'
Pic_5[5] = '../body_thumbs/head_shots/liam6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_5
var j_5 = 0
var p_5 = Pic_5.length

var preLoad_5 = new Array()
for (i = 0; i < p_5; i++){
   preLoad_5[i] = new Image()
   preLoad_5[i].src = Pic_5[i]
}

function runSlideShow_5(){
   document.images.SlideShow_5.src = preLoad_5[j_5].src
   j_5 = j_5 + 1
   if (j_5 > (p_5-1)) j_5=0
   t_5 = setTimeout('runSlideShow_5()', speed_5)
}

//THATCHER




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_6 = 12000

// Specify the image files
var Pic_6 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_6[0] = '../body_thumbs/head_shots/thatcher1.jpg'
Pic_6[1] = '../body_thumbs/head_shots/thatcher2.jpg'
Pic_6[2] = '../body_thumbs/head_shots/thatcher3.jpg'
Pic_6[3] = '../body_thumbs/head_shots/thatcher4.jpg'
Pic_6[4] = '../body_thumbs/head_shots/thatcher5.jpg'
Pic_6[5] = '../body_thumbs/head_shots/thatcher6.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_6
var j_6 = 0
var p_6 = Pic_6.length

var preLoad_6 = new Array()
for (i = 0; i < p_6; i++){
   preLoad_6[i] = new Image()
   preLoad_6[i].src = Pic_6[i]
}

function runSlideShow_6(){
   document.images.SlideShow_6.src = preLoad_6[j_6].src
   j_6 = j_6 + 1
   if (j_6 > (p_6-1)) j_6=0
   t_6 = setTimeout('runSlideShow_6()', speed_6)
}


//OLIVER




// =======================================
// set the following variables
// =======================================

// Set speed (milliseconds)
var speed_7 = 8000

// Specify the image files
var Pic_7 = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic_7[0] = '../body_thumbs/head_shots/Oliver01.jpg'
Pic_7[1] = '../body_thumbs/head_shots/Oliver02.jpg'
Pic_7[2] = '../body_thumbs/head_shots/Oliver03.jpg'
Pic_7[3] = '../body_thumbs/head_shots/Oliver04.jpg'
Pic_7[4] = '../body_thumbs/head_shots/Oliver05.jpg'
Pic_7[5] = '../body_thumbs/head_shots/Oliver06.jpg'
Pic_7[6] = '../body_thumbs/head_shots/Oliver07.jpg'
Pic_7[7] = '../body_thumbs/head_shots/Oliver08.jpg'
Pic_7[8] = '../body_thumbs/head_shots/Oliver09.jpg'
Pic_7[9] = '../body_thumbs/head_shots/Oliver10.jpg'
Pic_7[10] = '../body_thumbs/head_shots/Oliver11.jpg'
Pic_7[11] = '../body_thumbs/head_shots/Oliver12.jpg'

// =======================================
// do not edit anything below this line
// =======================================

var t_7
var j_7 = 0
var p_7 = Pic_7.length

var preLoad_7 = new Array()
for (i = 0; i < p_7; i++){
   preLoad_7[i] = new Image()
   preLoad_7[i].src = Pic_7[i]
}

function runSlideShow_7(){
   document.images.SlideShow_7.src = preLoad_7[j_7].src
   j_7 = j_7 + 1
   if (j_7 > (p_7-1)) j_7=0
   t_7 = setTimeout('runSlideShow_7()', speed_7)
}




//SOUND
/*JUST ADD THIS ANYWHERE WITHIN THE BODY OF HORROCKSFAMILYTITLE.COM FOR TITLE AUDIO CLIPS


<script LANGUAGE="JavaScript">
<!--//
audio=["emily.wav","chad.wav","sophie.wav","lily.wav","liam.wav","thatcher.wav"]

function playSound(x){
(document.all) ? snd.src=document.embeds[x].src : document.embeds[x].play()
}
function stopSound(x){
(document.all) ? snd.src="" : document.embeds[x].stop()
}

var audioStr='<bgsound id="snd" />\n'
for (var i in audio)
audioStr+='<embed name="audio'+ i +'" src="'+ audio[i] +'" autostart="false" hidden="true" />\n'
document.write(audioStr)
//-->
</script>
*/
