$(function(e){

  setTimeout(function(){
  
    location.href = "http://www.yalstudio.ru";
  
  }, 5000);
});
