'use strict'; pandora.ui.linkVideoDialog = function() { var ui = pandora.user.ui, href = (pandora.site.site.https ? 'https' : 'http') + '://' + pandora.site.site.url + '/' + ui.item + '/' + ui.videoPoints[ui.item]['in'] + ',' + ui.videoPoints[ui.item]['out'], src = (pandora.site.site.https ? 'https' : 'http') + '://' + pandora.site.site.url + '/' + ui.item + '/480p' + ui.videoPoints[ui.item]['in'] + '.jpg', $content = Ox.Element() .css({margin: '16px'}) .html(Ox._('To link to this clip, use the following HTML:')), $embed = $('