$(function() {
  $('div.search_page div.microsite a').click(function(event) {
    window.open(this.href);
    return false;
  });
});
