$(document).ready(function() {
  $('.module').wrap('<td valign="bottom">');
  $('.info').wrap('<td valign="top">');
  $('#photos').wrapInner('<table cellspacing="20"><tr>');

  // setup target
  $('.info a').each(function() { $(this).attr('target', "_blank"); });
});

