(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: "Pattaya", /* Destination City */ hs1: "", /* Destination State or Region */ hn1: "Thailand", /* Destination Country */ hpr: "Siam at Siam Design Hotel Pattaya", /* Hotel Property */ hr: "", /* Number of Rooms */ hpid: "HT21005527", /* Property ID */ t: "", /* Number of Travelers */ hcu: "" /* Purchase Currency */ }; /* Please do not modify the below code. */ var cid = []; var paramsArr = []; var cidParams = []; var pl = document.createElement('script'); var defaultParams = {"vid":"hot","et":"hcart"}; 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/77124?f_v=v6_js&p_v=1&' + paramsArr.join('&'); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(pl); })();