(function () {
/* Please fill the following values. */
var params = {
hd1: "", /* Check In Date. Format yyyy-mm-dd. Ex: 2015-02-14 */
hd2: "", /* Check Out Date. Format yyyy-mm-dd. Ex: 2015-02-14 */
hc1: "", /* Destination City */
hs1: "", /* Destination State or Region */
hpr: "", /* Hotel Property */
hr: "", /* Number of Rooms */
hpid: "", /* Property ID */
t: "", /* Number of Travelers */
sha256_eml: "", /* Hashed Email SHA256 */
sha1_eml: "", /* Hashed Email SHA1 */
md5_eml: "" /* Hashed Email MD5 */
};

/* Please do not modify the below code. */
var cid = [];
var paramsArr = [];
var cidParams = [];
var pl = document.createElement('script');
var defaultParams = {"vid":"hot","et":"hs"};
for(key in defaultParams) { params[key] = defaultParams[key]; };
for(key in cidParams) { cid.push(params[cidParams[key]]); };
params.cid = cid.join('|');
for(key in params) { paramsArr.push(key + '=' + encodeURIComponent(params[key])) };
pl.type = 'text/javascript';
pl.async = true;
pl.src = 'https://beacon.sojern.com/pixel/p/276545?f_v=v6_js&p_v=1&' + paramsArr.join('&');