setInterval(function(){$('div[data-atisParent="true"][data-ajax="true"]').each(function(){var e=$(this).attr("id"),t=Cookies.get("_culture")?Cookies.get("_culture"):"";$.ajax("/cms/gethtmlcontent?divId="+e+"&lang="+t).done(function(t){var n=$("#"+e);t&&(n.empty(),$.each(t,function(t,e){var a=null!=e.region?e.region+"Section":"";n.append($('<div data-atis="true">').attr("id","virtual-"+e.virtualDivId).attr("class",a).html(e.htmlContent))}),$(document).trigger("CmsContentRefreshed"))})})},3e4);
