;(function($) {
	var init = function() {
		var readmore = $('.content_more').find("a:contains('Read more')");
		$('.content_more').find("a:contains('Subscribe')").parent().html("<a href='" + readmore.attr("href") + "'>" + readmore.text() + "</a>");
	};
	$(init);
})(jQuery);