<!--Total Java Scripts 99 - Next Step Software-->

<!-- 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="International payment!";
url="http://www.mastercard.com";
alt="mastercard.com";
banner="images/mc_small.gif";
width="34";
height="21";
}
if (ad==2) {
txt="Easy to pay!";
url="http://www.visacard.com";
alt="visacard.com";
banner="images/visa_small.gif";
width="34";
height="21";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<font face=verdana size=1 color=#808080><small>' + txt + '</small></font></a>');
document.write('</center>');
// End -->
