$(document).ready(function() {

  // Handle the feature panel clicks.

  $('div#homepage-panels p.thumbnail').click(function() {
    window.location = $(this).parents('li').find('a').attr('href');
  });

});
