
 
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
 
<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {

alt="eCode Testimonial";
picture="../images/testimonial_1.gif";
width="127";
height="180";
vspace="3";
url="../customer/testimonials.asp";
}
if (ad==2) {

alt="Diablo Tesimonial";
picture="../images/testimonial_2.gif";
width="127";
height="180";
vspace="3";
url="../customer/testimonials.asp";
}
if (ad==3) {

alt="KLM Testimonial";
picture="../images/testimonial_3.gif";
width="127";
height="180";
vspace="3";
url="../customer/testimonials.asp";
}
if (ad==4) {

alt="eCode Testimonial";
picture="../images/testimonial_1.gif";
width="127";
height="180";
vspace="3";
url="../customer/testimonials.asp";
}
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + picture + '\" vspace=\"' + vspace + '\" width=')
document.write(width + ' height=' + height + '');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</a>');
document.write('<br>');
// End -->
