<!-- 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) {
txt="<strong>ATM's</strong> <hr> Para concer mas sobre nuetras marcas de cajeros automáticos o sus respectivos productos puede hacerlo ingresando a nuestras páginas de productos de atm's."; 
url="atm.asp";
alt="ATM's Triton & Banquit";
banner="images/logo.gif";
width="96";
height="129";
}
if (ad==2) {
txt="<strong>TranServer</strong> <hr> El TranServer™ o switch diseñado por TII es un producto creado y diseñado bajo el concepto de sistemas “OLTP” (On Line Transaction Processing), este enfoque de procesamiento de transacciones en línea"; 
url="arquitectura.asp";
alt="TranServer";
banner="images/logo2.gif";
width="96";
height="129";
}
if (ad==3) {
txt="<strong>TransActions</strong> <hr>El software de liquidación de transacciones es totalmente paramétrico permite el establecimiento de acuerdos particulares con diferentes entidades para sus transacciones en cajeros automáticos en transacciones normales y EMV."; 
url="transactions.asp";
alt="TransActions";
banner="images/logo3.gif";
width="96";
height="129";
}
document.write('<table width="365" border="0" align="center" cellpadding="0" cellspacing="0">' + '<tr>' + '<td colspan="2">');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>' + '</td>' + '<td width="293" valign="top">');
document.write('<p class="blue">' + txt + '</p>' + '</a>');
document.write('</td></tr></table>');
// End -->