function showImageText() {
	var ranNum= Math.round(Math.random() * 3); //takes the last ranNUM value
	if (ranNum == 0){document.write('<img src="images/home/01photo.jpg" alt="Raleigh" style="border: 1px solid #00346a;" width="218" height="146"/><div id="image-caption">We enjoy working with a wide variety of non-profit clients.  Sally Edwards, President of Marbles Kids Museum, is pictured here with audit partner Kristen Hoyle, CPA and senior manager Jay Sharpe, CPA. </div>'); } 
	if (ranNum == 1){document.write('<img src="images/home/02photo.jpg" alt="Raleigh" style="border: 1px solid #00346a;" width="218" height="146"/><div id="image-caption">Our list of specialties includes large construction companies, both residential and non-residential.  Our clients benefit from our knowledge of this industry as well as our experience with specific tax and accounting laws and regulations.</div>'); } 
	if (ranNum == 2){document.write('<img src="images/home/03photo.jpg" alt="Raleigh" style="border: 1px solid #00346a;" width="218" height="146"/><div id="image-caption">We enjoy working with clients in a variety of industries and locations throughout the Triangle.  Pictured here is Greg Sanchez, President of Tri-Properties with Tax Partner David Johnson.</div>'); } 
	if (ranNum == 3){document.write('<img src="images/home/04photo.jpg" alt="Raleigh" style="border: 1px solid #00346a;" width="218" height="146"/><div id="image-caption">Our real estate and land development clients appreciate the fact that we work with them from the planning stages of a project all the way to the completion of a sale and beyond.  Our firm prides itself on being true partners in business with our clients.</div>'); } 
 }
