
var KidDee=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

KidDee[0]='<img src="kiddee/kiddee1.jpg" border="0"><br><font style="font-size: 8pt;" color="#ffffff" face="arial">photo by Roger Krueger</font>'
KidDee[1]='<img src="kiddee/kiddee2.jpg" border="0"><br><font style="font-size: 8pt;" color="#ffffff" face="arial">photo by www.chbendelphotography.com</font>'
KidDee[2]='<img src="kiddee/kiddee3.jpg" border="0">'
KidDee[3]='<img src="kiddee/kiddee4.jpg" border="0"><br><font style="font-size: 8pt;" color="#ffffff" face="arial">photo by Roger Krueger</font>'
KidDee[4]='<img src="kiddee/kiddee5.jpg" border="0">'





function KidDee(){
window.location.reload()
}
function KidDee2(){
if (document.layers){
appear()
setTimeout("window.onresize=KidDee",450)
}
}

function KidDee1(KidDee){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("KidDee"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+KidDee+'<font></small>'
}
else if (document.layers){
document.KidDee1.document.KidDee2.document.write('<font face="Verdana"><small>'+KidDee+'</small></font>')
document.KidDee1.document.KidDee2.document.close()
}

}

function appear(){
document.KidDee.visibility='show'
}

window.onload=KidDee2
