jQuery(document).ready(function ($) {
	$('span.timeago').timeago();
});

