
if (document.images) {
var captions=true
var desc=''
var width=60, height=60
var pause=4
linkTarget="_self"
var iSlides = new Array();
iSlides[0]=["images/sleeping_kitty_thumb.jpg", "sleeping_kitty.php", "Sleeping Kitty"]
iSlides[1]=["images/water_thumb.jpg", "water.php", "Water"]
iSlides[2]=["images/fire_thumb.jpg", "fire.php", "Fire"]
iSlides[3]=["images/air_thumb.jpg", "air.php", "Air"]
iSlides[4]=["images/earth_thumb.jpg", "earth.php", "Earth"]
iSlides[5]=["images/tangled_thumb.jpg", "tangled.php", "Tangled"]
iSlides[6]=["images/4thebirds_thumb.jpg", "for_the_birds.php", "For the Birds"]
iSlides[7]=["images/these_old_keys_thumb.jpg", "these_old_keys.php", "These Old Keys..."]
iSlides[8]=["images/sky_blue_thumb.jpg", "sky_blue.php", "Sky Blue"]
iSlides[9]=["images/and_so_i_cry_thumb.jpg", "and_so_i_cry.php", "And So, I Cry..."]
iSlides[10]=["images/bdb_thumb.jpg", "bad_day_buddha.php", "Bad Day Buddha"]
iSlides[11]=["images/beast_butterfly_thumb.jpg", "beast_in_the_butterfly.php", "Beast in the Butterfly"]
iSlides[12]=["images/cow_moon_thumb.jpg", "cow_jumped_over_the_moon.php", "...over the moon"]
iSlides[13]=["images/eye_th.jpg", "eye.php", "Eye"]
iSlides[14]=["images/fishie_thumb.jpg", "fishie.php", "Fishie"]
iSlides[15]=["images/gaston_th.jpg", "gaston.php", "Gaston"]
iSlides[16]=["images/goldfish_thumb.jpg", "goldfish.php", "Goldfish"]
iSlides[17]=["images/hair_th.jpg", "hair.php", "Hair"]
iSlides[18]=["images/hatchlings_th.jpg", "hatchlings.php", "Hatchlings"]
iSlides[19]=["images/hidden_in_the_garden_th.jpg", "hidden_in_the_garden.php", "...in the Garden"]
iSlides[20]=["images/iris_th.jpg", "iris.php", "Iris"]
iSlides[21]=["images/jasons_dragon_thumb.jpg", "jasons_dragon.php", "Jasons Dragon"]
iSlides[22]=["images/kiss_the_sun_th.jpg", "kiss_the_sun.php", "Kiss the Sun"]
iSlides[23]=["images/lion_thumb.jpg", "lion.php", "Lion"]
iSlides[24]=["images/mawled_thumb.jpg", "mawled.php", "Mawled"]
iSlides[25]=["images/muahaha_thumb.jpg", "muahaha.php", "Muahaha"]
iSlides[26]=["images/night_crawlie_thumb.jpg", "night_of_the_crawlie.php", "Night of the Crawlie"]
iSlides[27]=["images/surly_th.jpg", "surly.php", "Surly"]
iSlides[28]=["images/pink_sky_scrappy_thumb.jpg", "pink_sky_blue_clouds_n_scrappy.php", "... N Scrappy"]
iSlides[29]=["images/pink_sky_flowers_thumb.jpg", "pink_sky_blue_clouds_funky_flowers.php", "... Funky Flowers"]
iSlides[30]=["images/lips_th.jpg", "lips.php", "Lips"]
iSlides[31]=["images/penguins_th.jpg", "penguins.php", "Penguins"]
iSlides[32]=["images/april72007_th.jpg", "april72007.php", "April 7"]
iSlides[33]=["images/panda_thumb.jpg", "panda.php", "Panda Go Yum!"]
iSlides[34]=["images/fish_th.jpg", "fish.php", "Fish"]
iSlides[35]=["images/april142007_th.jpg", "april142007.php", "April 14"]
iSlides[36]=["images/tigers_eye_ink_thumb.jpg", "tigers_eye_ink.php", "Tigers Eye in Ink"]
iSlides[37]=["images/kpass1_th.jpg", "kpass1.php", "Illustration Sample 1"]
iSlides[38]=["images/kpass2_th.jpg", "kpass2.php", "Illustration Sample 2"]
iSlides[39]=["images/happy_dragon_th.jpg", "happy_dragon.php", "Happy Dragon"]
iSlides[40]=["images/dragon_th.jpg", "dragon.php", "Dragon"]
iSlides[41]=["images/wheniwas501_th.jpg", "when_i_was_5_01.php", "When I was 5 #1"]
iSlides[42]=["images/drop_th.jpg", "drop.php", "Drop"]

//////////////No need to Edit Below/////////////
//begin randomizing code
function random(n) {
 return Math.floor((Math.random() % 1) * n);
}

Array.prototype.shuffle = function() {var i = this.length;
 while(i--) {this.swap(i, random(i + 1));}
};
Array.prototype.swap = function(x, y) {
 var t = this[x]; this[x] = this[y]; this[y] = t;
};

iSlides.shuffle()
//end code addition
var iTarget, iLink, iText, dFlag, doTime, goTime

i=0;
x=('img'+i)
x = new Image();
x.src = iSlides[i][0];
document.write('<table border="0" cellpadding="0" cellspacing="0"><tr><td align="center" >')
document.write('<a onMouseOver="dFlag=\'stop\'" onMouseOut="doslide()" href="'+iSlides[0][1]+'" target="'+linkTarget+'">')
document.write('<img class="border" width="'+width+'" height="'+height+'" name="imgarea" src="'+x.src+'" title="'+iSlides[0][2]+'" alt="'+desc+'" ></a>')
if (document.all||document.getElementById){
if (captions)
document.write('<a onMouseOver="dFlag=\'stop\'" onMouseOut="doslide()" href="'+iSlides[0][1]+'" target="'+linkTarget+'">')
document.write('<span id="cap" width="'+width+'" class="small">'+desc+'<br>'+iSlides[0][2]+'</span></a>')
}
document.write('</td></tr></table>')
for (p = 0; p < document.images.length; p++){
if (document.images[p].name=='imgarea'){
iTarget=document.images[p]
iLink=(document.images[p].parentNode)? document.images[p].parentNode :document.images[p].parentElement
iText=(document.getElementById&&!document.all)? document.getElementById('cap') : document.all.cap
break
}
}

function goagain(){
iSlides.shuffle()
if (i<=0) i=0;
if (i>=iSlides.length) i=0;

x=('img'+i)
x = new Image();
x.src = iSlides[i][0];
var goTime=setTimeout("doslide()",pause*1000);}

function doslide(){
if (dFlag=='stop'){
clearTimeout(goTime)
clearTimeout(doTime)
dFlag=''
return;
}
var goim=true
if (x.complete==false)
goim=false
if (goim!==false){
iTarget.src = x.src;
iTarget.title = iSlides[i][2]
iLink.href = iSlides[i][1]
if (iText){
if (iText!=='undefined')
iText.innerHTML = desc+'<br>'+iSlides[i][2]
}
i+=1;

goagain();}
else
var doTime=setTimeout("doslide()",2000);
}
doslide()
}