window.YandexRotorSettings = {
WaiterEnabled: true,
IsLoaded: function() {
return document.title.length > 0;
}
}
<script type="application/javascript">
window.YandexRotorSettings = {
WaiterEnabled: true
}
</script>
<script type="application/javascript">
setTimeout(function () {
window.YandexRotorSettings.IsLoaded = true;
}, 5000);
</script>