$(function() {
  $('#print_businesses_link a').popUpAnnouncement_jq({window_name:'PrintBusinessList',width:900,height:715,toolbar:0,from_top:10,from_right:30});
  $("#PrintBusinessListTable").tablesorter({headers:{3:{sorter:false}}});
  $('a[href^="http://"]')
    .not('a[href^="http://edc-info.org"]')
    .not('a[href^="http://www.edc-info.org"]')
    .click(function(){window.open(this.href);return false;});
});
