$(function () { api('random', {}, function (data) { document.location.href = '/watch/' + String(data.video_id); }); });