<!-- Begin
var now = new Date()
var sec = now.getSeconds()
var how_many_pics = 7;
var pics = sec % how_many_pics;
pics +=1;
if (pics==1) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic1.jpg";
width="467";
height="150";}
if (pics==2) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic2.jpg";
width="467";
height="150";}
if (pics==3) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic3.jpg";
width="467";
height="150";}
if (pics==4) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic4.jpg";
width="467";
height="150";}
if (pics==5) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic5.jpg";
width="467";
height="150";}
if (pics==6) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic6.jpg";
width="467";
height="150";}
if (pics==7) {
url="http://www.latinoconferenceatharvard.com/";
alt="Latino Conference at Harvard";
picture="images/subpagepic7.jpg";
width="467";
height="150";}
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 -->

