document.write('<div id="uvBookingEngine-container"></div>');var head = document.getElementsByTagName('head')[0];
var calStyle = document.createElement('link');
calStyle.type = 'text/css';
calStyle.rel = 'stylesheet';
calStyle.href = 'http://visitehotelesdemexico.com/booking/ver20/css/calendar.css';
head.appendChild(calStyle);
var bookStyle = document.createElement('link');
bookStyle.type = 'text/css';
bookStyle.rel = 'stylesheet';
bookStyle.href = 'http://visitehotelesdemexico.com/booking/ver20/css/booking.css';
head.appendChild(bookStyle);
var bookStyle_Override = document.createElement('link');
bookStyle_Override.type = 'text/css';
bookStyle_Override.rel = 'stylesheet';
bookStyle_Override.href = 'http://visitehotelesdemexico.com/Partners/visitehotelesdemexico/css/booking-theme.css';
head.appendChild(bookStyle_Override);
var calScript = document.createElement('script');
calScript.type = 'text/javascript';
calScript.src = 'http://visitehotelesdemexico.com/booking/ver20/assets/calendar.js';
head.appendChild(calScript);
var bookScript = document.createElement('script');
bookScript.type = 'text/javascript';
bookScript.src = 'http://visitehotelesdemexico.com/booking/ver20/assets/jsbooking.aspx';
head.appendChild(bookScript);
