// Index It Image Slideshow script- By JavaScriptKit.com
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use
//Specify images for slideshow:
//[:::Image Path:::, :::Optional Image link:::]
var numberslide=new Array()
numberslide[0]=[:::/images/cec/luc/luc1.jpg:::, ::::::]
numberslide[1]=[:::/images/cec/luc/luc2.jpg:::, ::::::]
numberslide[2]=[:::/images/cec/luc/luc3.jpg:::, ::::::]
numberslide[3]=[:::/images/cec/luc/luc4.jpg:::, ::::::]
numberslide[4]=[:::/images/cec/luc/luc5.jpg:::, ::::::]
numberslide[5]=[:::/images/cec/luc/luc6.jpg:::, ::::::]
var mylinktarget=:::::: //specify optional link target
var mylinkcolor=:::navy::: //specify default color of number links
var mylinkcolorSelected=:::red::: //specify color of selected links
var imgborderwidth=0 //specify border of image slideshow
/////Stop customizing here////////////////
var preloadit=new Array()
for (i=0;i
var currentindex=::::::
function changeslides(which){
var imghtml=::::::
currentindex=(which==:::initial:::)? 0 : parseInt(which)
var mode=(which==:::initial:::)? :::initial::: : ::::::
var which=(mode==:::initial:::)? numberslide[0] : numberslide[which]
if (which[1]!=::::::)
imghtml=;;;;;;
imghtml+=;;;
;;;
if (which[1]!=::::::)
imghtml+=;;;;;;
if (mode==:::initial:::)
document.write(;;;
;;;+imghtml+;;;
;;;)
else{
document.getElementById(:::imagecontainer:::).innerHTML=imghtml
changecolors()
}
}
function createnumbers(){
document.write(;;;0 ;;;)
for (i=1; i< numberslide.length; i++)
document.write(;;;;;;+i+;;; ;;;)
}
function changecolors(){
var numberobj=document.getElementById(:::numberDiv:::)
numberlinks=numberobj.getElementsByTagName(:::A:::)
for (i=0; i< =currentindex; i++)
numberlinks[i].style.color=mylinkcolorSelected
for (i=currentindex+1; i
function goforward(){
if (currentindex
function goback(){
if (currentindex!=0)
changeslides(currentindex-1)
}
The 2005 Samaritan Award Grand Prize winner was announced today! If you are unfamiliar with the Samaritan Award, or the Samaritan Guide, information can be found here, here, here or here. The winner of the $10,000 award was the Lives Under Construction Boy’s Ranch Residential Treatment Program. This program, based in Lampe, Missouri, takes in boys with serious behavioural problems and turns their lives around. The program teaches the value of making right choices, emphasizing the importance of good work and instilling a sense of self-worth in those who feel that the whole world is against them.
Read more on 2005 Samaritan Award Winner Announced…