}); } function add_favorite(title) { $.getJSON('http://lianmeng.meipopr.com/api.php?op=add_favorite&title='+encodeURIComponent(title)+'&url='+encodeURIComponent(location.href)+'&'+Math.random()+'&callback=?', function(data){ if(data.status==1) { $("#favorite").html('收藏成功'); } else { alert('请登录'); } }); } $(function(){ //$('#Article .content img').LoadImage(true, 660, 660,'/statics/images/s_nopic.gif'); }) //-->