$(document).ready(function(){
  $("#primary #secondary").height($("#primary").height()); 
});
