pt type="text/javascript">
var photos=new Array()
var photoslink=new Array()
var which=0
//define images. You can have as many as you want:
photos[0]="/images/1.jpg"
photos[1]="/images/2.jpg"
photos[2]="/images/3.jpg"
photos[3]="/images/4.jpg"
photos[4]="/images/5.jpg"
photos[5]="/images/6.jpg"
photos[6]="/images/7.jpg"
photos[7]="/images/8.jpg"
photos[8]="/images/9.jpg"
photos[9]="/images/10.jpg"
//Specify whether images should be linked or not (1=linked)
var linkornot=1
//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
photoslink[0]="/images/1.jpg"
photoslink[1]="/images/2.jpg"
photoslink[2]="/images/3.jpg"
photoslink[3]="/images/4.jpg"
photoslink[4]="/images/5.jpg"
photoslink[5]="/images/6.jpg"
photoslink[6]="/images/7.jpg"
photoslink[7]="/images/8.jpg"
photoslink[8]="/images/9.jpg"
photoslink[9]="/images/10.jpg"
//do NOT edit pass this line
var preloadedimages=new Array()
for (i=0;i0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}
function forward(){
if (which