document.write("<script language=\"JavaScript\" type=\"text/javascript\">")
document.write("img1=new Image(300,200);")
document.write("img1.src=\"images/fletcher_300.jpg\";")
document.write("img2=new Image(300,200);")
document.write("img2.src=\"images/fletcher_family_300.jpg\";")
document.write("img3=new Image(300,200);")
document.write("img3.src=\"images/hoaqd_kids.jpg\";")
document.write("img4=new Image(300,200);")
document.write("img4.src=\"images/knapp_300.jpg\";")
document.write("img5=new Image(300,200);")
document.write("img5.src=\"images/kids_300.jpg\";")
document.write("img6=new Image(300,200);")
document.write("img6.src=\"images/kids2_300.jpg\";")
document.write("img7=new Image(300,200);")
document.write("img7.src=\"images/ncsep.jpg\";")
document.write("img8=new Image(300,200);")
document.write("img8.src=\"images/hoaqdc.jpg\";")
document.write("img9=new Image(300,200);")
document.write("img9.src=\"images/susan_300.jpg\";")
document.write("</script>")



document.write("<img style=\"border:none;\" align=\"center\" src=''id=\"random\" name=\"randomImage\" width=\"225\" height=\"150\" alt=\"randomImage.alt\"' />") 
document.write("<script language=\"JavaScript\" type=\"text/javascript\">  num=Math.floor(Math.random()*9);")
    document.write("if(num==0) {document.randomImage.src=img1.src;document.randomImage.alt=\"\";}")
    document.write("if(num==1) {document.randomImage.src=img2.src;document.randomImage.alt=\"\";}")
    document.write("if(num==2) {document.randomImage.src=img3.src;document.randomImage.alt=\"\";}")
    document.write("if(num==3) {document.randomImage.src=img4.src;document.randomImage.alt=\"\";}")
    document.write("if(num==4) {document.randomImage.src=img5.src;document.randomImage.alt=\"\";}")
    document.write("if(num==5) {document.randomImage.src=img6.src;document.randomImage.alt=\"\";}")
    document.write("if(num==6) {document.randomImage.src=img7.src;document.randomImage.alt=\"\";}")
    document.write("if(num==7) {document.randomImage.src=img8.src;document.randomImage.alt=\"\";}")
    document.write("if(num==8) {document.randomImage.src=img9.src;document.randomImage.alt=\"\";}")
    document.write("var photocap=document.randomImage.alt;")
document.write("</script>")
