// JavaScript Document

//select home page photo based on random number
randomPhoto = Math.round((Math.random() * 12 + 0.5)); //for 5 images


//-->