<!--
var gaTe
function gateway(){
  var onRotate = new Array()

onRotate[0] = '<img src="../imagenes/top/imag01.jpg" width="679" height="110" border="0">'
onRotate[1] = '<img src="../imagenes/top/imag02.jpg" width="721" height="110" border="0">'
onRotate[2] = '<img src="../imagenes/top/imag03.jpg" width="721" height="110" border="0">'
onRotate[3] = '<img src="../imagenes/top/imag04.jpg" width="721" height="110" border="0">'
onRotate[4] = '<img src="../imagenes/top/imag05.jpg" width="724" height="110" border="0">'


onRotate[5] = onRotate[0] 
gaTe = Math.round(Math.random() * 4)
return onRotate[gaTe]
}
// -->