$(function() {
  $("a[href^='/dat/show']").addClass('thickbox').attr('href', function(index, attr) {
    return attr.replace('show', 'popup') + "?TB_iframe=true?width=640&height=480";
  });
});

