<!-- Begin 
var now = new Date() 
var sec = now.getSeconds() 
var how_many_pics = 8; 
var pics = sec % how_many_pics; 
pics +=1; 
if (pics==1) { 
alt="Comprehensive Wealth Management"; 
picture="http://www.henssler.com/home-images/everest4.jpg"; 
width="570"; 
height="312";} 
if (pics==2) { 
alt="Experts You Can Trust"; 
picture="http://www.henssler.com/home-images/everest3.jpg"; 
width="570"; 
height="312";} 
if (pics==3) { 
alt="Financial Planning, Tax & Accounting, Insurance"; 
picture="http://www.henssler.com/home-images/everest1.jpg"; 
width="570"; 
height="312";} 
if (pics==4) {
alt="Celebrating 20 Years in Business";
picture="http://www.henssler.com/home-images/everest2.jpg";
width="570"; 
height="312";} 
if (pics==5) { 
alt="Comprehensive Wealth Management"; 
picture="http://www.henssler.com/home-images/everest5.jpg"; 
width="570"; 
height="312";} 
if (pics==6) { 
alt="Experts You Can Trust"; 
picture="http://www.henssler.com/home-images/everest6.jpg"; 
width="570"; 
height="312";} 
if (pics==7) { 
alt="Financial Planning, Tax & Accounting, Insurance"; 
picture="http://www.henssler.com/home-images/everest7.jpg"; 
width="570"; 
height="312";} 
if (pics==8) {
alt="Celebrating 20 Years in Business";
picture="http://www.henssler.com/home-images/everest8.jpg";
width="570"; 
height="312";} 

document.write('<img src=\"' + picture + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0></a>'); 
// End -->