<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

if ( DateRange("20090901","20091122") == 1 )
    {
        if ( doc != "ihn" )
            {
                document.write( '<a name=20091122_ihn_help></a>' );
                document.write( '<img src="' + pref + 'graphics/FP_logo.gif" align="left">' );
            }

        if ( doc == "index" ) { document.write( '<a href="' + pref + 'events/index.htm#20091122_ihn_help" title="Click here for more information.">' ); }

        document.write( '<b style="font-size: 20px; line-height: 22px; color: navy;">First Church Hosts Family Promise</b></a>' );
        document.write( '<p id=norm>' );
        document.write( '<span id=what>Family Promise<sup>&reg;</sup> (formerly IHN)</span> will be at First Church <span id=when>November&nbsp;15 to 22.</span>  ' );

        if ( doc != "ihn" )
            {
                if ( doc != "index" )
                    {
                        document.write( '<br><a href=' + pref + 'outreach/ihn.htm><img src=' + pref + 'graphics/More.gif border=0></a>  ' );
                    }
            }

        if ( doc != "index" )
            {
                document.write( 'If you would like to help these families, ' );
                //document.write('<br><a href=' + pref + 'health/illness.htm><img src=' + pref + 'graphics/Form.gif border=0></a>  ');
            }

        document.write( '<a href=' + pref + 'sign-up/index.htm#fp><img src=' + pref + 'graphics/Sign-up.gif border=0></a>  ' );
        document.write( '<br clear="all"><p clear="all"><hr>' );
    }

// End --> 