|
<DIV><script type="text/javascript"> // Flexible Image Slideshow- By JavaScriptKit.com ( http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/// This notice must stay intact for use var ultimateshow=new Array() //ultimateshow[x]=["path
to image", "OPTIONAL link for image", "OPTIONAL link target"] ultimateshow[0]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidecylinder1.jpg
',''] ultimateshow[1]=[' http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slideinstall6.jpg ', ''] ultimateshow[2]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint4.jpg ', ''] ultimateshow[3]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint5.jpg
', ''] ultimateshow[4]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepal2.jpg ', '']
//configure the below 3 variables to set the dimension/background color of the slideshow var slidewidth="359px"
//set to width of LARGEST image in your slideshow var slideheight="359px" //set to height of LARGEST iamge in your slideshow var
slidecycles="continous" //number of cycles before slideshow stops (ie: "2" or "continous") var randomorder="yes" //randomize
the order in which images are displayed? "yes" or "no" var preloadimages="yes" //preload images? "yes" or "no" var slidebgcolor='dark
gray' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=2000 ////Do
not edit pass this line//////////////// var ie=document.all var dom=document.getElementById var curcycle=0 if
(preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var
currentslide=0 function randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while
(z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if (targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if
(randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)?
curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<A
href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'" >' ultcontainer+='<img
border="0" src="'+ultimateshowCopy[currentslide][0]+'">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</A>' ultcontainer+='</center>' if
(ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if
(curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if
(ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function
start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if
(ie||dom) window.onload=start_slider </script></DIV>
<DIV><script type="text/javascript"> // Flexible Image Slideshow- By JavaScriptKit.com ( http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/// This notice must stay intact for use var ultimateshow=new Array() //ultimateshow[x]=["path
to image", "OPTIONAL link for image", "OPTIONAL link target"] ultimateshow[0]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidecylinder1.jpg
',''] ultimateshow[1]=[' http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slideinstall6.jpg ', ''] ultimateshow[2]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint4.jpg ', ''] ultimateshow[3]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint5.jpg
', ''] ultimateshow[4]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepal2.jpg ', '']
//configure the below 3 variables to set the dimension/background color of the slideshow var slidewidth="359px"
//set to width of LARGEST image in your slideshow var slideheight="359px" //set to height of LARGEST iamge in your slideshow var
slidecycles="continous" //number of cycles before slideshow stops (ie: "2" or "continous") var randomorder="yes" //randomize
the order in which images are displayed? "yes" or "no" var preloadimages="yes" //preload images? "yes" or "no" var slidebgcolor='dark
gray' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=2000 ////Do
not edit pass this line//////////////// var ie=document.all var dom=document.getElementById var curcycle=0 if
(preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var
currentslide=0 function randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while
(z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if (targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if
(randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)?
curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<A
href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'" >' ultcontainer+='<img
border="0" src="'+ultimateshowCopy[currentslide][0]+'">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</A>' ultcontainer+='</center>' if
(ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if
(curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if
(ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function
start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if
(ie||dom) window.onload=start_slider </script></DIV>
<DIV><script type="text/javascript"> // Flexible Image
Slideshow- By JavaScriptKit.com (http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/// This notice must stay intact for use var ultimateshow=new Array() //ultimateshow[x]=["path
to image", "OPTIONAL link for image", "OPTIONAL link target"] ultimateshow[0]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidecylinder1.jpg
',''] ultimateshow[1]=[' http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slideinstall6.jpg ', ''] ultimateshow[2]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint4.jpg
', ''] ultimateshow[3]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint5.jpg ', ''] ultimateshow[4]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepal2.jpg
', '']
//configure the below 3 variables to set the dimension/background color
of the slideshow var slidewidth="359px" //set to width of LARGEST image in your slideshow var slideheight="359px"
//set to height of LARGEST iamge in your slideshow var slidecycles="continous" //number of cycles before slideshow stops
(ie: "2" or "continous") var randomorder="yes" //randomize the order in which images are displayed? "yes" or "no" var
preloadimages="yes" //preload images? "yes" or "no" var slidebgcolor='dark gray' //configure the below variable
to determine the delay between image rotations (in miliseconds) var slidedelay=2000 ////Do not edit pass this line//////////////// var
ie=document.all var dom=document.getElementById var curcycle=0 if (preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var
cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var currentslide=0 function
randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while (z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if
(targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if
(randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)?
curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<A
href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'" >' ultcontainer+='<img
border="0" src="'+ultimateshowCopy[currentslide][0]+'">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</A>' ultcontainer+='</center>' if
(ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if
(curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if
(ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function
start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if
(ie||dom) window.onload=start_slider </script></DIV>
<DIV><script type="text/javascript"> // Flexible Image Slideshow- By JavaScriptKit.com ( http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/// This notice must stay intact for use var ultimateshow=new Array() //ultimateshow[x]=["path
to image", "OPTIONAL link for image", "OPTIONAL link target"] ultimateshow[0]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidecylinder1.jpg
',''] ultimateshow[1]=[' http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slideinstall6.jpg ', ''] ultimateshow[2]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint4.jpg ', ''] ultimateshow[3]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint5.jpg
', ''] ultimateshow[4]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepal2.jpg ', '']
//configure the below 3 variables to set the dimension/background color of the slideshow var slidewidth="359px"
//set to width of LARGEST image in your slideshow var slideheight="359px" //set to height of LARGEST iamge in your slideshow var
slidecycles="continous" //number of cycles before slideshow stops (ie: "2" or "continous") var randomorder="yes" //randomize
the order in which images are displayed? "yes" or "no" var preloadimages="yes" //preload images? "yes" or "no" var slidebgcolor='dark
gray' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=2000 ////Do
not edit pass this line//////////////// var ie=document.all var dom=document.getElementById var curcycle=0 if
(preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var
currentslide=0 function randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while
(z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if (targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if
(randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)?
curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<A
href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'" >' ultcontainer+='<img
border="0" src="'+ultimateshowCopy[currentslide][0]+'">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</A>' ultcontainer+='</center>' if
(ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if
(curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if
(ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function
start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if
(ie||dom) window.onload=start_slider </script></DIV>
<DIV><script type="text/javascript"> // Flexible Image Slideshow- By JavaScriptKit.com ( http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/// This notice must stay intact for use var ultimateshow=new Array() //ultimateshow[x]=["path
to image", "OPTIONAL link for image", "OPTIONAL link target"] ultimateshow[0]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidecylinder1.jpg
',''] ultimateshow[1]=[' http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slideinstall6.jpg ', ''] ultimateshow[2]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint4.jpg ', ''] ultimateshow[3]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepaint5.jpg
', ''] ultimateshow[4]=['http://kaysattler.tripod.com/sitebuildercontent/sitebuilderpictures/slidepal2.jpg ', '']
//configure the below 3 variables to set the dimension/background color of the slideshow var slidewidth="359px"
//set to width of LARGEST image in your slideshow var slideheight="359px" //set to height of LARGEST iamge in your slideshow var
slidecycles="continous" //number of cycles before slideshow stops (ie: "2" or "continous") var randomorder="yes" //randomize
the order in which images are displayed? "yes" or "no" var preloadimages="yes" //preload images? "yes" or "no" var slidebgcolor='dark
gray' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=2000 ////Do
not edit pass this line//////////////// var ie=document.all var dom=document.getElementById var curcycle=0 if
(preloadimages=="yes"){ for (i=0;i<ultimateshow.length;i++){ var cacheimage=new Image() cacheimage.src=ultimateshow[i][0] } } var
currentslide=0 function randomize(targetarray){ ultimateshowCopy=new Array() var the_one var z=0 while
(z<targetarray.length){ the_one=Math.floor(Math.random()*targetarray.length) if (targetarray[the_one]!="_selected!"){ ultimateshowCopy[z]=targetarray[the_one] targetarray[the_one]="_selected!" z++ } } } if
(randomorder=="yes") randomize(ultimateshow) else ultimateshowCopy=ultimateshow function rotateimages(){ curcycle=(currentslide==0)?
curcycle+1 : curcycle ultcontainer='<center>' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='<A
href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'" >' ultcontainer+='<img
border="0" src="'+ultimateshowCopy[currentslide][0]+'">' if (ultimateshowCopy[currentslide][1]!="") ultcontainer+='</A>' ultcontainer+='</center>' if
(ie||dom) crossrotateobj.innerHTML=ultcontainer if (currentslide==ultimateshow.length-1) currentslide=0 else currentslide++ if
(curcycle==parseInt(slidecycles) && currentslide==0) return setTimeout("rotateimages()",slidedelay) } if
(ie||dom) document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>') function
start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom rotateimages() } if
(ie||dom) window.onload=start_slider </script></DIV>
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Inquiry
|