(function(){ var n = 356; if (typeof jQuery !== 'undefined') { try { jQuery('#hits').html(n); } catch(e) {} } var el = document.getElementById('hits'); if (el) { el.innerHTML = n; } })();