<!--
var frase = new Array()
frase[0] = '<a HREF="http://www.webtops.ws/"><IMG SRC="http://www.webtops.ws/banners/gdi120x600.gif" BORDER="0"></a>'



var mostrar = Math.floor(Math.random() * (frase.length))
document.write(frase[mostrar])
//-->


