// JavaScript Document
mostrarAlerta = false;
datosDeAlerta = ''
 + '<div class="Warning">'
 + '<strong>NOTICE:</strong> FROM JULY 17TH THROUGH AUGUST 14TH, 809-383-2199 WILL BE SUBSTITUTED BY '
 + '<strong>630-386-1996</strong>. <br />'
 + 'ONLY FROM JULY 17TH THROUGH AUGUST 14TH.<br />'
 + 'THANK YOU.'
 + '</div>'
if(mostrarAlerta) document.write(datosDeAlerta);