if (!nlCommonAlreadyIncluded) // Start of "include file protection"
{
function initJavascript()
{
var mainNlPageDivObj = document.getElementById('mainNlPageDiv');
if ('undefined' != typeof initMemHelper)
{
initMemHelper();
}
setDisplaySignup(!needToHide());
}
function setDisplaySignup(setVisible)
{
var signupVisible = 'block';
var otherVisible = 'none';
if (!setVisible)
{
signupVisible = 'none';
otherVisible = 'block';
}
var mainNlPageDivObj = document.getElementById('mainNlPageDiv');
if (mainNlPageDivObj)
{
var mainNlPageDivUnavailableObj = document.getElementById('mainNlPageDivUnavailable');
mainNlPageDivUnavailableObj.style.display = otherVisible;
mainNlPageDivObj.style.display = signupVisible;
}
var i = 1;
while (true)
{
var signupDiv = document.getElementById('nlSignupCriticalDiv-' + i++);
if (!signupDiv)
{
break;
}
signupDiv.style.display = signupVisible;
}
if (setVisible)
{
var i = 1;
while (true)
{
var yearBornObj = document.getElementById('yearBornRow-' + i++);
if (!yearBornObj)
{
break;
}
if (showAgeScreen())
{
yearBornObj.style.display = '';
}
else
{
yearBornObj.style.display = 'none';
}
}
}
}
var nlCommonAlreadyIncluded = true;
var nlGlobalIdNum = 1;
function getNlIdNum()
{
return(nlGlobalIdNum++);
}
function drawMainNlPage()
{
var idNum = getNlIdNum();
var html = '
Loading ....
If this appears for more than a few seconds, this service is temporarily unavailable. I apologize for any inconvenience.
Baptism for Children: Vital Topics You Should Consider
\n\
\n\
\n\
Parents! Church Staff and Volunteers! \n\
\n\
\n\
You know those questions that cross your mind about child baptism? \n\
\n\
\n\
Ones like: \n\
\n\
\n\

\n\
- \n\
At what age is a child old enough for baptism? \n\
\n\
- \n\
How can I be sure she or he is ready? \n\
\n\
- \n\
What are the "gotchas" when teaching children about baptism in a church setting? \n\
\n\
- \n\
How much time should I take to teach about baptism? Can I do an adequate job in one class period? \n\
\n\
- \n\
How can I accommodate a child with special needs during the actual baptism? \n\
\n\
- \n\
How can I let parents know that their child isn\'t ready for baptism without causing undue embarassment? \n\
\n\
\n\
\n\
\n\
These issues are all discussed in the
Baptism for Children Mini Newsletter. Written especially for people like you, it\'s a newsletter I\'ve poured my heart into. And the best part is: \n\
\n\
It\'s Free! \n\
\n\
The
Baptism for Children Mini Newsletter contains loads of practical advice and how-to articles to help you prepare your children for their baptism. \n\
\n';
/*
Also, Get a FREE Special Report When You Subscribe: \n\
"Create Your Own Baptism Preparation Lessons" \n\
\n\
*/
html += '
Valuable for Both Parents and Church Workers \n\
\n\
If you\'re a parent, you\'ll love the confidence the newsletter provides in helping you prepare your child for her or his baptism. \n\
\n\
If you\'re a church worker, you\'ll appreciate the practical advice the newsletter offers to help your baptism preparation classes be effective and fun. \n\
\n\
The "meat" of the newsletter consists of the first 9 issues. Each issue contains an article of interest to parents and an article of interest to church workers. \n\
\n\
They\'ll be delivered straight to your email every 1 or 2 days, so you can get the information you need quickly but in manageable chunks. \n\
\n\
Get started with your subscription to this valuable resource. Sign up today. \n';
html += opt_in_fields(idNum, 'Main Newsletter Page');
html += '
\n';
document.write(html);
}
function drawNlRightSideBar()
{
var idNum = getNlIdNum();
var html = '