//Configure delay between messages (4000=4 secs):
var delay=3000
//Configure scroller width
var scrollwidth="300px"
//Configure scroller height
var scrollheight="30px"
var message=new Array()
//Configure messages. Extend array as needed:
var openingtag='<font face="century gothic" style=bold size=3 color=#ffffff>'
message[0]='<b>Reinventa tu Espacio</b>'
message[1]='<b>Obra Nueva y Construcci&oacute;n de Viviendas</b>'
message[2]='<b>Conoce el Servicio Integral m&aacute;s completo</b>'
message[3]='<b>Garant&iacute;a por contrato en todos nuestros trabajos</b>'
message[4]='<b>Presupuesto sin compromiso en el mejor precio</b>'
var closingtag='</font>'

//This variable specifies the initial negative offset of each msg
//You may wish to increase it if your scroller is to the right of page horizontally
var hoffset=-10
