var User = {
		
	listPrayers: function (page){
		new Ajax.Updater('prayers', location.href + '?page=' + page);
	}

}