// JavaScript Document
$(function(){
	$.get('get_cal_items.php',{},function(msg){
		$('.selectivePreaching').html(msg);
	});
});
