jQuery(document).ready(function()
{
	jQuery('.tweettime span').prepend('<a href="http://twitter.com/shanemassey">@ShaneMassey</a>, ');
});
