PreHbz.onStart(function() {
setTimeout(function() {
$('#print-only .map-print .map').html('
');
$('#print-only .qr-code-print').html('
');
}, 5000);
setTimeout(function() {
$('.b-dir-map img').trigger('sporty');
$('.search_more input').on('focus', function() {
var el = this;
setTimeout(function() {
$(el).select();
}, 50);
});
Hbz.load_clips();
}, 200);
});
window._doSyncHeight = true;