//calculate a random index
index = Math.floor(Math.random() * 10);

//display the quotation
document.getElementById('randomheaderphotos').innerHTML="<a href=\"#\"><img src=\"/Sites/12/templates/images/cba/tier2-randomheaderphotos-buildings/" + index + ".jpg\" alt=\"Photograph\" width=\"267\" height=\"189\" /></a>"

