// JavaScript Document

var how_many_ads = 17; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 

if (ad==1) {
banner="images/vert-images.jpg"; 
alt="";
width="174"; 
height="232"; 
} 

if (ad==2) { 
banner="images/vert-images1.jpg"; 
alt="";
width="174"; 
height="232"; 
}  
if (ad==3) { 
banner="images/vert-images2.jpg"; 
alt="";
width="174"; 
height="232"; 
} 
if (ad==4) { 
banner="images/vert-images3.jpg"; 
alt="";
width="174"; 
height="232"; 
} 
if (ad==5) { 
banner="images/vert-images4.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==6) { 
banner="images/vert-images5.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==7) { 
banner="images/vert-images6.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==8) { 
banner="images/vert-images7.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==9) { 
banner="images/vert-images8.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==10) { 
banner="images/vert-images9.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==11) { 
banner="images/vert-images10.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==12) { 
banner="images/edu_info_pic1.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==13) { 
banner="images/teach_services_pic.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==14) { 
banner="images/cpa_services_pic.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==15) { 
banner="images/jobs_services_pic.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==16) { 
banner="images/immigration_services_pic.jpg"; 
alt="";
width="174"; 
height="232"; 
}
if (ad==17) { 
banner="images/prof_services_pic.jpg"; 
alt="";
width="174"; 
height="232"; 
}

document.write('<left>'); 
document.write('<img src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0>'); 
document.write('</center>'); 