/* $Id: articleShareLegacy.js 14476 2009-02-06 19:25:36Z jguinto $
(c) 2008 The New York Times Company */

function writePost(excludeList,yahooBuzzBadge) {
	var shareTools = new NYTD.ArticleShareTools();
	shareTools.writePost(excludeList, yahooBuzzBadge);
}

// FIXME This probably needs to be exposed for those other pages.
function toggleShareTab(shareButton, postList, excludeList) {
		writePost(excludeList, "exclude");	
}

