// JavaScript Document

var text = "" // initialize accumulative variable to empty strings
text += '<p class="promocao"><big>Visite Évora</big></p>'
text += '<p class="promocao"><strong>Consulte as nossas promoções</strong><a href="http://www.bestwesternhotelsantaclara.com/">RESERVAS ONLINE</a></p>'
document.write(text)
