jQuery(document).ready( function() {
  jQuery('#GenericList_List div.sys_subitem').each( function(i) {
    var url = jQuery('a', this).get(0).href + '?KeepThis=true&amp;TB_iframe=true&amp;height=365&amp;width=691';
    jQuery('a', this).get(0).href = url;
    var img = jQuery('img', this).get(0);
    var link = jQuery(img).parent('a').get(0);
    jQuery(link).addClass('thickbox');
    jQuery(link).attr('title', 'University of Nottingham Videos'),
    link.href = url;
    tb_init(link);		
  });
});
