<!-- Begin 
var now = new Date() 
var sec = now.getSeconds() 
var how_many_pics = 4; 
var pics = sec % how_many_pics; 
pics +=1; 
if (pics==1) { 
url="http://www.henssler.com/heqfx/overview.asp"; 
alt=""; 
picture="http://www.henssler.com/heqfx/images/heqfx1.jpg"; 
width="610"; 
height="254";} 
if (pics==2) { 
url="http://www.henssler.com/heqfx/overview.asp"; 
alt=""; 
picture="http://www.henssler.com/heqfx/images/heqfx2.jpg"; 
width="610"; 
height="254";} 
if (pics==3) { 
url="http://www.henssler.com/heqfx/overview.asp"; 
alt=""; 
picture="http://www.henssler.com/heqfx/images/heqfx3.jpg"; 
width="610"; 
height="254";} 
if (pics==4) { 
url="http://www.henssler.com/heqfx/overview.asp"; 
alt=""; 
picture="http://www.henssler.com/heqfx/images/heqfx4.jpg"; 
width="610"; 
height="254";} 

document.write('<a href=\"' + url + '\" target=\"_top\">'); 
document.write('<img src=\"' + picture + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0></a>'); 
// End -->