Img=new Array()

Img[0]=new Image()
Img[0].src="/bio/lisainstudio333x250.jpg"
Img[1]=new Image()
Img[1].src="/bio/studioB333x250.jpg"
Img[2]=new Image()
Img[2].src="/bio/studioC333x250.jpg"
Img[3]=new Image()
Img[3].src="/bio/studioE333x250.jpg"
Img[4]=new Image()
Img[4].src="/bio/studioD333x250.jpg"

tog=0

function ChangeMe(){
tog+=(tog<4)?1:-4
document.ClickerImg.src=Img[tog].src
}
	
object=new Array()

object[0]=new Image()
object[0].src="/bio/thumbnail200x300.jpg"
object[1]=new Image()
object[1].src="/bio/thumbnailA200x300.jpg"
object[2]=new Image()
object[2].src="/bio/thumbnailsB200x300.jpg"
object[3]=new Image()
object[3].src="/bio/thumbnailsC200x300.jpg"
object[4]=new Image()
object[4].src="/bio/thumbnailsD200x300.jpg"

tog=0

function ChangeMe2(){
tog+=(tog<4)?1:-4
document.ClickerImg2.src=object[tog].src
}

