
var quotes=new Array()

quotes[0]='<a href="#" target="_self"><img src="../Publicidad/Publi (1) 120x240.gif" alt="Anunciar" border="0"></a>'

quotes[1]='<a href="#" target="_self"><img src="../Publicidad/Publi (2) 120x240.gif" alt="Anunciar" border="0"></a>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])