// JavaScript Document
jQuery(document).ready(function($) {
	$('h3.time_interval').prepend('Sent ');
});
