Special Offers
function embedWuBook(iframe_id, lcode) {
var wb_qs = wbParseQueryString();
var wb_dfrom = decodeURIComponent(wb_qs[‘dfrom’]) || ”;
var wb_dto = decodeURIComponent(wb_qs[‘dto’]) || ”;
var wb_nights = decodeURIComponent(wb_qs[‘nights’]) || ”;
var wb_src = ( wb_dfrom && wb_dto ) ? ‘&dfrom=’ + wb_dfrom + ‘&dto=’ + wb_dto : ”;
if ( wb_nights ) wb_src += ‘&nights=’ + wb_nights;
var src = ‘https://wubook.net/wbkd/wbk/?lcode=’ + lcode + wb_src;
document.getElementById(iframe_id).src = src;
}
embedWuBook(‘__wbiframe__’, 1395787988);
Comments are closed.