$('#main-article .article-author').ready(function(){
        var pageTitle=document.title;
        var pageURL=encodeURIComponent(window.location.href);
        var colHtml='<a style=\"margin-left:50px;\" href=\"http://www.bioon.com.cn/member/collection.asp?url='+pageURL+'&title='+pageTitle+'&channel=product\" target=\"_blank\" title=\"收藏到我的Bioon个人会员中心\"><img src=\"/images/2010/add_to_fav.gif\" border=\"0\" height=14 width=80 /></a>';
        $('#main-article .article-author .byline').after(colHtml);
});
