/* Prayer Engine - This limits the Twitter field to 140 characters */
$(document).ready(function() {
	$('#prayer_tweet').limit('140','#counter'); // Counter for Prayer Tweet
});