function topsyTweetRanking(json) {
	res = json.response;
	if ( !res.trackback_total ) {
		html = '';
		html = '0 RT';
	} else {
		html = '';
		html = res.trackback_total + ' RT';
	}
	if ( document.getElementById('article_tweets') ) {
		document.getElementById('article_tweets').innerHTML = html;
	}
}

function topsyTweetRanking2(json) {
	res = json.response;
	if ( !res.trackback_total ) {
		html = '';
		html = '0 RT';
	} else {
		html = '';
		html = res.trackback_total + ' RT';
	}
	if ( document.getElementById('article_tweets2') ) {
		document.getElementById('article_tweets2').innerHTML = html;
	}
}

function topsyTweetRanking3(json) {
	res = json.response;
	if ( !res.trackback_total ) {
		html = '';
		html = '0 RT';
	} else {
		html = '';
		html = res.trackback_total + ' RT';
	}
	if ( document.getElementById('article_tweets3') ) {
		document.getElementById('article_tweets3').innerHTML = html;
	}
}

function topsyTweetRanking4(json) {
	res = json.response;
	if ( !res.trackback_total ) {
		html = '';
		html = '0 RT';
	} else {
		html = '';
		html = res.trackback_total + ' RT';
	}
	if ( document.getElementById('article_tweets4') ) {
		document.getElementById('article_tweets4').innerHTML = html;
	}
}

function topsyTweetRanking5(json) {
	res = json.response;
	if ( !res.trackback_total ) {
		html = '';
		html = '0 RT';
	} else {
		html = '';
		html = res.trackback_total + ' RT';
	}
	if ( document.getElementById('article_tweets5') ) {
		document.getElementById('article_tweets5').innerHTML = html;
	}
}

