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