
<!-- Begin
var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_1.gif";
width="150";
height="170";
}
if (ad==2) {
txt="";
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_2.gif";
width="150";
height="170";
}
if (ad==3) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_3.gif";
width="150";
height="170";
}
if (ad==4) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_4.gif";
width="150";
height="170";
}
if (ad==5) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_5.gif";
width="150";
height="170";
}
if (ad==6) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_6.gif";
width="150";
height="170";
}
if (ad==7) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_7.gif";
width="150";
height="170";
}
if (ad==8) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_8.gif";
width="150";
height="170";
}
if (ad==9) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_9.gif";
width="150";
height="170";
}
if (ad==10) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_10.gif";
width="150";
height="170";
}
if (ad==11) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_11.gif";
width="150";
height="170";
}
if (ad==12) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_12.gif";
width="150";
height="170";
}
if (ad==13) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_13.gif";
width="150";
height="170";
}
if (ad==14) {
txt=""; 
url="../testimonials/index.htm";
alt="";
banner="../img/success_stories/success_14.gif";
width="150";
height="170";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
