<!-- Begin
var c=0
var s 
function photoGallery() 
{
if (c%14==0){ 
document.getElementById('photo-gallery').src = "/images/imgi.maculatus6iwithmolt(s).jpg";
} 

if (c%14==1){ 
document.getElementById('photo-gallery').src = "/images/imgb.jacksonimale(s).jpg"; 
} 

if (c%14==2){ 
document.getElementById('photo-gallery').src = "/contributedimages/a.bicolor_Widowman10(s).jpg";
}

if (c%14==3){ 
document.getElementById('photo-gallery').src = "/images/imgc.vittatus(s).jpg"; 
}
 
if (c%14==4){ 
document.getElementById('photo-gallery').src = "/images/imgb.jacksonifemale(s).jpg"; 
} 

if (c%14==5){ 
document.getElementById('photo-gallery').src = "/contributedimages/o.dentatusfemale_freeman(s).jpg";
}

if (c%14==6){ 
document.getElementById('photo-gallery').src = "/contributedimages/c.gracilis3_freeman(s).jpg"; 
} 

if (c%14==7){ 
document.getElementById('photo-gallery').src = "/images/imgt.stigmurussubadult1.2(s).jpg"; 
} 

if (c%14==8){ 
document.getElementById('photo-gallery').src = "/contributedimages/p.transvaalicus_Roman;RaffaelWilli(s).jpg";
}

if (c%14==9){ 
document.getElementById('photo-gallery').src = "/images/imgc.vittatuswithmolt1.1(s).jpg"; 
} 

if (c%14==10){ 
document.getElementById('photo-gallery').src = "/contributedimages/r.junceus3_freeman(s).jpg";
}

if (c%14==11){ 
document.getElementById('photo-gallery').src = "/images/imgb.jacksoni2i(s).jpg"; 
} 

if (c%14==12){ 
document.getElementById('photo-gallery').src = "/images/imgv.carolinianuswithmolt1.2(s).jpg"; 
} 

if (c%14==13){ 
document.getElementById('photo-gallery').src = "/contributedimages/a.avicularia_Widowman10(s).jpg";
}
c=c+1 
s=setTimeout("photoGallery()",4500) 
} 
// End -->
