function redirect() {

window.location = '/screen';

}

$(function() {

setTimeout(redirect, 5000);

})