<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="\"I have NEVER received such good customer service as I receive from you.\"";
sig="~ Ayenda ~";
}
if (ad==2) {
txt="\"Simply Superb says it all. Always fast friendly support. High quality products and services.\"";
sig="~ Jim Brown ~";
}
document.write('<center>');
document.write('<span=\"smtext\">' + txt + '</span><br>');
document.write('<b>' + sig + '</b>');
document.write('</center>');
// End -->
