
We do monitor the comments and will remove post that contain the following:
– Content we deem inappropriate, offensive or demeaning
– Profanity, accusatory or inflammatory language
– Hyperlinks, ads, or other spam-like content
Thank you family for understanding and respecting these guidelines as you contribute to our prayer community.
function form_submit(obj) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(obj.email.value)) { return (true) } alert("Please enter valid email address") return (false) }
function hide(id) { jQuery("#" + id).toggle(); }
function hidebutton(id) { jQuery("#commentview" + id).toggle(); jQuery(".hide" + id).attr("style", "display:none"); jQuery(".show" + id).attr("style", "display:"); }
function showbutton(id) { jQuery("#commentview" + id).toggle(); jQuery(".hide" + id).attr("style", "display:"); jQuery(".show" + id).attr("style", "display:none"); }