<!--
function share(url){
	var share = "<div><a href=\"javascript:void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)).concat(\'\').concat(encodeURIComponent('" + url + "'))));\" title=\"[推到Twitter]\"><img src=\"./media/img/t.png\" align=\"absbottom\" border=\"0\"></a><a href=\"javascript:void(window.open('http://www.plurk.com/?qualifier=shares&status='.concat(encodeURIComponent('" + url + "')).concat(\'\')));\" title=\"[推到噗浪]\"><img src=\"./media/img/p.png\" align=\"absbottom\" border=\"0\"></a><a target=\"_blank\" href=\"http://v.t.sina.com.cn/share/share.php?url=" + url + "\"><img title=\"分享到微博！\" src=\"./media/img/sina.png\" border=\"0\" width=\"20\" /></a><a href=\"javascript:void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent('" + url + "'))));\"><img border=\"0\" alt=\"把這篇文章貼到facebook\" src=\"http://i165.photobucket.com/albums/u73/lunaj0201/other_webpicture/facebook.png\" ></a></div>";
	return share;
}
//-->
