// JavaScript Document
<!-- Begin 
var now = new Date() 
var sec = now.getSeconds() 
var how_many_pics = 9; 
var pics = sec % how_many_pics; 
pics +=1; 
if (pics==1) { 
url="./images/titles/top_8.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_8.jpg"; 
width="800"; 
height="100";}
if (pics==2) { 
url="./images/titles/top_1.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_1.jpg"; 
width="800"; 
height="100";}
if (pics==3) { 
url="./images/titles/top_2.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_2.jpg"; 
width="800"; 
height="100";}
if (pics==4) { 
url="./images/titles/top_4.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_4.jpg"; 
width="800"; 
height="100";}
if (pics==5) { 
url="./images/titles/top_5.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_5.jpg"; 
width="800"; 
height="100";}
if (pics==6) { 
url="./images/titles/top_6.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_6.jpg"; 
width="800"; 
height="100";}
if (pics==7) { 
url="./images/titles/top_7.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_7.jpg"; 
width="800"; 
height="100";}
if (pics==8) { 
url="./images/titles/top_8.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_8.jpg"; 
width="800"; 
height="100";}
if (pics==9) { 
url="./images/titles/top_9.jpg"; 
alt="Integrative Oceanography Divsion";
picture="./images/titles/top_9.jpg"; 
width="800"; 
height="100";}     
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 -->// JavaScript Document