var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
// if (ad==number) {
//txt="This is a blank example. Be sure to end the entry with a period.";
//url="Enter the link this should go to";
//alt="Enter alt text that loads in case the image doesn't";
//image="Enter the link to the image. Then you're finished!";
//}

if (ad==1) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote1.gif";
}
if (ad==2) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote2.gif";
}
if (ad==3) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote3.gif";
}
if (ad==4) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote4.gif";
}
if (ad==5) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote5.gif";
}
if (ad==6) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote6.gif";
}
if (ad==7) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote7.gif";
}
if (ad==8) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote8.gif";
}
if (ad==9) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote9.gif";
}
if (ad==10) {
alt="Student Quote";
image="http://www.smith.edu/educ/images/mid_rightpanel_quote10.gif";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + image + '\"'); 
// width=');
document.write('border=\"0\"');
//document.write('width=\"20\" height=\"75\" align=\"BOTTOM\" border=\"0\" natu$
document.write('alt=\"' + alt + '\"></a><br>');
//document.write(width + ' height=' + height + ' ');  
//document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// -->

