$(function(){
  $("#stuff-news").load("hitokoto.php");
  $(".popup").click(function(){
    window.open(this.href, "WindowName","width=650,height=650,resizable=yes,scrollbars=yes");
    return false;
  });
});
