// JavaScript Document

var text = "" // initialize accumulative variable to empty string
text += '<p class="promocao"><big>Visit Évora</big></p>'
text += '<p class="promocao"><strong>Check OTHER special offers</strong><a href="http://www.bestwesternhotelsantaclara.com/">ONLINE RESERVATIONS</a></p>'
document.write(text)
