/* Set up links for ThickBox */

$(function(){

  $("a.thickbox[href^=http]").each(function(){
    $(this).attr("href", $(this).attr("href") + "?TB_iframe=true");
  });

});