




        
      



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><!-- PageID 5764 - published by Open Text Web Solutions 10.1 - 10.1.2.353 - 33388 -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>March of 
Dimes</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-33">
<meta name="keywords" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="abstract" content="">
<meta name="copyright" content="Copyright 2013 March of Dimes Foundation. All rights reserved.">
<meta name="robots" content="index, follow"/>
<meta name="revisit" content="7 days">
<meta name="verify-v1" content="46Z3YzGVAvABdNvzjJzMEcGgyPHq5OoT67NPmr+NO1Y=" />
<link rel="icon" href="/favicon.ico" type="image/x-icon"> 
<link rel="shortcut icon" href=" /favicon.ico" type="image/x-icon">
<link href="/css/master.css" type="text/css" media="all" rel="stylesheet" />
<link href="/css/grid.css" type="text/css" media="all" rel="stylesheet" />
<link href="/css/type.css" type="text/css" media="all" rel="stylesheet" />
<link type="text/css" href="/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/ddc_style.css" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/css/tabs.css" /> 
<link rel="stylesheet" type="text/css" href="/css/inline.css" /> 
<link rel="stylesheet" type="text/css" media="screen" href="/css/submenu.css" />
<script type="text/javascript" src="/js/tabber.js"></script>
<script type="text/javascript" src="/js/jquery-1.4.min.js"></script>  
<script type="text/javascript" src="/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/js/jquery.cycle.all.2.72.js"></script>
<script src="/js/jquery.minV143.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="/js/jquery.selectbox-1.2.js"></script>
<script type="text/javascript" src="/js/navigation.js"></script>
<script type="text/javascript" src="/js/inlinescripts.js"></script>
<script type="text/javascript" src="/js/jquery.cycle.all.js"></script>  
<script type="text/javascript" src="/js/slideshow.js"></script>

<script type="text/javascript">
function displaySearchResults(searchPage, searchPageSize, totalHits) {
    if (parseInt(totalHits) > 0) {
        var lowResult = (parseInt(searchPage) - 1) * parseInt(searchPageSize) + 1;
        var hiResult = lowResult + parseInt(searchPageSize) - 1;
        
        if (hiResult > totalHits)
            hiResult = totalHits;
    
        document.getElementById("resultPage").innerHTML = lowResult + "-" + hiResult;
    }
    else {
        document.getElementById("resultPage").innerHTML = "0";
    }
    
    document.getElementById("resultTotal").innerHTML = totalHits;
}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-219864-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>


<!-- Call session dynament -->

		<!--
		Location Check
		----------------------------------------------------
		Information Source: Remote IP Address
		Remote IP: 173.194.99.85
		IP from request param: 
		IP passed to web service (if called): 173.194.99.85
		Web service called: IP to ZIP
		--- Session Variables ---
		GivenZip: 94022
		GivenOffice: 24
		GivenDivision: South Bay Division
		GivenChapter: California
		--- User Variables ---
		GivenZip: 94022
		GivenOffice: 24
		GivenDivision: South Bay Division
		GivenChapter: California
		----------------------------------------------------
		-->
		
	
<style>      .advocacyheaderart { font-size:11pt; margin:0; padding:3px 0 0 0; color:#33a9c4; font-weight:bold; margin-top:10px;font-family: "Century Gothic";}  </style></head>
<body onload="if(document.getElementById('search-text') && document.getElementById('search-text').value == ''){document.getElementById('search-text').value='Search';}"><div class="container_18" >

<!-- Omniture stuff -->


<!-- Coding for Omniture -->
<script language="javascript" src="/js/s_code.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<!-- 
/* Copyright 1997-2004 Omniture, Inc. */
s.pageName=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)
//--></script>
<!-- End of coding for Omniture -->


<!-- End of Omniture stuff -->

<!-- Note: including categories and keywords request-->

<!-- end note -->
<!---->



<div class="grid_header">
    <div class="grid_header_left">
        <div class="grid_modlogo" style="width:auto">
            <a href="/default.html"><img alt="March of Dimes" src="/images/mod_logo.png" border="0" style="margin-right:10px"/></a>
            <a href="/mission/mission_75.html"><img alt="March of Dimes 75 Years" src="/images/75thSeal.jpg" border="0"/></a>
        </div>
        <div class="grid_tagline">
            <img alt="" height="20" src="/images/tag_line.png" width="454" />
        </div>
        <div class="grid_select" >
            <a href="#" onclick="toggle_visibility('navmenu');" ><img alt="" src="/images/select_ac.png" id="selectac" name="selectac"  border="0" onMouseOver="swap_image()" onMouseOut="restore_image()" /></a>
        </div>
<!-- Oshyn added javascript -->
<script type="text/javascript">
    function searchPage(pageNumber) {
        var searchForm = document.createElement("form");
        searchForm.setAttribute("method", "POST");
        searchForm.setAttribute("action", "/search.html");
        searchForm.setAttribute("style", "visibility:hidden");
        var searchText = getHiddenInput("txtSearch", document.getElementById("search-text").value);
        var searchChunk = getHiddenInput("search-chunk", pageNumber);
        searchForm.appendChild(searchText);
        searchForm.appendChild(searchChunk);
        var sortDDL = document.getElementById("searchSort");
        if (sortDDL != null) {
            var searchSort = getHiddenInput("sort-criteria", sortDDL.value);
            searchForm.appendChild(searchSort);
        }
        var i = 1;
        while (true) {
            var filterBox = document.getElementById("filter-" + i);
            if (filterBox != null) {
                if (filterBox.checked) {
                    var searchFilter = copyCheckBox("search-filter", filterBox);
                    searchForm.appendChild(searchFilter);
                }
            }
            else {
                break;
            }
            i++;
        }
        i = 1;
        while (true) {
            var langBox = document.getElementById("lang-" + i);
            if (langBox != null) {
                if (langBox.checked) {
                    var searchLang = copyCheckBox("search-language", langBox);
                    searchForm.appendChild(searchLang);
                }
            }
            else {
                break;
            }
            i++;
        }
        document.body.appendChild(searchForm);
        searchForm.submit();
    }
    function searchLink(filter, sort) {
        var searchForm = document.createElement("form");
        searchForm.setAttribute("method", "POST");
        searchForm.setAttribute("action", "/search.html");
        searchForm.setAttribute("style", "visibility:hidden");
        var searchText = getHiddenInput("txtSearch", filter);
        var searchChunk = getHiddenInput("search-chunk", 1);
        var searchFilter = getHiddenInput("search-filter", filter);
        var searchSort = getHiddenInput("sort-criteria", sort);
        searchForm.appendChild(searchText);
        searchForm.appendChild(searchChunk);
        searchForm.appendChild(searchFilter);
        searchForm.appendChild(searchSort);
        document.body.appendChild(searchForm);
        searchForm.submit();
    }
    function getHiddenInput(name, value) {
        var hiddenElement = document.createElement("input");
        hiddenElement.setAttribute("type", "hidden");
        hiddenElement.setAttribute("name", name);
        hiddenElement.setAttribute("value", value);
        return hiddenElement;
    }
    function copyCheckBox(name, sourceCheck) {
        var hiddenCheckBox = document.createElement("input");
        hiddenCheckBox.setAttribute("type", "checkbox");
        hiddenCheckBox.setAttribute("name", name);
        hiddenCheckBox.setAttribute("checked", "checked");
        hiddenCheckBox.setAttribute("value", sourceCheck.value);
        return hiddenCheckBox;
    }
    function submitFromTextBox(ev) {
        var keyCode;
        if (!ev)
            keyCode = window.event.keyCode;
        else
            keyCode = ev.keyCode;
        if (keyCode == 13)
            searchPage(1);
    }
</script>
<!-- End Oshyn added javascript -->
        <!--<form name="searchinput" action="/search.html" method="get">-->
            <div class="grid_search">
                <input name="zz" type="text" 
                id="search-text" 
                value="Search" 
                class="inputSearch" onfocus="javascript:internalLabelFocus(this);" 
                onblur="javascript:internalLabelBlur(this);" 
                onclick="return z_onclick()" 
                
                onkeypress="return searchonkeypress(this, event)" 
                
                style="border-style: none; border-color: inherit; border-width: 0; width: 207px; margin-left:15px; margin-top:6px; font-family:verdana; font-size:8pt; color:#999999;"  />
                <!--<script src="" language="JavaScript" type="text/javascript"></script>-->
                <script type="text/javascript">
                    //$('search-text').keydown(function(e) {
                    //    if (e.keyCode == 13) {
                    //        searchPage(1);
                    //    }
                    //});
                    function searchonkeypress(sender, e) {
                        var charCode;
                        if (e && e.which) { charCode = e.which; }
                        else if (window.event) { e = window.event; charCode = e.keyCode; }
                        if (charCode == 13) {
                            searchPage(1);
                            return false;
                        }
                    }
                </script>
            </div>
            <div class="grid_search_gobutton" style="left: 284px; top: -22px">
                <a href="javascript:void(0)" onclick="searchPage(1);">
                    <img src="/images/go_button.png" border="0" alt="Search" />
                </a>
                <!--<input type="image" src="/images/go_button.png" border="0" alt="Submit Form" onclick="searchPage(1);">-->
            </div>
        <!--</form>-->
 </div>
<div class="grid_header_right" style="position: relative;">
<div class="grid_enespanol">
    <a href="http://nacersano.org/">En Espanol</a>&nbsp;&nbsp; 
</div>
<br/><br/><br/>
<!-- Login/Register -->
<script type="text/javascript">
    function z_onclick() {
        return false;
    }
    function MyTrim(str) {
        return str.replace(/\s+$|^\s*/gi, "");
    }
    function registrationCheckEmail(emailStr) {
        emailStr = MyTrim(emailStr);
        var exclude = /[^@\-\.\w]|^[_@\.\-]|[\._\-]{2}|[@\.]{2}|(@)[^@]*\1/;
        var check = /@[\w\-]+\./;
        var checkend = /\.[a-zA-Z]{2,4}$/;
        if (((emailStr.search(exclude) != -1) || (emailStr.search(check)) == -1) || (emailStr.search(checkend) == -1)) {
            return false;
        }
        return true;
    }
    function loginValidation() {
        var sUserName = document.getElementById("username").value;
        var sPassword = document.getElementById("password1").value;
        var bError = false;
        $("#trBeforeLoginError").show();
        $("#trLoginError").hide();
        $("#loginErrUserName").hide();
        $("#loginErrPassword").hide();
        if (sUserName == "" || sUserName == "User name or email address" || sUserName == "User name or email address*") {
            bError = true;
            $("#tdLoginError").html("Please complete all the required fields.");
            $("#loginErrUserName").show();
        }
        if (sPassword == "" || sPassword == "`!*__*!`" || sPassword == "Password*") {
            bError = true;
            $("#tdLoginError").html("Please complete all the required fields.");
            $("#loginErrPassword").show();
        }
        if (bError) {
            $("#trBeforeLoginError").hide();
            $("#trLoginError").show();
            // $("#tdLoginError").html(error);
            return false;
        }
        //$.ajax({type:"POST", url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/login_process.xml", 
        $.ajax({ type: "POST", url: "/forms/login_process.xml",
            data: { username: sUserName, password1: sPassword },
            success: loginResponse
        });
        return false;
    }
    function changeEmailNotNow() {
        togglecomments('signin');
        togglecomments('changeemail');
        var sUserName = document.getElementById("username").value;
        var sPassword = document.getElementById("password1").value;
        //$.ajax({type:"POST", url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/login_process.xml", 
        $.ajax({ type: "POST", url: "/forms/login_process.xml",
            data: { username: sUserName, password1: sPassword, NotNow: 1 },
            success: loginResponse
        });
        return false;
    }
    var gLoginCurrentEmail = "";
    function changeEmailValidation() {
        var sUserName = document.getElementById("username").value;
        var sPassword = document.getElementById("password1").value;
        var sCurrentEmail = $("#CurrentEmail").val();
        var sNewEmail = $("#NewEmail").val();
        var bError = false;
        error = "";
        $("#trBeforeLoginError").show();
        $("#trLoginError").hide();
        $("#trChangeEmailCopy").show();
        $("#trChangeEmailError").hide();
        $("#changeEmailErrCurrentEmail").hide();
        $("#changeEmailErrNewEmail").hide();
        if (sCurrentEmail == "" || sCurrentEmail == "Current email address") {
            bError = true;
            error += "Email cannot be left blank.<br>";
            $("#changeEmailErrCurrentEmail").show();
        } else {
            if (!registrationCheckEmail(sCurrentEmail)) {
                $("#changeEmailErrCurrentEmail").show();
                bError = true;
                error += "Email is invalid.<br>";
            }
            else if (gLoginCurrentEmail != "" && gLoginCurrentEmail.toLowerCase() != sCurrentEmail.toLowerCase()) {
                $("#changeEmailErrCurrentEmail").show();
                bError = true;
                error += "Current email is wrong.<br>";
            }
        }
        if (sNewEmail == "" || sNewEmail == "New e-mail address") {
            bError = true;
            error += "Email cannot be left blank.<br>";
            $("#changeEmailErrNewEmail").show();
        } else {
            if (!registrationCheckEmail(sNewEmail)) {
                $("#changeEmailErrNewEmail").show();
                bError = true;
                error += "New Email is invalid.<br>";
            }
        }
        if (bError) {
            $("#trChangeEmailCopy").hide();
            $("#trChangeEmailError").show();
            if (error != "Current email is wrong.<br>")
                $("#tdChangeEmailError").html("Please check the information you<br>entered and try again.");
            else
                $("#tdChangeEmailError").html(error);
            // $("#tdChangeEmailError").html(error);
            return false;
        }
        //$.ajax({type:"POST", url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/login_process.xml", 
        $.ajax({ type: "POST", url: "/forms/login_process.xml",
            data: { username: sUserName, password1: sPassword,
                act: 'updateEmail',
                current_email: sCurrentEmail,
                email: sNewEmail
            },
            success: function(data) {
                // check for Wrong Current email
                var xml = data.documentElement;
                wsmessage = "";
                $("NonUniqueEmail_Error", xml).each(function() { wsmessage = "error"; });
                if (wsmessage == "error") {
                    $("#trChangeEmailCopy").hide();
                    $("#trChangeEmailError").show();
                    $("#tdChangeEmailError").html("Current Email is wrong");
                    $("#changeEmailErrCurrentEmail").show();
                    return false;
                }
                togglecomments('signin');
                togglecomments('changeemail');
                loginResponse(data, 1);
                return false;
            }
        });
        return false;
    }
    // flag = 1 - from nonUniqueEmail form
    function loginResponse(data, flag) {
        wsmessage = "";
        var xml = data.documentElement;
        // alert(xml);
        // Retrieve result
        // check if email is Unique
        wsmessage = "";
        $("NonUniqueEmail", xml).each(function() { wsmessage = "nonunique"; });
        if (wsmessage == "nonunique") {
            // retrieve current email
            gLoginCurrentEmail = "";
            $("NonUniqueEmail", xml).each(function() {
                gLoginCurrentEmail = $("CurrentEmail", this).text();
            });
            togglecomments('signin');
            togglecomments('changeemail');
            if (flag == 1) {
                $("#changeEmailErrCurrentEmail").hide();
                $("#changeEmailErrNewEmail").show();
                $("#trChangeEmailCopy").hide();
                $("#trChangeEmailError").show();
                $("#tdChangeEmailError").html("Your e-mail address is linked to multiple accounts. Protect your privacy, make it unique.");
            }
            return false;
        }
        // Check for succesfull login
        wsresult = "";
        $("login-success", xml).each(function() { wsresult = "true"; });
        if (wsresult != "true") {
            wsmessage = "";
            //line bellow doesn't work well in IE9...oh,fak            
            //$("ws-login-response Table", xml).each(function() { wsmessage = $("Message", this).text(); });
            try {
                $("ws-login-response Table", xml).each(function() { wsmessage = $("Message", this).text(); });
            }
            catch (beee) { ; }
            if (wsmessage == '') {
                $(xml).find('Table1').each(function() { wsmessage = $("Message", this).text(); });
            }
            if (wsmessage == '') {
                wsmessage = $(xml).text();
            }            
            //
            if (wsmessage.indexOf("User not found") >= 0)
                wsmessage = "Invalid username or password. Please try again or <a href=\"javascript:toggleForgotLogin('forgotlogin')\">get a reminder.</a>";
            if (wsmessage.indexOf("Multiple Email Addresses found") >= 0)
                wsmessage = "Sorry, we could not find the combination you entered. Please try again or <a href=\"javascript:toggleForgotLogin('forgotlogin')\">get a reminder.</a>";
            // alert(wsmessage);
            $("#trBeforeLoginError").hide();
            $("#tdLoginError").html(wsmessage);
            $("#loginErrUserName").show();
            $("#loginErrPassword").show();
            // $("#tdLoginError").text(xml.xml);
            $("#trLoginError").show();
            return false;
        }
        else {
            wsmessage = "";
            $("login-success", xml).each(function() { wsmessage = $("name", this).text(); });
            $("#HeaderFirstName").html(wsmessage);
            $("login-success", xml).each(function() {
                var sessionId = $("SessionId", this).text();
                document.cookie = "MODSID=" + escape(sessionId) + "; path=/";
                $("#hdnUserUserName").val($("UserName", this).text());
                $("#hdnUserPersonId").val($("PersonId", this).text());
                $("#hdnUserPersonProfile").val($("PersonProfile", this).text());
                $("#hdnUserGender").val($("Gender", this).text());
                $("#hdnUserFirstName").val($("FirstName", this).text());
                $("#hdnUserLastName").val($("LastName", this).text());
                $("#hdnUserAddress1").val($("Address1", this).text());
                $("#hdnUserAddress2").val($("Address2", this).text());
                $("#hdnUserCity").val($("City", this).text());
                $("#hdnUserState").val($("State", this).text());
                $("#hdnUserCountry").val($("Country", this).text());
                $("#hdnUserZip").val($("Zip", this).text());
                $("#hdnUserProvince").val($("Province", this).text());
                $("#hdnUserPostalCode").val($("PostalCode", this).text());
                $("#hdnUserPhone").val($("Phone", this).text());
                $("#hdnUserEmail").val($("Email", this).text());
                $("#hdnUserDOB").val($("DOB", this).text());
                $("#hdnUserDueDate").val($("DueDate", this).text());
                $("#hdnUserChildDOBList").val($("ChildDOBList", this).text());
                $("#hdnUserBusinessTitle").val($("BusinessTitle", this).text());
                $("#hdnUserBusinessOrganization").val($("BusinessOrganization", this).text());
                $("#hdnUserBusinessAddress1").val($("BusinessAddress1", this).text());
                $("#hdnUserBusinessAddress2").val($("BusinessAddress2", this).text());
                $("#hdnUserBusinessCity").val($("BusinessCity", this).text());
                $("#hdnUserBusinessState").val($("BusinessState", this).text());
                $("#hdnUserBusinessCountry").val($("BusinessCountry", this).text());
                $("#hdnUserBusinessZip").val($("BusinessZip", this).text());
                $("#hdnUserBusinessProvince").val($("BusinessProvince", this).text());
                $("#hdnUserBusinessPostalCode").val($("BusinessPostalCode", this).text());
                $("#hdnUserBusinessPhone").val($("BusinessPhone", this).text());
                $("#hdnUserBusinessEmail").val($("BusinessEmail", this).text());
                try {
                    $("#hdnGivenZip").val($("PreferredLocation", this).text());
                    $("#hdnGivenOffice").val($("GivenOffice", this).text());
                    $("#hdnGivenDivision").val($("GivenDivision", this).text());
                    $("#hdnGivenChapter").val($("GivenChapter", this).text());
                    $("#hdnGivenChapterCode").val($("GivenChapterCode", this).text());
                }
                catch (fee) { ; }
                //  <!-- PAD -->
                try {
                    $("#hdnUserIsInPADCampaign").val($("IsParticipantInPADCampaign", this).text());
                }
                catch (e) { ; }
                //  <!-- PAD -->
                //
                refresh_mini_dashboard();
                //
                try { onLoginHandler(); } catch (e) { ; }
            });
        }
        userlogin();
        try {
            //    <!-- PAD -->
            togglePADmini('PADmini_signedin');
            prepopulatePersonalInfo();
            //    <!-- PAD -->
        }
        catch (e) { }
        return false;
    }
    
    function signOut_reload(reload_page) {
        try {
            $.get("/forms/logout.xml");
        }
        catch (feee) { ; }
        //
        //
        try 
        {
            $.ajax({ type: "POST"
                    , url: "/forms/logout.xml"
                    , async: false
                    , complete: function(jqXHR, textStatus){
                        /*    alert( "(1) AJAX - complete()" ); */
                        }
                    , error: function( jqXHR, textStatus, errorThrown ){
                        /*    alert( "(1) AJAX - error()" ); */
                        }
                });
         }
        catch (ffeee) { ; }
        // *********************************************************
        var need = true;
        var times = 0;
        while (need) {
            $.ajax({ type: "GET", url: "/forms/login_status.xml",
                async: false,
                cache: false,
                data: {},
                success: function(data) {
                    if ( data.documentElement.firstChild.textContent == '') {need=false;}
                }
            });
            times++;
            if (times > 13) { need=false;break; }
        }
        //
        if (reload_page) {
            if (location.href.indexOf("/profile.html") > 0) {
                var newlocation = location.href.replace("/profile.html", "/default.html");
                location.href = newlocation;
                return;
            }
            if (location.href.indexOf("dashboard") > 0) {
                var newlocation = "/default.html";
                location.href = newlocation;
                return;
            }
        }
        //
        try {
            if (reload_page) { window.location.reload(true); }
        }
        catch (beee) { ; }
    }
        
    
    function signOut() {
        //$.ajax({type:"POST", url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/logout.xml",
        $.ajax({ type: "POST", url: "/forms/logout.xml",
            data: {},
            success: function(data) {
                if (location.href.indexOf("/profile.html") > 0) {
                    var newlocation = location.href.replace("/profile.html", "/default.html");
                    signOut_reload(false);
                    location.href = newlocation;
                    return;
                }
                if (location.href.indexOf("dashboard") > 0) {
                    var newlocation = "/default.html";
                    signOut_reload(false);
                    location.href = newlocation;
                    return;
                }
            }
        });
        try {
            //    <!-- PAD -->
            togglePADmini('PADmini_notsignedin');
            //    <!-- PAD -->
        }
        catch (e) { ; }
        // userlogout();
        try { onLogoutHandler(); } catch (e) { ; }
        signOut_reload(true);
        return false;
    }
    function remove_spaces(string) {
        return string.split(' ').join('');
    }
    function registerValidation() {
        var error = "";
        var sFirstName = $("#rFirstName").val();
        var sLastName = $("#rLastName").val();
        var sEmail = $("#rEmail").val();
        var sPassword = $("#rPassword").val();
        var sPasswordConfirm = $("#rPasswordConfirm").val();
        var sUserName = $("#rUserName").val();
        var sZipCode = $("#rZipCode").val();
        var sUserNameLogin = "";
        var sUserPasswordLogin = "";
        //$("#trBeforeRegError").show();
        //$("#trRegError").hide();
        //$("#tdRegError").html("Please check the information you<br>entered and try again. <img src='/images/lock.png'>");
        $("#regErrFirstName").hide();
        $("#regErrLastName").hide();
        $("#regErrEmail").hide();
        $("#regErrUserName").hide();
        $("#regErrPassword").hide();
        $("#regErrPasswordConfirm").hide();
        $("#regErrZip").hide();
        var re1 = new RegExp("\\d");
        if (sFirstName == "" || sFirstName == "First name*" || remove_spaces(sFirstName) == "") {
            error += "First Name cannot be left blank.<br>";
            $("#regErrFirstName").show();
        }
        else {
            if (sFirstName.match(/([\<])([^\>]{1,})*([\>])/i) != null || re1.test($("#rFirstName").val())   ) {
                error += "First Name cannot contain <,> characters.<br>";
                $("#regErrFirstName").show();
            }
        }
        if (sLastName == "" || sLastName == "Last name*" || remove_spaces(sLastName) == "") {
            error += "Last Name cannot be left blank.<br>";
            $("#regErrLastName").show();
        }
        else {
            if (sLastName.match(/([\<])([^\>]{1,})*([\>])/i) != null || re1.test($("#rLastName").val())) {
                error += "Last Name cannot contain <,> characters.<br>";
                $("#regErrLastName").show();
            }
        }
        
        var reZip = new RegExp("^[\\d]{5}$");  //$("#rZipCode").val() == "" || $("#rZipCode").val() == "ZIP code" ||
        if ($("#rZipCode").val() == "ZIP code") {
            sZipCode = "";
        }
        else {
            if (!reZip.test($("#rZipCode").val())) {
                error += "ZIP code is invalid.<br>";
                $("#regErrZip").show();
            }
        }
        if (sEmail == "" || sEmail == "E-mail address*") {
            error += "Email cannot be left blank.<br>";
            $("#regErrEmail").show();
        } else {
            if (!registrationCheckEmail(sEmail)) {
                error += "Email is invalid.<br>";
                $("#regErrEmail").show();
            }
        }
        if (sUserName == "" || sUserName == "User name*" || sUserName == "User name") {
            /*
            error += "User Name cannot be left blank.<br>";
            $("#regErrUserName").show();
            */
        }
        else {
            //var re = new RegExp("^[a-zA-Z0-9\\-\\_\\.]+$");
            var re = new RegExp("^[a-zA-Z0-9\\-\\_\]+$");
            if (!re.test(sUserName)) {
                error += "Invalid User Name.<br>";
                $("#regErrUserName").show();
            }
            re = new RegExp("^[tT][0-9]+$");
            if (re.test(sUserName)) {
                error += "Invalid User Name.<br>";
                $("#regErrUserName").show();
            }
            re1 = new RegExp("^[0-9]+$");
            if (re1.test(sUserName)) {
                error += "Invalid User Name.<br>";
                $("#regErrUserName").show();
            }
        }
        if (sUserName == "User name*" || sUserName == "User name" || sUserName == "Username") {
            sUserName = "";
        }
        if (sPassword == "Password*") {
            sPassword = "";
        }
        if (sPassword == "" || sPassword == "Password*") {
            error += "Password cannot be left blank.<br>";
            $("#regErrPassword").show();
            $("#regErrPasswordConfirm").show();
        }
        if (sPassword != sPasswordConfirm) {
            error += "Password doesn't match confirm.<br>";
            $("#regErrPassword").show();
            $("#regErrPasswordConfirm").show();
        }
        if (error != "") {
            $("#trBeforeRegError").hide();
            // $("#tdRegError").html("Please check the information you<br>entered and try again. <img src='/images/lock.png'>");
            $("#tdRegError").html("There’s something missing or wrong<br/>in one of the required areas below.");
            if (sPassword != sPasswordConfirm) {
                $("#tdRegError").html("The two passwords you entered don’t match.");
            }
            else {
                if ($("#rZipCode").val() == "ZIP code" || $("#rZipCode").val() == "") {
                    sZipCode = "";
                }
                else {
                    if (!reZip.test($("#rZipCode").val())) {
                        $("#tdRegError").html("You must enter a valid 5-digit U.S. ZIP code.");
                    }
                }
            }
            $("#trRegError").show();
            // $("#tdRegError").html(error);
            return false;
        }
        sUserNameLogin = sUserName;
        if (sUserNameLogin == '') { sUserNameLogin = sEmail; }
        sUserPasswordLogin = sPassword;
        var sPageURL =         window.location.href;
        //$.ajax({type:"POST", url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/register_process.xml",
        $.ajax({ type: "POST", url: "/forms/register_process.xml",
            data: {
                pageURL: sPageURL,
                firstname: sFirstName,
                lastname: sLastName,
                email: sEmail,
                username1: sUserName,
                password11: sPassword,
                zip: sZipCode,
                NewsLetterSignUp: ($("#rNewsLetterSignUp").get(0).checked) ? 1 : 0,
                hdnPregnancy: ($("#rPregnancy").get(0).checked) ? 1 : 0,
                hdnBabyCare: ($("#rBaby").get(0).checked) ? 1 : 0,
                hdnVolunteering: ($("#rVolunteering").get(0).checked) ? 1 : 0,
                hdnMission: ($("#rMission").get(0).checked) ? 1 : 0,
                hdnResearch: ($("#rResearch").get(0).checked) ? 1 : 0,
                hdnLocalEvents: ($("#rLocalEvents").get(0).checked) ? 1 : 0,
                hdnAdvocacy: ($("#rAdvocacy").get(0).checked) ? 1 : 0,
                hdnProRes: ($("#rProfessionalResources").get(0).checked) ? 1 : 0
            },
            success: function(data) {
                wsmessage = "";
                wsresult = "";
                var xml = data.documentElement;
                // $("#txtarea").text(xml.xml);
                // Retrieve result
                $("register-success", xml).each(function() { wsresult = "true"; });
                if (wsresult != "true") {
                    $("ws-register-response", xml).each(function() { wsmessage = $("ws-field-Message", this).text(); });
                    //alert(wsmessage);
                    // customize errors
                    if (wsmessage.indexOf("Home Email") >= 0 && wsmessage.indexOf("already being used") > 0) {
                        wsmessage = "That email address you entered is already taken. If that’s you, <a href='javascript:togglecommentswithcleanup(\"signin\")'>sign in</a>. If not, please provide a new e-mail address.";
                        $("#regErrEmail").show();
                    }
                    $("#trBeforeRegError").hide();
                    $("#tdRegError").html(wsmessage + " <img src='/images/lock.png'>");
                    $("#trRegError").show();
                    if (wsmessage.indexOf("Email") > 0) $("#regErrEmail").show();
                    if (wsmessage.indexOf("username") > 0) {
                        $("#regErrUserName").show();
                        if ((sUserName.toLowerCase() == 'username' || sUserName == '') && sEmail != '') {
                            $("#regErrEmail").show();
                            $("#regErrUserName").hide();
                            wsmessage = "That email address you entered is already taken. If that’s you, <a href='javascript:togglecommentswithcleanup(\"signin\")'>sign in</a>. If not, please provide a new e-mail address.";
                            $("#tdRegError").html(wsmessage + " <img src='/images/lock.png'>");
                        }
                    }
                    return false;
                }
                else {
                    $("register-success", xml).each(function() { wsmessage = $("name", this).text(); });
                    $("#HeaderFirstName").html(wsmessage);
                    $("register-success", xml).each(function() {
                        $("#hdnUserUserName").val($("UserName", this).text());
                        $("#hdnUserPersonId").val($("PersonId", this).text());
                        $("#hdnUserPersonProfile").val($("PersonProfile", this).text());
                        $("#hdnUserGender").val($("Gender", this).text());
                        $("#hdnUserFirstName").val($("name", this).text());
                        $("#hdnUserLastName").val($("LastName", this).text());
                        $("#hdnUserAddress1").val($("Address1", this).text());
                        $("#hdnUserAddress2").val($("Address2", this).text());
                        $("#hdnUserCity").val($("City", this).text());
                        $("#hdnUserState").val($("State", this).text());
                        $("#hdnUserCountry").val($("Country", this).text());
                        $("#hdnUserZip").val($("Zip", this).text());
                        $("#hdnUserProvince").val($("Province", this).text());
                        $("#hdnUserPostalCode").val($("PostalCode", this).text());
                        $("#hdnUserPhone").val($("Phone", this).text());
                        $("#hdnUserEmail").val($("Email", this).text());
                        $("#hdnUserDOB").val($("DOB", this).text());
                        $("#hdnUserDueDate").val($("DueDate", this).text());
                        $("#hdnUserChildDOBList").val($("ChildDOBList", this).text());
                        $("#hdnUserBusinessTitle").val($("BusinessTitle", this).text());
                        $("#hdnUserBusinessOrganization").val($("BusinessOrganization", this).text());
                        $("#hdnUserBusinessAddress1").val($("BusinessAddress1", this).text());
                        $("#hdnUserBusinessAddress2").val($("BusinessAddress2", this).text());
                        $("#hdnUserBusinessCity").val($("BusinessCity", this).text());
                        $("#hdnUserBusinessState").val($("BusinessState", this).text());
                        $("#hdnUserBusinessCountry").val($("BusinessCountry", this).text());
                        $("#hdnUserBusinessZip").val($("BusinessZip", this).text());
                        $("#hdnUserBusinessProvince").val($("BusinessProvince", this).text());
                        $("#hdnUserBusinessPostalCode").val($("BusinessPostalCode", this).text());
                        $("#hdnUserBusinessPhone").val($("BusinessPhone", this).text());
                        $("#hdnUserBusinessEmail").val($("BusinessEmail", this).text());
                        try { onLoginHandler(); } catch (e) { ; }
                        userlogin();  /*togglemini();*/
                        var whichpost = document.getElementById('mini');
                        whichpost.className = "commentshown";
                        $.ajax({ type: "POST", url: "/forms/login_process.xml",
                            data: { username: sUserNameLogin, password1: sUserPasswordLogin },
                            success: loginResponse
                        });
                    });
                }
                // togglecomments('thankyou');
                try {
                    //    <!-- PAD -->
                    togglePADmini('PADmini_signedin');
                    //    <!-- PAD -->
                }
                catch (e) { ; }
                return false;
            }
        });
        return false;
    }
    function cleanuplogin() {
        document.getElementById("username").value = ""; // "User name or email address";
        // document.getElementById("password1").value = "`!*__*!`";
        document.getElementById("password1").value = "";
        $("#lbl_for_username").show();
        $("#lbl_for_password1").show();
        // internalLabelBlur(document.getElementById("username"));
        // internalLabelBlur(document.getElementById("password1"));
        $("#trBeforeLoginError").show();
        $("#trLoginError").hide();
        $("#loginErrUserName").hide();
        $("#loginErrPassword").hide();
    }
    function cleanupregistration() {
        $("#rNewsLetterSignUp").get(0).checked = false;
        $("#rPregnancy").get(0).checked = false;
        $("#rBaby").get(0).checked = false;
        $("#rVolunteering").get(0).checked = false;
        $("#rMission").get(0).checked = false;
        $("#rResearch").get(0).checked = false;
        $("#rLocalEvents").get(0).checked = false;
        $("#rAdvocacy").get(0).checked = false;
        $("#rProfessionalResources").get(0).checked = false;
        $("#rFirstName").val("First name*");
        $("#rLastName").val("Last name*");
        $("#rEmail").val("E-mail address*");
        //  $("#rPassword").val("Password*");
        //  $("#rPasswordConfirm").val("Password*");
        //$("#rUserName").val("User name*");
        $("#rUserName").val("User name");
        $("#trBeforeRegError").show();
        $("#trRegError").hide();
        $("#regErrFirstName").hide();
        $("#regErrLastName").hide();
        $("#regErrEmail").hide();
        $("#regErrUserName").hide();
        $("#regErrPassword").hide();
        $("#regErrPasswordConfirm").hide();
        internalLabelBlur(document.getElementById("rFirstName"));
        internalLabelBlur(document.getElementById("rLastName"));
        internalLabelBlur(document.getElementById("rEmail"));
        //  internalLabelBlur(document.getElementById("rPassword"));
        //  internalLabelBlur(document.getElementById("rPasswordConfirm"));
        internalLabelBlur(document.getElementById("rUserName"));
    }
    function togglecommentswithcleanup(value) {
        cleanuplogin();
        // cleanupregistration();
        togglecomments(value);
    }
    function switchtologin() {
        togglecommentswithcleanup('mini');
        togglecommentswithcleanup('signin');
    }
    function loginonkeypress(sender, e) {
        var charCode;
        if (e && e.which) { charCode = e.which; }
        else if (window.event) { e = window.event; charCode = e.keyCode; }
        if (charCode == 13) {
            loginValidation();
        }
        /*
        if ($("#password1").val() != "") {
        $("#lbl_login_password").hide();
        }
        else {
        $("#lbl_login_password").show();
        }
        */
    }
    function refresh_mini_dashboard() {
        //
        try {
            $.ajax({
                url: "/hs.xsl/dynaments/getAskedSearchedShared.xml",
                cache: false,
                success: function(html) {
                    $("#ulgetAskedSearchedShared").html(html);
                }
            });
        }
        catch (_eee_) { ; }
        try {
            $.ajax({
                url: "/hs.xsl/dynaments/getSaved.xml",
                cache: false,
                success: function(html) {
                    $("#ulgetSaved").html(html);
                }
            });
        }
        catch (_beee_) { ; }
        //
        try {
            $.ajax({
            url: "/hs.xsl/forms/userMessagingList.xml",
                cache: false,
                success: function(html) {
                    $("#divgetInbox").html(html);
                }
            });
        }
        catch (_meee_) { ; }
    }
</script>            
<!-- PAD Get Involved -->
<script type="text/javascript">
    //<!--    PAD Get Involved -->
    function PAD_registerValidation() {
        var error = "";
        var sFirstName = $("#rFirstName_PADreg").val();
        var sLastName = $("#rLastName_PADreg").val();
        var sEmail = $("#rEmail_PADreg").val();
        var sPassword = $("#rPassword_PADreg").val();
        var sPasswordConfirm = $("#rPasswordConfirm_PADreg").val();
        var sUserName = $("#rUserName_PADreg").val();
        //$("#trBeforeRegError").show();
        //$("#trRegError").hide();
        //$("#tdRegError").html("Please check the information you<br>entered and try again. <img src='/images/lock.png'>");
        $("#regErrFirstName_PADreg").hide();
        $("#regErrLastName_PADreg").hide();
        $("#regErrEmail_PADreg").hide();
        $("#regErrUserName_PADreg").hide();
        $("#regErrPassword_PADreg").hide();
        $("#regErrPasswordConfirm_PADreg").hide();
        //  -- for person profile instead of using checkboxes - dropdowns....
        //var selected = $("#i_care:selected").text();
        var selected = $("#ut_ii").val();
        var selected_text = $("#ut_ii").text();
        var isSupporter = (selected.indexOf('Supporter (Volunteer/Donor)') > -1) ? 1 : 0;
        var isNICUParent = (selected.indexOf('Parent of a baby (0-2 yrs).Mission-affected.NICU') > -1) ? 1 : 0;
        var isNewParent = (isNICUParent == 0 && selected.indexOf('Parent of a baby (0-2 yrs)') > -1) ? 1 : 0;
        var isPregnantWoman = (selected.indexOf('Woman considering/pregnant') > -1) ? 1 : 0;
        var isPregnancy = isPregnantWoman;
        var isStudent = (selected.indexOf('Supporter (Volunteer/Donor).Student') > -1) ? 1 : 0;
        var isMedicalProfessional = (selected.indexOf('Professional.Medical professional') > -1) ? 1 : 0;
        //specific to PAD:
        /*
        <option value="DO:Volunteers.Campaigns/events">Events</option>
        <option value="DO:Volunteers.Do-it-yourself">Do-it-yourself activities</option>
        <option value="ASSETTYPES:Social media,ASSETTYPES:Tool">Online opportunities</option>
        <option value="USERTYPES:Supporter (Volunteer/Donor).Company team,USERTYPES:Professional.Corporate partner">Company activities</option>
        <option value="GIVE:*">Ways to give</option>   
        */
        selected = $("#i_care_ii").val();
        var isAdvocacy = (selected.indexOf('DO:Advocacy') > -1) ? 1 : 0;
        var isVolunteering_Events = (selected.indexOf('DO:Volunteers.Campaigns/events') > -1) ? 1 : 0;
        var isVolunteering = isVolunteering_Events;
        var isVolunteering_DYU = (selected.indexOf('DO:Volunteers.Do-it-yourself') > -1) ? 1 : 0;
        var isOnlineOpportunities = (selected.indexOf('ASSETTYPES.Social media') > -1) ? 1 : 0;
        var isCompanyActivities = (selected.indexOf('USERTYPES.Supporter (Volunteer/Donor).Company team') > -1) ? 1 : 0;
        var isWaysToGive = (selected.indexOf('GIVE') > -1) ? 1 : 0;
        //
        //if nothing is given
        if (
                 (sFirstName == "" || sFirstName == "First name*") &&
                 (sLastName == "" || sLastName == "Last name*") &&
                 (sEmail == "" || sEmail == "E-mail address*") &&
                 (sUserName == "" || sUserName == "User name*") &&
                 (sPassword == "" || sPassword == "Password*") &&
                 (isSupporter == 0 && isNICUParent == 0 && isNewParent == 0 && isPregnantWoman == 0 && isPregnancy == 0 && isStudent == 0 && isMedicalProfessional == 0 && isAdvocacy == 0 && isVolunteering_Events == 0 && isVolunteering == 0 && isVolunteering_DYU == 0 && isOnlineOpportunities == 0 && isCompanyActivities == 0 && isWaysToGive == 0)
            ) {
            $("#regErrFirstName_PADreg").show();
            $("#regErrLastName_PADreg").show();
            $("#regErrEmail_PADreg").show();
            $("#regErrUserName_PADreg").show();
            $("#regErrPassword_PADreg").show();
            $("#regErrPasswordConfirm_PADreg").show();
            return false;
        }
        if (
                 (sFirstName == "" || sFirstName == "First name*") &&
                 (sLastName == "" || sLastName == "Last name*") &&
                 (sEmail == "" || sEmail == "E-mail address*") &&
                 (sUserName == "" || sUserName == "User name*") &&
                 (sPassword == "" || sPassword == "Password*") &&
                 !(isSupporter == 0 && isNICUParent == 0 && isNewParent == 0 && isPregnantWoman == 0 && isPregnancy == 0 && isStudent == 0 && isMedicalProfessional == 0 && isAdvocacy == 0 && isVolunteering_Events == 0 && isVolunteering == 0 && isVolunteering_DYU == 0 && isOnlineOpportunities == 0 && isCompanyActivities == 0 && isWaysToGive == 0)) {
            location.href = document.getElementById('formPADregquestion').action;
            document.getElementById('formPADregquestion').submit();
            return false;
        }
        if (sFirstName == "" || sFirstName == "First name*") {
            error += "<br>First Name cannot be left blank.<br>";
            $("#regErrFirstName_PADreg").show();
        }
        if (sLastName == "" || sLastName == "Last name*") {
            error += "<br>Last Name cannot be left blank.<br>";
            $("#regErrLastName_PADreg").show();
        }
        if (sEmail == "" || sEmail == "E-mail address*") {
            error += "<br>Email cannot be left blank.<br>";
            $("#regErrEmail_PADreg").show();
        } else {
            if (!registrationCheckEmail(sEmail)) {
                error += "<br>Email is invalid.<br>";
                $("#regErrEmail_PADreg").show();
            }
        }
        if (sUserName == "" || sUserName == "User name*") {
            error += "<br>User Name cannot be left blank.<br>";
            $("#regErrUserName_PADreg").show();
        }
        else {
            var re = new RegExp("^[a-zA-Z0-9\\-\\_\\.]+$");
            if (!re.test(sUserName)) {
                error += "<br>Invalid User Name.<br>";
                $("#regErrUserName_PADreg").show();
            }
        }
        if (sPassword == "" || sPassword == "Password*") {
            error += "<br>Password cannot be left blank.<br>";
            $("#regErrPassword_PADreg").show();
            $("#regErrPasswordConfirm_PADreg").show();
        }
        if (sPassword != sPasswordConfirm) {
            error += "<br>Password doesn't match confirm.<br>"; //[" + sPassword + " "  + sPasswordConfirm + "] 
            $("#regErrPassword_PADreg").show();
            $("#regErrPasswordConfirm_PADreg").show();
        }
        if (error != "") {
            error = "Please check the information you<br>entered and try again. <img src='/images/lock.png'>";
            $("#trBeforeRegError_PADreg").hide();
            $("#tdRegError_PADreg").html(error);
            $("#trRegError_PADreg").show();
            // $("#tdRegError").html(error);
            return false;
        }
        //url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/register_process_PAD.xml",
        $.ajax({ type: "POST"
        , url: "/forms/register_process_PAD.xml",
            data: {
                firstname: sFirstName,
                lastname: sLastName,
                email: sEmail,
                username1: sUserName,
                password11: sPassword,
                NewsLetterSignUp: ($("#rNewsLetterSignUp").get(0).checked) ? 1 : 0,
                hdnPregnancy: isPregnancy,
                hdnBabyCare: 0,
                hdnVolunteering: isVolunteering,
                hdnMission: 0,
                hdnResearch: 0,
                hdnLocalEvents: 0,
                hdnAdvocacy: isAdvocacy,
                hdnProRes: 0,
                hdnVolunteering_Events: isVolunteering_Events,
                hdnVolunteering_DYU: isVolunteering_DYU,
                hdnOnlineOpportunities: isOnlineOpportunities,
                hdnCompanyActivities: isCompanyActivities,
                hdnWaysToGive: isWaysToGive,
                hdnSupporter: isSupporter,
                hdnNICUParent: isNICUParent,
                hdnNewParent: isNewParent,
                hdnPregnantWoman: isPregnantWoman,
                hdnStudent: isStudent,
                hdnMedicalProfessional: isMedicalProfessional
            },
            success: function(data) {
                wsmessage = "";
                wsresult = "";
                var xml = data.documentElement;
                // $("#txtarea").text(xml.xml);
                // Retrieve result
                $("register-success", xml).each(function() { wsresult = "true"; });
                if (wsresult != "true") {
                    $("ws-register-response", xml).each(function() { wsmessage = $("ws-field-Message", this).text(); });
                    //alert(wsmessage);
                    $("#trBeforeRegError_PADreg").hide();
                    $("#tdRegError_PADreg").html(wsmessage + " <img src='/images/lock.png'>");
                    $("#trRegError_PADreg").show();
                    if (wsmessage.indexOf("Email") > 0) $("#regErrEmail_PADreg").show();
                    if (wsmessage.indexOf("username") > 0) $("#regErrUserName_PADreg").show();
                    return false;
                }
                else {
                    $("register-success", xml).each(function() { wsmessage = $("name", this).text(); });
                    $("#HeaderFirstName").html(wsmessage);
                    $("register-success", xml).each(function() {
                        $("#hdnUserUserName").val($("UserName", this).text());
                        $("#hdnUserPersonId").val($("PersonId", this).text());
                        $("#hdnUserPersonProfile").val($("PersonProfile", this).text());
                        $("#hdnUserGender").val($("Gender", this).text());
                        $("#hdnUserFirstName").val($("name", this).text());
                        $("#hdnUserLastName").val($("LastName", this).text());
                        $("#hdnUserAddress1").val($("Address1", this).text());
                        $("#hdnUserAddress2").val($("Address2", this).text());
                        $("#hdnUserCity").val($("City", this).text());
                        $("#hdnUserState").val($("State", this).text());
                        $("#hdnUserCountry").val($("Country", this).text());
                        $("#hdnUserZip").val($("Zip", this).text());
                        $("#hdnUserProvince").val($("Province", this).text());
                        $("#hdnUserPostalCode").val($("PostalCode", this).text());
                        $("#hdnUserPhone").val($("Phone", this).text());
                        $("#hdnUserEmail").val($("Email", this).text());
                        $("#hdnUserDOB").val($("DOB", this).text());
                        $("#hdnUserDueDate").val($("DueDate", this).text());
                        $("#hdnUserChildDOBList").val($("ChildDOBList", this).text());
                        $("#hdnUserBusinessTitle").val($("BusinessTitle", this).text());
                        $("#hdnUserBusinessOrganization").val($("BusinessOrganization", this).text());
                        $("#hdnUserBusinessAddress1").val($("BusinessAddress1", this).text());
                        $("#hdnUserBusinessAddress2").val($("BusinessAddress2", this).text());
                        $("#hdnUserBusinessCity").val($("BusinessCity", this).text());
                        $("#hdnUserBusinessState").val($("BusinessState", this).text());
                        $("#hdnUserBusinessCountry").val($("BusinessCountry", this).text());
                        $("#hdnUserBusinessZip").val($("BusinessZip", this).text());
                        $("#hdnUserBusinessProvince").val($("BusinessProvince", this).text());
                        $("#hdnUserBusinessPostalCode").val($("BusinessPostalCode", this).text());
                        $("#hdnUserBusinessPhone").val($("BusinessPhone", this).text());
                        $("#hdnUserBusinessEmail").val($("BusinessEmail", this).text());
                        $("#hdnUserIsInPADCampaign").val($("IsParticipantInPADCampaign", this).text());
                        try { onLoginHandler(); } catch (e) { ; }
                    });
                }
                //
                var dashboardURL = "/dashboard.html"
                location.href = dashboardURL;
                return false;
                //
                togglePADmini('PADmini_signedin');
                togglecomments('thankyou')
                return false;
            }
        });
        return false;
    }
    function togglePADmini(element) {
        var whichpost = document.getElementById(element);
        if (element == 'PADmini_signedin') {
            try {
                document.getElementById('PADmini_signedin').style.display = '';
            }
            catch (_e) { ; }
            //  -- also show appropriate div
            try {
                var isPADCampaign = $("#hdnUserIsInPADCampaign").val();
                if (isPADCampaign == '1') {
                    document.getElementById('PADmini_signedin_MODPAD').style.display = '';
                    document.getElementById('PADmini_signedin_MODOnly').style.display = 'none';
                }
                else {
                    document.getElementById('PADmini_signedin_MODPAD').style.display = 'none';
                    document.getElementById('PADmini_signedin_MODOnly').style.display = '';
                }
            }
            catch (_e) { ; }
            //  --  and hide pad blob for non-signed user
            try {
                document.getElementById('PADmini_notsignedin').style.display = 'none';
            }
            catch (_e) { ; }
        }
        if (element == 'PADmini_notsignedin') {
            try {
                document.getElementById('PADmini_signedin').style.display = 'none';
            }
            catch (_e) { ; }
            try {
                document.getElementById('PADmini_notsignedin').style.display = '';
            }
            catch (_e) { ; }
        }
    }
</script>
<script>
    function checkBox(id) {
        $("#" + id).get(0).checked = true;
    }
    function setSelectedIndex(s, v) {
        for (var i = 0; i < s.options.length; i++) {
            if (s.options[i].value == v) {
                s.options[i].selected = true;
                return;
            }
        }
    }
    function prepopulatePersonalInfo() {
        if ($("#hdnUserFirstName").val() != "") {
            var pr = $("#hdnUserPersonProfile").val();
            if ($.browser.msie) {
                var xDom = new ActiveXObject("Microsoft.XMLDOM");
                xDom.loadXML(pr);
                jData = xDom;
            }
            else {
                jData = $(pr);
            }
            var Profile = $("ProfileLine", jData);
            var PersonProfileExt = "";
            for (i = 0; i < Profile.length; i++) {
                // if(Profile[i].nodeValue)
                {
                    // var ProfileDetail = Profile[i].nodeValue;
                    var ProfileDetail = $("ProfileDetail", Profile[i]).text();
                    switch (ProfileDetail) {
                        case "USERTYPES.Supporter (Volunteer/Donor)":
                        case "USERTYPES.Parent of a baby (0-2 yrs).Mission-affected.NICU":
                        case "USERTYPES.Parent of a baby (0-2 yrs).Mission-affected":
                        case "USERTYPES.Parent of a baby (0-2 yrs)":
                        case "USERTYPES.Woman considering/pregnant":
                        case "USERTYPES.Supporter (Volunteer/Donor).Student":
                        case "USERTYPES.Professional.Medical professional":
                            //try { setSelectedIndex($('#Select3'), ProfileDetail); } catch (_ee) { var dd=ee; }
                            $("#Select3").val(ProfileDetail);
                            break;
                        case "DO.Advocacy":
                        case "DO.Volunteers.Campaigns/events":
                        case "DO.Volunteers.Do-it-yourself":
                        case "ASSETTYPES.Social media":
                        case "USERTYPES.Supporter (Volunteer/Donor).Company team":
                        case "USERTYPES.Professional.Corporate partner":
                        case "GIVE":
                            //try { setSelectedIndex($('#Select4'), ProfileDetail); } catch (_ee) { var dd = ee; }
                            $("#Select4").val(ProfileDetail);
                            /*
                            USERTYPES.Supporter (Volunteer/Donor).Company team
                            USERTYPES.Professional.Corporate partner
                            */
                            break;
                        // profiles not on Profile page should be Preserved  
                        default:
                            if ($.browser.msie)
                                PersonProfileExt += Profile[i].xml;
                            else
                                PersonProfileExt += "<ProfileLine>" + $(Profile[i]).html() + "</ProfileLine>";
                            break;
                    }
                }
            }
            // Chrome makes nodes lower-case
            PersonProfileExt = PersonProfileExt.replace(/profileline>/gi, "ProfileLine>").replace(/profiledetail>/gi, "ProfileDetail>").replace(/profiledetailvalue>/gi, "ProfileDetailValue>");
            $("#hdnUserPersonProfileExt").val(PersonProfileExt);
            /*$("ProfileLine", Profile).each( function() { 
            
            ProfileDetail = $("ProfileDetail", this).text();
            ProfileDetailValue = $("ProfileDetailValue", this).text();
            
            if(ProfileDetailValue!='') { alert(ProfileDetailValue); }
       
       } );*/
        }
    }
</script>
<script>
    function PAD_saveProfile() {
        //  -- for person profile instead of using checkboxes - dropdowns....
        //var selected = $("#i_care:selected").text();
        var selected = $("#ut_i").val();
        var selected_text = $("#ut_i").text();
        var isSupporter = (selected.indexOf('Supporter (Volunteer/Donor)') > -1) ? 1 : 0;
        var isNICUParent = (selected.indexOf('Parent of a baby (0-2 yrs).Mission-affected.NICU') > -1) ? 1 : 0;
        var isNewParent = (isNICUParent == 0 && selected.indexOf('Parent of a baby (0-2 yrs)') > -1) ? 1 : 0;
        var isPregnantWoman = (selected.indexOf('Woman considering/pregnant') > -1) ? 1 : 0;
        var isPregnancy = isPregnantWoman;
        var isStudent = (selected.indexOf('Supporter (Volunteer/Donor).Student') > -1) ? 1 : 0;
        var isMedicalProfessional = (selected.indexOf('Professional.Medical professional') > -1) ? 1 : 0;
        //specific to PAD:
        /*
        <option value="DO:Volunteers.Campaigns/events">Events</option>
        <option value="DO:Volunteers.Do-it-yourself">Do-it-yourself activities</option>
        <option value="ASSETTYPES:Social media,ASSETTYPES:Tool">Online opportunities</option>
        <option value="USERTYPES:Supporter (Volunteer/Donor).Company team,USERTYPES:Professional.Corporate partner">Company activities</option>
        <option value="GIVE:*">Ways to give</option>   
        */
        selected = $("#i_care_i").val();
        var isAdvocacy = (selected.indexOf('DO:Advocacy') > -1) ? 1 : 0;
        var isVolunteering_Events = (selected.indexOf('DO:Volunteers.Campaigns/events') > -1) ? 1 : 0;
        var isVolunteering = isVolunteering_Events;
        var isVolunteering_DYU = (selected.indexOf('DO:Volunteers.Do-it-yourself') > -1) ? 1 : 0;
        var isOnlineOpportunities = (selected.indexOf('ASSETTYPES.Social media') > -1) ? 1 : 0;
        var isCompanyActivities = (selected.indexOf('USERTYPES.Supporter (Volunteer/Donor).Company team') > -1) ? 1 : 0;
        var isWaysToGive = (selected.indexOf('GIVE') > -1) ? 1 : 0;
        //
        //"/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/update_profile.xml",
        //"/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/register_process_PAD.xml",
        //url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/update_profile_PAD.xml",
        $.ajax({ type: "POST"
            , url: "/forms/update_profile_PAD.xml",
            data: {
                PersonId: $("#hdnUserPersonId").val(),
                hdnVolunteering_Events: isVolunteering_Events,
                hdnVolunteering_DYU: isVolunteering_DYU,
                hdnOnlineOpportunities: isOnlineOpportunities,
                hdnCompanyActivities: isCompanyActivities,
                hdnWaysToGive: isWaysToGive,
                hdnSupporter: isSupporter,
                hdnNICUParent: isNICUParent,
                hdnNewParent: isNewParent,
                hdnPregnantWoman: isPregnantWoman,
                hdnStudent: isStudent,
                hdnMedicalProfessional: isMedicalProfessional,
                PersonProfileExt: $("#hdnUserPersonProfileExt").val()
            },
            success: function(data) {
                wsmessage = "";
                wsresult = "";
                var xml = data.documentElement;
                // Retrieve result
                $("updateprofile-success", xml).each(function() { wsresult = "true"; });
                if (1 == 2 && wsresult != "true") {
                    $("ws-updateprofile-response", xml).each(function() { wsmessage = $("ws-field-Message", this).text(); });
                    alert(wsmessage);
                    return false;
                }
                else {
                    /*
                    $("updateprofile-success", xml).each(function() { wsmessage = $("name", this).text(); });
                    $("#HeaderFirstName").html(wsmessage);
                    $("#ProfileUpdated").show();
                    $(window).scrollTop(200);
                    */
                    var dashboardURL = "/dashboard.html"
                    location.href = dashboardURL;
                    return false;
                }
                //togglecomments('thankyou')
                return false;
            }
        });
        return false;
    }
</script> 
<!-- PAD Get Involved -->
<!-- Forgot Login -->
<script type="text/javascript">
    function toggleForgotLogin(element) {
        var whichpost = document.getElementById(element);
        if (whichpost.className == "commentshown") { whichpost.className = "commenthidden"; }
        else {
            whichpost.className = "commentshown";
            var message = 'Enter your e-mail address to receive your username and password.&nbsp;&nbsp;';
            $("#tdForgetLoginMessage").html(message + " <img src='/images/lock.png'/>");
            $("#rUserNameEmail_ForgotLogin").val('User name or email address*');
            $("#trRegError_ForgotLogin").hide();
            $("#trForgotLoginControls1").show();
            $("#trForgotLoginControls2").show();
        }
        togglecommentswithcleanup('signin');
    }
    
    function userForgotLogin() {
        var error = "";
        var sUserName = $("#rUserNameEmail_ForgotLogin").val();
        $("#regErrUserName_ForgotLogin").hide();
        $("#trRegError_ForgotLogin").hide();
        if (sUserName == "" || sUserName == "User name or e-mail address" 
        || sUserName == "User name or email address" || sUserName == "User name or email address*") {
            error += "<br>User Name cannot be left blank.<br>";
            $("#regErrUserName_ForgotLogin").show();
        }
        if (error != "") {
            error = "Please check the information you<br>entered and try again. <img src='/images/lock.png'>";
            $("#tdRegError_ForgotLogin").html(error);
            $("#trRegError_ForgotLogin").show();
            return false;
        }
        //url: "/cps/rde/xchg/SID-AEBE6F30-907CCD26/mod_prod/forms/register_process_PAD.xml",
        $.ajax({ type: "POST"
        , url: "/forms/forgotlogin_process.xml",
            data: {
                username: sUserName
            },
            success: function(data) {
                wsmessage = "";
                wsresult = "";
                var xml = data.documentElement;
                // $("#txtarea").text(xml.xml);
                // Retrieve result
                $("ws-forgotlogin-response", xml).each(function() { wsmessage = $("ws-field-ErrorNumber", this).text(); });
                if (wsmessage != "") {
                    $("ws-forgotlogin-response", xml).each(function() { wsmessage = $("ws-field-ErrorNumber", this).text(); });
                    //alert(wsmessage);
                    wsmessage = "Your email address is not registered with March of Dimes.";
                    $("#tdRegError_ForgotLogin").html(wsmessage + " <img src='/images/lock.png'>");
                    $("#trRegError_ForgotLogin").show();
                    if (wsmessage.indexOf("Email") > 0) $("#regErrUserName_ForgotLogin").show();
                    if (wsmessage.indexOf("username") > 0) $("#regErrUserName_ForgotLogin").show();
                    return false;
                }
                else {
                    emailaddress = $("ws-forgotlogin-response", xml).find("Email:first").text();
                    if (emailaddress == "") {
                        wsmessage = "Your email address is not registered with March of Dimes.";
                        $("#tdRegError_ForgotLogin").html(wsmessage + " <img src='/images/lock.png'>");
                        $("#trRegError_ForgotLogin").show();
                        if (wsmessage.indexOf("Email") > 0) $("#regErrUserName_ForgotLogin").show();
                        if (wsmessage.indexOf("username") > 0) $("#regErrUserName_ForgotLogin").show();
                        return false;
                    }
                    wsmessage = "Your User name/Password will be emailed to " + emailaddress;
                    $("#tdRegError_ForgotLogin").html(wsmessage + " <img src='/images/lock.png'>");
                    $("#trRegError_ForgotLogin").show();
                    $("#hForgetLoginWelcomeBackMessage").html("Thank you.");
                    $("#tdForgetLoginMessage").html(wsmessage + " <img src='/images/lock.png'>");
                    $("#trRegError_ForgotLogin").hide();
                    $("#trForgotLoginControls1").hide();
                    $("#trForgotLoginControls2").hide();
                }
                //
                //toggleForgotLogin('forgotlogin')
                return false;
            }
        });
        return false;
    }
</script> 
<!-- Given Zip Info -->
<!-- values being set in session.xml -->
    <input type="hidden" name="hdnGivenZip" id="hdnGivenZip" 
   value="94022">   
   <input type="hidden" name="hdnGivenOffice" id="hdnGivenOffice" 
   value="24">   
   <input type="hidden" name="hdnGivenDivision" id="hdnGivenDivision" 
   value="South Bay Division">   
   <input type="hidden" name="hdnGivenChapter" id="hdnGivenChapter" 
   value="California">   
 <input type="hidden" name="hdnGivenChapterCode" id="hdnGivenChapterCode" 
   value="CA608">   
<!-- Given Zip Info -->
<!-- Forgot Login -->

   <div id="gridsignin" class="grid_signin"><a href="javascript:togglecommentswithcleanup('signin')"><img alt="" src="/images/signin_button.png" onMouseOver="this.src='/images/signin_button_hover.png'" onMouseOut="this.src='/images/signin_button.png'" border="0"/></a></div>
    <div class="grid_donatebutton" style="position:relative; left:40px; top:11px;">
        <a href="/giving/support_general.html" onClick="return DonateBtnClick(); _gaq.push(['_trackEvent', ‘Donations – header’, 'Click ', 'header Version 20']);">
            <img border="0" onmouseout="this.src='/images/DonatePink.png'" onmouseover="this.src='/images/DonatePinkHover.png'" src="/images/DonatePink.png" alt="Mod donation">
        </a>
    </div>
   <div id="gridsignedin" class="grid_signin commenthidden"><a href="javascript:signOut_reload(true)"><img alt="" src="/images/signout_button.png" onMouseOver="this.src='/images/signout_button_hover.png'" onMouseOut="this.src='/images/signout_button.png'" border="0"/></a></div>
   <input type="hidden" name="hdnUserUserName" id="hdnUserUserName" value=''>   
   <input type="hidden" name="hdnUserPersonId" id="hdnUserPersonId" value=''>   
   <input type="hidden" name="hdnUserPersonProfile" id="hdnUserPersonProfile" value=''>   
   <input type="hidden" name="hdnUserGender" id="hdnUserGender" value=''>   
  
   <input type="hidden" name="hdnUserFirstName" id="hdnUserFirstName" value=''>   
   <input type="hidden" name="hdnUserLastName" id="hdnUserLastName" value=''>   
   <input type="hidden" name="hdnUserEmail" id="hdnUserEmail" value=''>   
   <input type="hidden" name="hdnUserAddress1" id="hdnUserAddress1" value=''>   
   <input type="hidden" name="hdnUserAddress2" id="hdnUserAddress2" value=''>   
   <input type="hidden" name="hdnUserCity" id="hdnUserCity" value=''>   
   <input type="hidden" name="hdnUserState" id="hdnUserState" value=''>   
   <input type="hidden" name="hdnUserCountry" id="hdnUserCountry" value=''>   
   <input type="hidden" name="hdnUserZip" id="hdnUserZip" value=''>   
   <input type="hidden" name="hdnUserProvice" id="hdnUserProvince" value=''>   
   <input type="hidden" name="hdnUserPostalCode" id="hdnUserPostalCode" value=''>   
   <input type="hidden" name="hdnUserPhone" id="hdnUserPhone" value=''>   
   <input type="hidden" name="hdnUserDOB" id="hdnUserDOB" value=''>   
   <input type="hidden" name="hdnUserDueDate" id="hdnUserDueDate" value=''>   
   <input type="hidden" name="hdnUserChildDOBList" id="hdnUserChildDOBList" value=''>   
   <input type="hidden" name="hdnUserBusinessTitle" id="hdnUserBusinessTitle" value=''>   
   <input type="hidden" name="hdnUserBusinessOrganization" id="hdnUserBusinessOrganization" value=''>   
   <input type="hidden" name="hdnUserBusinessAddress1" id="hdnUserBusinessAddress1" value=''>   
   <input type="hidden" name="hdnUserBusinessAddress2" id="hdnUserBusinessAddress2" value=''>   
   <input type="hidden" name="hdnUserBusinessCity" id="hdnUserBusinessCity" value=''>   
   <input type="hidden" name="hdnUserBusinessState" id="hdnUserBusinessState" value=''>   
   <input type="hidden" name="hdnUserBusinessCountry" id="hdnUserBusinessCountry" value=''>   
   <input type="hidden" name="hdnUserBusinessZip" id="hdnUserBusinessZip" value=''>   
   <input type="hidden" name="hdnUserBusinessProvice" id="hdnUserBusinessProvince" value=''>   
   <input type="hidden" name="hdnUserBusinessPostalCode" id="hdnUserBusinessPostalCode" value=''>   
   <input type="hidden" name="hdnUserBusinessPhone" id="hdnUserBusinessPhone" value=''>   
   <input type="hidden" name="hdnUserBusinessEmail" id="hdnUserBusinessEmail" value=''>  
   
   <!-- PAD Get Involved -->
   <input type="hidden" name="hdnUserIsInPADCampaign" id="hdnUserIsInPADCampaign" value=''>   
 
    <!-- if not logged in, and page is "profile page", then redirect to default -->
    <script>
        //--    greg 07/2011 -- allow to show profile for not-logged in users
        /*
        if (location.href.indexOf("/profile.html") > 0 )
        {
        var newlocation = location.href.replace("/profile.html","/default.html");
        location.href = newlocation;                    
        }  
        */  
    </script>
    
  
<div class="commenthidden"   id="mini" style="position:absolute; z-index: 100; width:209px; padding-left:27px; padding-right:25px; padding-top:47px; height:525px; background-image:url('/images/signup_bg.png'); color:#333333; font-family:verdana; font-size:8pt; right: -5px; top: 82px;"> 
        <div><h3 style="color:#0094b5; padding-bottom:6px; ">Welcome, <span id="HeaderFirstName"></span>!</h3></div> 
<div style="border-bottom:thin; border-bottom-color:#a9a9a9; border-bottom-style:solid;border-bottom-width:1px; padding-bottom:16px;"><p style="line-height:11pt">You’re in! See your latest actions or visit your profile and dashboard.</p>
            <h3 style="padding-top:12px; padding-bottom:9px">Messages</h3> 
           <div style="itwasherebefore;display:none"><ul style="position: relative; text-align: left; line-height: 10pt; padding-left: 20px; margin-left: -7px; list-style-image: url(/images/bullet_purple.png);">
    <li style="padding-bottom: 3px; line-height: 10pt;">Thank you for signing up for Marchofdimes.com!</li>
    <li style="padding-bottom: 3px; line-height: 10pt;">Thank you for your recent donation to support babies’ health.</li>
    <li style="padding-bottom: 3px; line-height: 10pt; padding-top: 5px;"><a  style="color: #666666;" href="/profile.html">Update your preferences any time from the profile page.</a> </li>
</ul></div>
            <ul id="ulgetInbox" style="display:none;position: relative; text-align: left; line-height: 10pt; padding-left: 20px; margin-left: -7px; list-style-image: url(/images/bullet_purple.png);">
                <li style="padding-bottom: 3px; line-height: 10pt;">Thank you for signing up for Marchofdimes.com!</li>
            </ul>
            <div id="divgetInbox"></div>
                </div> 
                <div style="border-bottom:thin; border-bottom-color:#a9a9a9; border-bottom-style:solid;border-bottom-width:1px; padding-top:15px;padding-bottom:18px;"> 
            <h3 style=" padding-bottom:9px">Saved pages</h3> 
            <ul id="ulgetSaved" style=" margin-left:-7px ;text-align:left;padding-left:20px; list-style-image:url('/images/bullet_purple.gif'); position:relative; line-height:10pt;"> 
               
	<li>
			When you save a page, it will appear here.
		</li>

            </ul> 
 
                </div> 
                <div style="padding-top:15px;padding-bottom:18px;"> 
            <h3 style=" padding-bottom:9px">Activities</h3> 
                        <ul id="ulgetAskedSearchedShared" style=" margin-left:-7px ;text-align:left;padding-left:20px; list-style-image:url('/images/bullet_purple.gif'); position:relative; line-height:10pt;"> 
                       
  


  
    

  
    

  

  


  
      You do not have any shared pages
    




                            <!-- li>


        Asked:  
    You have not asked any questions


</li> 
                            <li style="padding-top:8px;">


        Searched:  
    You do not have any search results


</li> 
                            <li style="padding-top:8px;">

<a href="" style="color:#666666" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
          Shared:  
    You have not shared anything
</a>

</li -->
                        </ul>
            
                    <br /> <br /> 
            
           <span class="style1"><a href="/profile.html" style="font-weight:bold;">My profile</a>
              &nbsp;&nbsp;<font style="color: #9C5FB5;">|</font>&nbsp;&nbsp;<a href="/dashboard.html" style="font-weight:bold;">My dashboard</a>
            
        <!--| <a href="#1">My Blog</a>--></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            </div> 
            <div class="grid_pencil" style=" padding: 0px; position: relative; right: 15px; top:-41px; width: 19px; height: 18px;"><!--<a href="javascript:userlogout();" id="greyeditlink">edit</a>--></div> 
<div class="grid_close3"style="left:224px; top: 30px"><a href="javascript:togglemini()"><img src="/images/close_button.png" border="0" /></a></div> 
</div> 
<div class="commenthidden" id="signup" style="position:absolute; z-index: 100; width:207px; padding-left:30px; padding-right:20px; padding-top:46px; height:525px; background-image:url('/images/signup_bg.png');  right: -1px; top: 81px;">
    <table class="table" cellpadding="0" cellspacing="0" style="width: 215px;  text-decoration:none; ">
        <tr>
            <td><h3>Hello!</h3></td>
        </tr>
        <tr id="trBeforeRegError">
            <td style="padding-top:0px; margin-top:-2px;"><!--Sign up and tell us your interests.-->Personalize your experience, get access to saved pages, donation receipts and more.
<p style="font-size:7pt; margin-top:10px">Already have an account? <a href="javascript:switchtologin();">Sign in</a>.</p>
</td>
        </tr>
        <tr id="trRegError" style="display: none;">
            <td class="errormessage" id="tdRegError">
               Please check the information you<br>
               entered and try again. <img src="/images/lock.png">
            </td>
        </tr>
        <tr>
            <td style="padding-top:8px;">
            <div id="regErrFirstName" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <input name="rFirstName" id="rFirstName" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()"  type="text" value="First name*" />
            </td>
        </tr>
        <tr>
            <td>
            <div id="regErrLastName" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <input name="rLastName" id="rLastName" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="Last name*" /></td>
        </tr>
        <tr>
            <td>
            <div id="regErrEmail" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <input name="rEmail" id="rEmail" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="Email address*" /></td>
        </tr>
        <tr>
            <td>
            <div id="regErrUserName" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <input name="rUserName" id="rUserName" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" 
onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="Username" /></td>
        </tr>
        <tr>
            <td>
            <div id="regErrPassword" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <div style="position: relative;">
                <label id="lbl_for_rPassword" for="password1" style="position: absolute; top: 2px; left: 9px; z-index: 100; cursor: text; color: #999;" onclick="$('#rPassword').get(0).focus();">Password*</label>
                <label id="lbl_for_rPasswordConfirm" for="password1" style="position: absolute; top: 2px; left: 115px; z-index: 100; cursor: text; color: #999;" onclick="$('#rPasswordConfirm').get(0).focus();">Confirm*</label>
                <input name="rPassword" id="rPassword" class="inputboxshort" onkeypress="loginonkeypress(this, event)" type="password" value="" 
                    onfocus="$('#lbl_for_rPassword').hide();" onblur="if (this.value=='') $('#lbl_for_rPassword').show();"/>&nbsp;&nbsp;
                <input name="rPasswordConfirm" id="rPasswordConfirm" class="inputboxshort" onkeypress="loginonkeypress(this, event)" type="password" value="" 
                    onfocus="$('#lbl_for_rPasswordConfirm').hide();" onblur="if (this.value=='') $('#lbl_for_rPasswordConfirm').show();"/>
                  <div id="regErrPasswordConfirm" class="errorarrow" style="display:none; float:right;"><img src="/images/error_arrow_signup.png"></div>
               </div>
             </td>
            <!-- input name="rPassword" id="rPassword" class="internal-label inputboxshort" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="password" value="Password*" />&nbsp;&nbsp;&nbsp; 
            <input name="rPasswordConfirm" id="rPasswordConfirm" class="internal-label inputboxshort" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="password" value="Password*" / -->
         </tr>
        <!-- <tr>
            <td>
            <input name="Text18" id="inputboxshortlast" class="internal-label" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="Zip Code" /></td>
        </tr> -->
        <!-- <tr>
            <td style="padding-top:0px; padding-right:0px;">
            <input name="Checkbox13" type="checkbox" checked="checked" value="hey"  style="padding:0px; padding-right:3px;" class="style3"/><span class="purplelogintext"> 
            I agree to terms of service*</span></td>
        </tr> -->
        
         <tr> 
            <td> 
            <div id="regErrZip" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>  
            <input name="rZipCode" id="rZipCode" class="internal-label inputbox" 
            onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" 
            onclick="return z_onclick()" type="text" value="ZIP code"  maxlength="5" /></td> 
        </tr> 
        
        <tr>
            <td style="padding-top:0px; padding-bottom:0px; height: 32px;">
            <input name="rNewsLetterSignUp" id="rNewsLetterSignUp" type="checkbox" checked="yes" style="padding:0px;padding-right:3px;" class="style3"/><span class="purplelogintext"> 
            Send me the e-newsletter</span></td>
        </tr>
        <tr>
            <td  style="padding-top:8px; padding-bottom:5px"><h3 style="font-size:8pt">Tell us your interests</h3></td>
        </tr>
        <tr>
            <td style="padding-left:0px">
                
<table cellpadding="0" cellspacing="0" style="width: 225px; margin-left:-3px;" class="purplelogintext">
                    <tr>
                    <td style="height: 21px; padding-bottom:0px;">
                        <input name="rPregnancy" id="rPregnancy" type="checkbox" style="padding:0px; padding-right:3px;" /></td>
                        <td> Pregnancy</td>
                        <td style="height: 21px;">
                        <input name="rBaby" id="rBaby" type="checkbox" style="padding:0px; padding-right:3px;"/></td> 
                        <td> Babies</td>
                    </tr>
                    <tr>
                        <td style="height: 21px;  padding-bottom:0px;">
                        <input name="rVolunteering" id="rVolunteering" type="checkbox" style="padding:0px;padding-right:3px;"/></td>
                        <td> Volunteering</td>
                        
                        <td valign=middle>
                        <input name="rProfessionalResources" id="rProfessionalResources" 
                            type="checkbox" style="padding:0px 3px 0px 0px;"/></td>
                        <td valign=middle> Professional Resources</td>
                        
                    </tr>
                    <tr style="display:none">
                        <td style="height: 21px; padding-bottom:0px;">
                        <input name="rResearch" id="rResearch" type="checkbox" value="hey there" style="padding:0px;padding-right:3px;"/></td>
                        <td>Research</td>
                        <td style="height: 21px">
                        <input name="rLocalEvents" id="rLocalEvents" type="checkbox" style="padding:0px;padding-right:3px;"/></td>
                        <td> Local Events</td>
                    </tr>
                    <tr style="display:none">
                        <td style="height: 21px;" valign=middle>
                        <input name="rAdvocacy" id="rAdvocacy" type="checkbox" style="padding:0px;padding-right:3px;"/></td>
                        <td valign=middle> Advocacy</td>
                        
                        <td style="height: 21px">
                        <input name="rMission" id="rMission" type="checkbox" style="padding:0px;padding-right:3px;"/></td>
                        <td> Mission</td>
                    </tr>
                </table>
                </td>
        </tr>
<!-- tr>
<td>
<textarea id="txtarea" name="txtarea"></textarea>
</td>
</tr -->
        <tr>
            <td style="height: 25px; padding-top:10px;">
          <a href="/policies/privacypolicy.html">Privacy policy</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="#" onclick="return registerValidation();"><img alt="" src="/images/purple_go.png"  style="padding-bottom:4px;padding-top:7px; padding-left:2px;" /></a></td>
        </tr>
    </table>
        <div class="grid_close3"style="left:224px; top: 30px"><a href="javascript:togglecomments('signup')"><img src="/images/close_button.png" border="0" /></a></div>
</div>
<div class="commenthidden" id="signin" style="position:absolute; z-index: 100; width:216px;height:235px;padding-top:42px; padding-left:30px; padding-right:17px; background-image:url('/images/signin_bg.png');  right: -7px; top: 81px;">
<table class="table" cellpadding="0" cellspacing="0" style=" text-decoration:none; height: 162px; width: 207px;">
        <tr>
            <td colspan="2" style="height: 16px; padding-top:4px">
            <h3 style="color:#0094b5">Welcome Back!</h3>
                </td>
        </tr>
     <tr id="trBeforeLoginError">
            <td colspan="2" style="padding-bottom:8px;padding-top:-1px">  Use your existing or March for Babies user name and password to sign in.  <img src="/images/lock.png"></td>
        </tr>        
        <tr id="trLoginError" style="display: none;">
            <td colspan="2" class="errormessage" id="tdLoginError">
               Please check the information you<br>
               entered and try again. <img src="/images/lock.png">
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <div id="loginErrUserName" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
                <!-- input name="username" id="username" class="internal-label inputbox" onkeypress="loginonkeypress(this, event)" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="User name or email address" / -->
                <div style="position: relative;">
                <label id="lbl_for_username" class="replaceWithBrowserName"
                    for="username" 
                    onclick="$('#username').get(0).focus();">User name or email address*</label>
                <input name="username" id="username" class="inputbox" onkeypress="loginonkeypress(this, event)" type="text" value=""
                    onfocus="$('#lbl_for_username').hide();" onblur="if (this.value=='') $('#lbl_for_username').show();"/>
                </div>
            </td>
        </tr>
        <tr>
            <td colspan="2">
            <div id="loginErrPassword" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>
            <!-- input name="password1" id="password1" class="internal-label inputbox" onkeypress="loginonkeypress(this, event)" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="password" value="`!*__*!`" / -->
            <div style="position: relative;">
                <label id="lbl_for_password1" class="replaceWithBrowserName"
                for="password1" 
                onclick="$('#password1').get(0).focus();">Password*</label>
                <input name="password1" id="password1" class="inputbox" onkeypress="loginonkeypress(this, event)" type="password" value="" 
                    onfocus="$('#lbl_for_password1').hide();" onblur="if (this.value=='') $('#lbl_for_password1').show();"/>
               </div>
            </td>
        </tr>
        <tr>
            <!--<td style="width: 113px;padding-top:6px;"> 
            <div style="width: 116px; vertical-align:middle ">
                <input name="Checkbox12" type="checkbox" style="padding:0; margin:0; border:0" /> Remember me
            </div>
            </td>-->
            <td>
                <div style="float:right; margin-right:5px;">
                    <a href="#" onclick="return loginValidation();"><img alt="" src="/images/green_go.png"  border="0" /></a>
                </div>    
            </td>
        </tr>
        <tr><!-- Forgot Login -->
            <td class="purplelogintext" style="padding-top:4px;" colspan="2">
<p style="padding-top:2px;"><a href="javascript:toggleForgotLogin('forgotlogin')" onclick=""  style=" padding-left:0px;margin-left:0px;">Forgot username/password</a> <br /> <a href="/policies/privacypolicy.html">Privacy policy</a></p></td>        </tr>
    </table>
    <div class="grid_close3"style="left:224px; top: 30px"><a href="javascript:togglecomments('signin')"><img src="/images/close_button.png" border="0" /></a></div>
</div>
<!-- Forgot Login commenthidden  -->   
<div class="commenthidden" id="forgotlogin" 
    style="position:absolute; z-index: 20; width:216px;height:153px;padding-top:42px; padding-left:25px; padding-right:17px; background-image:url(/images/forgotpassword_bg.png);  right: -7px; top: 81px;">
    <div style=" text-decoration:none; height: 162px; width: 223px;">
    
            <div colspan="2" style="height: 16px; padding-top:4px; width: 217px;">
            <h3 style="color:#0094b5"  id="hForgetLoginWelcomeBackMessage" >Welcome Back!</h3>
                </div>
            <div style="padding-bottom:0px;padding-top:10px; margin-bottom:0px; width: 217px; height: 45px;" id="tdForgetLoginMessage" >Enter your e-mail address to 
            receive your username and password.&nbsp;&nbsp;<img src="/images/lock.png" />   
            </div> 
 <div id="trRegError_ForgotLogin" style="display: none; margin-bottom:5px; margin-top:-15px">
            <div class="errormessage" id="tdRegError_ForgotLogin">
               Please check the information you<br>
               entered and try again.
            </div>    
        </div>
  
        <div  id="trForgotLoginControls1" >
            <div style="width: 217px; height: 25px;">
                <div id="regErrUserName_ForgotLogin" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>
                <input name="rUserNameEmail_ForgotLogin" id="rUserNameEmail_ForgotLogin" style="color:#333333; margin-bottom:5px;" 
                class="inputbox" onfocus="javascript:internalLabelFocus(this);" 
                onblur="javascript:internalLabelBlur(this);" 
                onclick="return z_onclick()" type="text" value="User name or email address*" /></div>
        </div>
        <div id="trForgotLoginControls2" >
                        <div style="width: 217px">
                <div style="float:right;margin-right:13px; padding-top:10px; margin-top:-5px">
                    <a href="#" onclick="return userForgotLogin();"><img alt="" src="/images/green_go.png"  border="0" /></a>
                </div>    
            </div>
        </div>
    </div>
    <div class="grid_close3"style="left:224px; top: 30px"><a href="javascript:toggleForgotLogin('forgotlogin')"><img src="/images/close_button.png" border="0" /></a></div>
</div>
<!-- Forgot Login -->
<div class="commenthidden"  id="thankyou" style="position:absolute; z-index: 100; width:209px; padding-left:27px; padding-right:25px; padding-top:47px; height:292px; background-image:url('/images/thank_you_bg.png'); color:#333333; font-family:verdana; font-size:8pt; right: -5px; top: 82px;"> 
        <div><h3 style="color:#0094b5; padding-bottom:0px; margin-bottom:10px;">Thank you!</h3></div> 
<div style="padding-bottom:16px;"><span style="line-height:11pt">Thanks for choosing to be part of our community. <!-- IF NEWSLETTER -->You have subscribed to the March of 
Dimes e-newsletter, with the preference Pregnancy selected.<!-- END IF NEWSLETTER --> You will receive a confirmation e-mail at
user's e-mail address</span>
            <h3 style="padding-top:12px; padding-bottom:9px"><!-- IF NO NEWSLETTER --><!--Your experience on marchofdimes.com is whatever you want it to be. -->You can now:<!-- END IF NO NEWSLETTER --><!-- IF NEWSLETTER: You can also now: --></h3> 
            <ul style=" margin-left:-7px ;text-align:left;padding-left:20px; list-style-image:url('/images/bullet_purple.gif'); position:relative; line-height:10pt;"> 
                <li style="line-height:10pt; padding-bottom:3px"><a href="/profile.html" style="color:#333333"> 
                Complete your profile</a></li>
<li style="padding-top:5px; line-height:10pt; padding-bottom:3px"><a href="/profile.html" style="color:#333333"> 
            Set your personal preferences</a></li>
            <li style="padding-top:5px; line-height:10pt; padding-bottom:3px"><a href="/profile.html" style="color:#333333"> 
            Personalize marchofdimes.com</a></li>
<li style="padding-top:5px; line-height:10pt; padding-bottom:3px"><a href="#1" style="color:#333333"> 
            Recommend, save and share your favorite pages</a></li>
            </ul> 
                </div>                             
            <div class="style1" style="margin-top:5px;width: 105px; height: 12px; float:left"><a href="/policies/privacypolicy.html">Privacy policy</a></div>
<div  style=" width: 88px; float:right"><a href="javascript:userlogin();javascript:togglecomments('thankyou')" ><img alt="" height="23" src="/images/close_purple_singinout.png" width="86" border="0"/></a></div></div>

    <div id="gridpersonal" class="grid_personal"><a href="javascript:togglecomments('signup')"><img alt="" height="38" src="/images/personal_signup_button.png" onMouseOver="this.src='/images/personal_signup_button_hover.png'" onMouseOut="this.src='/images/personal_signup_button.png'"  border="0"/></a></div>
    <div id="gridwelcome" class="grid_personal commenthidden"><a href="javascript:togglemini();refresh_mini_dashboard()"><img alt="" height="38" src="/images/mymod_button.png" onMouseOver="this.src='/images/mymod_button_hover.png'" onMouseOut="this.src='/images/mymod_button.png'"  border="0"/></a></div>
  
<!-- Login/Register End -->
<!-- News Feed -->
<div class="grid_news">    
    <div id="purpleNewsText"><a href="/news/newsdesk.html">news</a>:&nbsp;&nbsp;&nbsp; </div>
    <div id="quotes">
        
  <blockquote style="display:none;" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
<a class="greyeditlinknews" href="/news/11085.html">New Multi-Million Dollar Research Cente...</a>
</blockquote>
<blockquote style="display:none;" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
<a class="greyeditlinknews" href="/news/11083.html">First Meeting of the Discretionary Advi...</a>
</blockquote>
<blockquote style="display:none;" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
<a class="greyeditlinknews" href="/news/11079.html">March For Babies Supporter Wins Ride wi...</a>
</blockquote>
<blockquote style="display:none;" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
<a class="greyeditlinknews" href="/news/11077.html">End Early Elective Deliveries, Say 7 Ma...</a>
</blockquote>
<blockquote style="display:none;" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tu="http://tempuri.org/" xmlns:xlink="http://www.w3.org/1999/xlink">
<a class="greyeditlinknews" href="/news/11069.html">March For Babies Volunteers Crowd The T...</a>
</blockquote>
 
    </div>
</div> <!-- grid_news -->
<!-- END News Feed -->
<!-- Change email form -->
<div class="commenthidden" id="changeemail" style="position:absolute; z-index: 100; width:216px;height:203px;padding-top:42px; padding-left:30px; padding-right:17px; background-image:url('/images/error_signup_bg.png');  right: -7px; top: 81px;">
<table class="table" cellpadding="0" cellspacing="0" style=" text-decoration:none; height: 162px; width: 207px;"> 
        <tr> 
            <td colspan="2" style="height: 16px; padding-top:4px"> 
            <h3 style="color:#0094b5">Welcome Back!</h3> 
                </td> 
        </tr> 
        <tr id="trChangeEmailError" style="display: none;">
            <td colspan="2" class="errormessage" id="tdChangeEmailError">
               Please check the information you<br>
               entered and try again. <img src="/images/lock.png">
            </td>
        </tr>
       <tr id="trChangeEmailCopy"> 
            <td colspan="2" style="padding-bottom:8px;padding-top:-1px;color:#c7233a">Your e-mail address is linked to multiple accounts. Protect your privacy, make it unique.
            <img src="/images/lock.png" /></td> 
        </tr>        <tr> 
            <td colspan="2"> 
                <div id="changeEmailErrCurrentEmail" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
                <input name="CurrentEmail" id="CurrentEmail" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="Current email address" /> 
           </td> 
        </tr> 
        <tr> 
            <td colspan="2"> 
                <div id="changeEmailErrNewEmail" class="errorarrow" style="display:none;"><img src="/images/error_arrow_signup.png"></div>            
            <input name="NewEmail" id="NewEmail" class="internal-label inputbox" onfocus="javascript:internalLabelFocus(this);" onblur="javascript:internalLabelBlur(this);" onclick="return z_onclick()" type="text" value="New e-mail address" /></td> 
        </tr> 
        <tr> 
            <td> 
                <div style="float:right;margin-right:5px;"> 
                    <a href="#" onclick="return changeEmailValidation()"><img alt="" src="/images/green_go.png"  border="0" /></a> 
                </div>    
                <a href="#" onclick="return changeEmailNotNow()"><img alt="" height="23" src="/images/notnow_button.png" width="95" border="0" /></a></td> 
        </tr> 
        <tr> 
            <td class="purplelogintext" style="padding-top:4px;" colspan="2"> 
            &nbsp;</td>        </tr> 
    </table> 
    <div class="grid_close3"style="left:224px; top: 30px"><a href="javascript:togglecomments('changeemail')"><img src="/images/close_button.png" border="0" /></a></div>
</div> 
<!-- End of Change email form -->
</div>
</div>

<div class="grid_main">
<div id="navmenu">
<div style="position: absolute; top: -19px; left: 167px; width: 48px; height: 19px;"><img src="/images/pyramid2.png" /></div>
<div style="position: absolute; right: 16px; top: 14px; width:15px; height:14px;"><a href="#" onclick="toggle_visibility('navmenu');document.getElementById('selectac').src='/images/select_ac.png'"><img src="/images/closenav.png" border="0" /></a></div>
<ul id="menuOuter" style="margin: 0px; padding: 0px; margin-left: -10px;">
    <li class="lv1-li" style="padding: 15px 0px 0px 14px"><!--[if lte IE 6]><a class="lv1-a" href="#url"><table><tr><td><![endif]-->
<ul id="toplevel"> 
    <li id="mission" class="current" onmouseover="this.className=''"><a href="/mission/mission.html" class="fly"  ><span>Mission</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul id="missionlist">
            <li id="prematuritycampaignurl"><a href="/mission/prematurity.html"><span>Prematurity Campaign</span></a></li>
            <li id="localprogramsurl"><a href="/mission/localprograms.html"><span>Local Programs</span></a></li>
            <li id="globalprogramsurl"><a href="/mission/globalprograms.html"><span>Global Programs</span></a></li>
            <li id="historyurl" ><a href="/mission/history.html"><span>History</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="pregnancy" class="" ><a href="/pregnancy/pregnancy.html" class="fly"><span>Pregnancy</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul id="preg"> 
            <li id="beforeyourepregnant" ><a class="nohref fly"><span>Before pregnancy</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul id="beforeyou">
                    <li id="getreadyforpregnancyurl"><a href="/pregnancy/getready.html"><span>Get ready for pregnancy</span></a></li>
                    <li id="tryingtourl"><a href="/pregnancy/trying.html"><span>Trying to get pregnant</span></a></li>
                    <li id="folicacid"><a href="/pregnancy/folicacid.html"><span>Folic acid</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li id="duringpregnancy" ><a class="nohref fly"><span>During pregnancy</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul class="upone">
                    <li id="yourpregnanturl"><a href="/pregnancy/yourbody.html"><span>Your pregnant body</span></a></li>
                    <li id="prenatalcareurl"><a href="/pregnancy/prenatalcare.html"><span>Prenatal care</span></a></li>                
                    <li id="eatingandurl"><a href="/pregnancy/nutrition.html"><span>Eating and nutrition</span></a></li>
                    <li id="physicalactivityurl"><a href="/pregnancy/physicalactivity.html"><span>Physical activity</span></a></li>
                    <li id="emotionalandurl"><a href="/pregnancy/lifechanges.html"><span>Emotional and life changes</span></a></li>
                    <li id="stayingsafeurl"><a href="/pregnancy/stayingsafe.html"><span>Staying safe</span></a></li>
                    <li id="alcoholandurl"><a href="/pregnancy/alcohol.html"><span>Alcohol and drugs</span></a></li>
                    <li id="dadstobeurl"><a href="/pregnancy/dadstobe.html"><span>Dads to be</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li id="givingbirth"><a class="nohref fly"><span>Giving birth</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul >
                    <li id="getreadyforlaborurl"><a href="/pregnancy/labor.html"><span>Get ready for labor</span></a></li>
                    <li id="vaginalbirthurl"><a href="/pregnancy/vaginalbirth.html"><span>Vaginal birth</span></a></li>
                    <li id="csectionurl"><a href="/pregnancy/csection.html"><span>C-section</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li id="aftergivingbirth"><a class="nohref fly"><span>After giving birth</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul>
                    <li id="postpartumfeelingsurl"><a href="/pregnancy/postpartum.html"><span>Postpartum feelings</span></a></li>
                    <li id="yourbodyurl"><a href="/pregnancy/afterbaby.html"><span>Your body after baby</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li id="pregcomplications"><a class="nohref fly"><span>Health problems</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul>
                    <li id="pregnancycomplicationsurl"><a href="/pregnancy/complications.html"><span>Pregnancy complications</span></a></li>
                    <li id="pretermlaborurl"><a href="/pregnancy/preterm.html"><span>Preterm labor</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="baby" class=""><a href="/baby/baby.html" class="fly" ><span>Baby</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul >
            <li  id="preparingforyourbaby"><a class="nohref fly"><span>Preparing for your baby</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul>
                    <li id="bringingbabyurl"><a href="/baby/bringinghome.html"><span>Bringing baby home</span></a></li>
                    <li id="babygearurl"><a href="/baby/gear.html"><span>Baby gear</span></a></li>
                    <li id="newdadsurl"><a href="/baby/newdads.html"><span>New dads</span></a></li>    
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li  id="caringforyourbaby"><a class="nohref fly"><span>Caring for your baby</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul >
                    <li id="babycare101url"><a href="/baby/care.html"><span>Baby care 101</span></a></li>
                    <li id="feedingyourbabyurl"><a href="/baby/feeding.html"><span>Feeding your baby</span></a></li>
                    <li id="yourbabysenvironmenturl"><a href="/baby/environment.html"><span>Your baby's environment</span></a></li>    
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li  id="yourbabysdevelopment"><a class="nohref fly"><span>Your baby's health</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul >
                    <li id="yourgrowingbabyurl"><a href="/baby/growing.html"><span>Your growing baby</span></a></li>
                    <li id="wellbabycareurl"><a href="/baby/wellbabycare.html"><span>Well baby care</span></a></li>
                    <li id="sickbabycareurl"><a href="/baby/sickbabycare.html"><span>Sick baby care</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
            <li  id="babycomplications"><a class="nohref fly"><span>Complications and loss</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
                <ul class="uptwo" >
                    <li id="inthenicuurl"><a href="/baby/inthenicu.html"><span>In the NICU</span></a></li>
                    <li id="homeafterthenicuurl"><a href="/baby/homeafternicu.html"><span>Home after the NICU</span></a></li>    
                    <li id="yourprematurebabyurl"><a href="/baby/premature.html"><span>Your premature baby</span></a></li>
                    <li id="birthdefectsurl"><a href="/baby/birthdefects.html"><span>Birth defects</span></a></li>                  
                    <li id="newbornlossurl"><a href="/baby/loss.html"><span>Newborn loss</span></a></li>
                </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
            </li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="research" class=""><a href="/research/research.html" class="fly"  ><span>Research</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul >
            <li id="prematurityresearchurl"><a href="/research/prematurityresearch.html"><span>Prematurity research</span></a></li>
            <li id="birthdefectsresearchurl"><a href="/research/birthdefectsresearch.html"><span>Birth defects research</span></a></li>
            <li id="infanthealthresearchurl"><a href="/research/infanthealthresearch.html"><span>Infant health research</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="professionals" class=""><a href="/professionals/professionals.html" class="fly" ><span>Professionals</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul class="upone">
            <li id="infoforyourpatienceurl"><a href="/professionals/patients.html"><span>Info for your patients</span></a></li>
            <li id="medicalresourcesurl"><a href="/professionals/medicalresources.html"><span>Medical resources</span></a></li>
            <li id="professionaleducationurl"><a href="/professionals/education.html"><span>Professional education</span></a></li>
            <li id="productcatalogurl"><a href="http://www.marchofdimes.com/catalog/"><span>Product catalog</span></a></li>
            <li id="perinatalstatisticsurl"><a href="https://www.marchofdimes.com/peristats/"><span>Perinatal statistics</span></a></li>
            <li id="scholarshipandgrantsurl"><a href="/professionals/grants.html"><span>Scholarships and grants</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="advocacy" class=""><a href="/advocacy/advocacy.html" class="fly"><span>Advocacy</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul>
            <li id="accesstohealthcoverageurl"><a href="/advocacy/healthcoverage.html"><span>Access to health coverage</span></a></li>
            <li id="preventionactivitiesurl"><a href="/advocacy/prevention.html"><span>Prevention activities</span></a></li>
            <li id="publicresearchurl"><a href="/advocacy/publicresearch.html"><span>Public research</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
    <li id="volunteers" class=""><a href="/volunteers/volunteers.html" class="fly"><span>Volunteers</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul>
            <li id="leadersurl"><a href="/volunteers/leaders.html"><span>Volunteer leaders</span></a></li>
            <li id="youthurl"><a href="/volunteers/teamyouth.html"><span>Team youth</span></a></li>
            <li id="servicepartnersurl"><a href="/volunteers/servicepartners.html"><span>Service partners</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>            
    <li id="community" class=""><a href="/community/community.html" ><span>Community</span></a></li> 
    <li id="giving" class=""><a href="/giving/giving.html" class="fly"><span>Giving</span><!--[if gte IE 7]><!--></a><!--<![endif]--> 
        <!--[if lte IE 6]><table><tr><td><![endif]--> 
        <ul class="uptwo">
            <li id="makeadonationurl"><a href="/giving/support_general.html"><span>Make a donation</span></a></li>
            <li id="supportaprogramurl"><a href="/giving/support_nicu.html"><span>Support a program</span></a></li>
            <li id="majorgiftsurl"><a href="/giving/plannedgiving.html"><span>Major gifts</span></a></li>
            <li id="ourpartnersurl"><a href="/partnersandsponsors/partnersandsponsors.html"><span>Our partners</span></a></li>
        </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li> 
</ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
</ul>
</div>
 







        

<div id="main" style="width:938px; float:left; height: auto; margin-top:-15px;">
<!-- left area div-->

<div id="interior_main" style="width:674px;float:left;">
<div id="topsection" style="width: 672px;">
<!--<span class="bodytextsm">[open/edit page]</span> -->
<div id="topleft" style="width:230px;float:left; margin-right:15px;margin-top:15px;">

<br />

<h3 class="">404 error</h3>


<!--start is this image used?--><!--end is this image used?-->

<div id="contentstylemission" style="width: 575px">
        The page you are looking for has been moved, deleted or does not exist.
        <p> </p>
        <div style="width: 660px; height: 464px;">
        <div style="float: left; margin-right: 20px;"><a href="/default.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Home</strong></a> <br />
        <a href="/contactus/contactus.html">Contact us</a> <br />
        <a href="/asktheexperts.html">Ask our experts</a> <br />
        <a href="http://www.marchofdimes.com/waystohelp.html?rdmToRead=doModule.xml&isPadPage=&search-query=*%3BDO%3A*&userType=*&DO=DO%3A*&Submit.x=52&Submit.y=7&Submit=reset">Ways to help</a> <br />
        <a href="http://marchofdimes.com/prematurity/index.asp">Prematurity Awareness</a><br />
        <a href="http://marchforbabies.org">March for Babies</a> <br />
        <a href="http://nacersano.org">Nacersano</a> <br />
        <a href="/volunteers/careers.html">Careers</a> <br />
        <a href="/policies/privacypolicy_indepth.html">Privacy Policy</a><br />
        <br />
        <br />
        <a href="/mission/mission.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Mission</strong></a> <br />
        <a href="/mission/prematurity.html">Prematurity campaign</a> <br />
        <a href="/mission/localprograms.html">Local programs</a> <br />
        <a href="/mission/globalprograms.html">Global programs</a> <br />
        <a href="/mission/history.html">History</a> <br />
        <a href="/mission/6507.html">Annual report</a><br />
        <br />
        <a href="/research/research.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Research</strong></a> <br />
        <a href="/research/prematurityresearch.html">Prematurity research</a> <br />
        <a href="/research/birthdefectsresearch.html">Birth defects research</a> <br />
        <a href="/research/infanthealthresearch.html">Infant health research</a> </div>
        <div style="float: left; margin-right: 20px;"><a href="/pregnancy/pregnancy.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Pregnancy</strong></a> <br />
        <a href="/pregnancy/getready.html">Get ready for pregnancy</a> <br />
        <a href="/pregnancy/trying.html">Trying to get pregnant</a> <br />
        <a href="/pregnancy/ovulation_calendar.html">Ovulation Calendar</a> <br />
        <a href="/pregnancy/folicacid.html">Folic acid</a> <br />
        <a href="/pregnancy/yourbody.html">Your pregnant body</a> <br />
        <a href="/pregnancy/prenatalcare.html">Prenatal care</a> <br />
        <a href="/pregnancy/nutrition.html">Eating and nutrition</a> <br />
        <a href="/pregnancy/physicalactivity.html">Physical activity</a> <br />
        <a href="/pregnancy/lifechanges.html">Emotional and life changes</a> <br />
        <a href="/pregnancy/stayingsafe.html">Staying safe</a> <br />
        <a href="/pregnancy/alcohol.html">Alcohol and drugs</a> <br />
        <a href="/pregnancy/labor.html">Get ready for labor</a><br />
        <a href="/pregnancy/vaginalbirth.html">Vaginal birth</a> <br />
        <a href="/pregnancy/csection.html">C-section</a> <br />
        <a href="/pregnancy/postpartum.html">Postpartum feelings</a> <br />
        <a href="/pregnancy/afterbaby.html">Your body after baby</a> <br />
        <a href="/pregnancy/complications.html">Pregnancy complications</a> <br />
        <a href="/pregnancy/preterm.html">Preterm labor</a> </div>
        <div style="float: left; margin-right: 12px;"><a href="/baby/baby.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Baby</strong></a> <br />
        <a href="/baby/bringinghome.html">Bringing baby home</a> <br />
        <a href="/baby/gear.html">Baby gear</a><br />
        <a href="/baby/care.html">Baby care 101</a> <br />
        <a href="/baby/feeding.html">Feeding your baby</a> <br />
        <a href="/baby/environment.html">Your baby’s environment</a> <br />
        <a href="/baby/growing.html">Your growing baby</a> <br />
        <a href="/baby/wellbabycare.html">Well baby care</a> <br />
        <a href="/baby/sickbabycare.html">Sick baby care</a> <br />
        <a href="/baby/inthenicu.html">In the NICU</a> <br />
        <a href="/baby/homeafternicu.html">Home after the NICU</a> <br />
        <a href="/baby/premature.html">Your premature baby</a> <br />
        <a href="/baby/birthdefects.html">Birth defects</a> <br />
        <a href="/baby/loss.html">Newborn loss</a><br />
        <br />
        <a href="/professionals/professionals.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Professionals</strong></a> <br />
        <a href="/professionals/patients.html">Info for your patients</a> <br />
        <a href="http://www.marchofdimes.com/professionals/medicalresources.html">Medical resources</a> <br />
        <a href="/professionals/education.html">Professional education</a> <br />
        <a href="http://www.marchofdimes.com/catalog/" target="_blank">Product catalog</a> <br />
        <a href="http://www.marchofdimes.com/peristats/">Perinatal statistics</a> <br />
        <a href="/professionals/grants.html">Scholarships and grants </a></div>
        <div style="float: right; height: 399px;"><a href="/advocacy/advocacy.html" style="color: #b07fc4;"><strong style="color: #b07fc4;">Advocacy</strong></a> <br />
        <a href="/advocacy/healthcoverage.html"></a><a href="/advocacy/healthcoverage.html">Access to health coverage</a><br />
        <a href="/advocacy/prevention.html">Prevention activities</a> <br />
        <a href="/advocacy/publicresearch.html">Public research</a> <br />
        <br />
        <a href="/community/community.html"><strong style="color: #b07fc4;">Community</strong></a> <br />
        <a href="http://shareyourstory.org/">Share your story</a> <br />
        <br />
        <a href="/volunteers/volunteers.html"><strong style="color: #b07fc4;">Volunteers</strong></a> <br />
        <a href="/volunteers/leaders.html">Volunteer leaders</a> <br />
        <a href="/volunteers/teamyouth.html">Team Youth</a> <br />
        <a href="/volunteers/servicepartners.html">Service partners</a> <br />
        <br />
        <a href="/giving/giving.html"><strong style="color: #b07fc4;">Giving</strong></a> <br />
        <a href="https://www.marchofdimes.com/giving/support_general.html">Make a donation</a> <br />
        <a href="/giving/support_nicu.html">Support NICU families</a> <br />
        <a href="/giving/support_research.html">Support research</a> <br />
        <a href="/giving/support_education.html">Support education</a> <br />
        <a href="/giving/giving_opportunities.html">Giving Opportunities</a> <br />
        <a href="http://www.marchofdimes.com/prematurity/index_give.asp">Banding Together</a> <br />
        <a href="/partnersandsponsors/partnersandsponsors.html">Partners and sponsors</a> </div>
        <div></div>
        <p> </p>
        <p> </p>
        </div>
    <br /> 
</div></div>
 <!-- end of boby area-->

 
</div>
<!--end of left area div-->
<!--right modules area--><!--
<div id="modulesonright" style="width:250px; float:right">
<div id="rightsidemodules" style="background-image:url('/images/right_module_middle.gif'); width:250px; float:right">
    <div style=" width:250px;height:21px;">
        <img alt="" height="24" src="/images/right_module_top2.gif" width="250" /></div>
        <div id="content" style="margin-left:24px;width:201px; height:auto;">





  

  

  

  

 
</div>
        <div style="width:250px;height:24px;"><img alt="" height="24" src="/images/right_module_bottom2.gif" width="250" /></div>
            </div>  -->
<!--End of right modules area--> 
 </div>
</div>
    <!--End of main-->
<div style="clear:both;"></div>

<script type="text/javascript">
function DonateBtnClick()
{
  s=s_gi(s_account);
// event24
s.linkTrackVars='events;prop11';
s.linkTrackEvents=s.events="event24";
s.prop11="support_general";
s.tl(this,"o","Donations Button Click");
}

var copyrightYear=new Date();
</script>
<div class="grid_footer">
<div class="grid_sitelist"><a href="/contactus/contactus.html" rel="nofollow">Local Chapters</a> | <a target="_blank" href="http://marchforbabies.org/" rel="nofollow">March for Babies</a> | <a href="/mission/prematurity_wpd.html" rel="nofollow">Prematurity Campaign</a> | <a target="_blank" href="http://shareyourstory.org/" rel="nofollow">Share your Story</a> | <a href="/partnersandsponsors/partnersandsponsors.html" rel="nofollow">Corporate 
    Partners</a></div>
<div class="grid_footermenu" style="width:815px;"><a href="/default.html" rel="nofollow">Home</a> | <a href="/policies/editorialpolicy.html" rel="nofollow">Editorial Policy</a> | <a href="/policies/termsofuse.html" rel="nofollow">Terms of Use</a> | <a href="/policies/privacypolicy.html" rel="nofollow">Privacy Policy</a> | <a href="/policies/linkpolicy.html" rel="nofollow">Link Policy</a> | 
    <a href="/volunteers/careers.html" rel="nofollow">Careers</a> | <a href="/mission/annualreport.html">Annual Report</a> | <a href="/contactus/contactus.html" rel="nofollow">Contact Us</a></div>
<div class="grid_copyright">© <script type="text/javascript">document.write(copyrightYear.getFullYear());</script> March of Dimes Foundation. The March of Dimes is a non-profit 
    organization recognized as tax-exempt under Internal Revenue Code section 
    501(c)(3).<br/>
    The information on this website is not intended to serve as or replace medical advice. See our <a href="/policies/editorialpolicy.html">editorial policy</a> for more information.
</div>
</div>
 </div>
</div>
</body>
</html>
 <!--   -->
