
$(document).ready(function(){$('a').filter(function(){return(/#([0-9]+)$/i).test(this.href)&&!$(this).closest('.js-elemPlaylist').length;}).each(function(){this.setAttribute('data-vodcrid',parseInt(this.href.match(/#([0-9]+)$/i)[1],10));}).click(function(e){if(ItvJs.Video.Mercury.defaultVideoPlayerContainerId){ItvJs.Glob.loadPlayer(this.getAttribute('data-vodcrid'));var $videoPlayerModule=$('#'+ItvJs.Video.Mercury.defaultVideoPlayerContainerId).closest('.elem-module, .elem-modulePad');$('html, body').animate({scrollTop:$videoPlayerModule.offset().top},'slow');}
e.preventDefault();});});
