// JavaScript Document
	var slideimages = new Array();
								
								
"http://www.ivfaithassembly.org/images/439_06seeuatthepoll.jpg",
"http://www.ivfaithassembly.org/images/439_menpraying.jpg",
"http://www.ivfaithassembly.org/images/439_07harvest1.jpg",
"http://www.ivfaithassembly.org/images/439_vbs2.jpg",
"http://www.ivfaithassembly.org/images/439_goodolboys.jpg",
"http://www.ivfaithassembly.org/images/439_06christmas2.jpg",
"http://www.ivfaithassembly.org/images/439_06christmas3.jpg",
"http://www.ivfaithassembly.org/images/439_06christmas.jpg",
"http://www.ivfaithassembly.org/images/439_06harvest1.jpg",
"http://www.ivfaithassembly.org/images/439_06harvest2.jpg",
"http://www.ivfaithassembly.org/images/439_06harvest3.jpg",
"http://www.ivfaithassembly.org/images/439_06nightwking.jpg",
"http://www.ivfaithassembly.org/images/439_06seeuatthepoll.jpg",
"http://www.ivfaithassembly.org/images/439_bruces.jpg",
"http://www.ivfaithassembly.org/images/439_crazyboys.jpg",
"http://www.ivfaithassembly.org/images/439_crazykids.jpg",
"http://www.ivfaithassembly.org/images/439_cuties.jpg",
"http://www.ivfaithassembly.org/images/439_danjuanita.jpg",
"http://www.ivfaithassembly.org/images/439_faithkidz1.jpg",
"http://www.ivfaithassembly.org/images/439_faithkidz2.jpg",
"http://www.ivfaithassembly.org/images/439_faithkidz3.jpg",
"http://www.ivfaithassembly.org/images/439_funboys.jpg",
"http://www.ivfaithassembly.org/images/439_harvest1.jpg",
"http://www.ivfaithassembly.org/images/439_harvest2.jpg",
"http://www.ivfaithassembly.org/images/439_harvest3.jpg",
"http://www.ivfaithassembly.org/images/439_ingleteach.jpg",
"http://www.ivfaithassembly.org/images/439_kidcrowd.jpg",
"http://www.ivfaithassembly.org/images/439_ladies.jpg",
"http://www.ivfaithassembly.org/images/439_lilbrothers.jpg",
"http://www.ivfaithassembly.org/images/439_men.jpg",
"http://www.ivfaithassembly.org/images/439_missiongather.jpg",
"http://www.ivfaithassembly.org/images/439_missionssquat.jpg",
"http://www.ivfaithassembly.org/images/439_missionswork.jpg",
"http://www.ivfaithassembly.org/images/439_missionwalk.jpg",
"http://www.ivfaithassembly.org/images/439_nursery.jpg",
"http://www.ivfaithassembly.org/images/439_preschool1.jpg",
"http://www.ivfaithassembly.org/images/439_preschoolcar.jpg",
"http://www.ivfaithassembly.org/images/439_preschoolgirl.jpg",
"http://www.ivfaithassembly.org/images/439_preschoolteach.jpg",
"http://www.ivfaithassembly.org/images/439_rancho_kids.jpg",
"http://www.ivfaithassembly.org/images/439_schoolgirls.jpg",
"http://www.ivfaithassembly.org/images/439_schoolkids.jpg",
"http://www.ivfaithassembly.org/images/439_slabs1.jpg",
"http://www.ivfaithassembly.org/images/439_slabs2.jpg",
"http://www.ivfaithassembly.org/images/439_staff.jpg",
"http://www.ivfaithassembly.org/images/439_toddfamily.jpg",
"http://www.ivfaithassembly.org/images/439_vbs1.jpg",
"http://www.ivfaithassembly.org/images/439_vbs3.jpg",
"http://www.ivfaithassembly.org/images/439_worship2.jpg",
"http://www.ivfaithassembly.org/images/439_younadultladies.jpg",
"http://www.ivfaithassembly.org/images/439_youngadultsit.jpg",
"http://www.ivfaithassembly.org/images/439_youth1.jpg",
"http://www.ivfaithassembly.org/images/439_youth3.jpg",
"http://www.ivfaithassembly.org/images/439_08wmretreat01.jpg",


);

var slidelinks=new Array();
slidelinks[0] = "#";

for(var i=0; i < slideimages.length; i++) {
slidelinks[i] = "#";
}

function randOrd() {
return (Math.round(Math.random())-0.5);
}

slideimages.sort(randOrd);

