/*var how_many_photos = 5;
var now = new Date()
var sec = now.getSeconds()
var photo = sec % how_many_photos;
photo +=1;
if (photo==1) {
alt="masthead1";
banner="/images/smmasthead1.jpg";
width="544";
height="90";
}
if (photo==2) {
alt="masthead2";
banner="/images/smmasthead2.jpg";
width="544";
height="90";
}
if (photo==3) {
alt="Masthead3";
banner="/images/smmasthead3.jpg";
width="544";
height="90";
}
if (photo==4) {
alt="Masthead4";
banner="/images/smmasthead4.jpg";
width="544";
height="90";
}
if (photo==5) {
alt="Masthead5";
banner="/images/smmasthead5.jpg";
width="544";
height="90";
}
document.write('<IMG SRC=\"' + banner + '\" WIDTH=')
document.write(width + ' HEIGHT=' + height + ' ');
document.write('ALT=\"' + alt + '\" BORDER=0><BR>');*/
document.write('<img src="/images/hickam_header.jpg" border=0 width=544 height=90 alt="Hickam FCU"><br>');