// Target scripts file

jQuery(function(){
 // lightbox for video links                 
 jQuery(".primary_column a[href*='srp-viewclip.aspx']").colorbox();
});

