var sURL = document.location.toString();
 
var aEvent3Pages = ["restaurants/participate.html", "volunteer/workplace-coordinators-registration.html", "volunteer/campaign-volunteer.html", "volunteer/become-a-water-walk-volunteer.html"];
var aEvent7Pages = ["restaurants/participate-confirmation.html", "volunteer/action-center/workplace-coordinators.html?fs=1", "volunteer/campaign-volunteer-confirm.html", "volunteer/become-a-water-walk-volunteer-confirmation.html"];
 
for (i=0; i < aEvent3Pages.length; i++) {
    if (sURL.indexOf(aEvent3Pages[i]) >= 0) s.events="event3";
}
 
for (i=0; i < aEvent7Pages.length; i++) {
    if (sURL.indexOf(aEvent7Pages[i]) >= 0) s.events="event7";
}

if (sURL.indexOf("restaurants/participate.html") >= 0) {
    s.eVar7 = "Restaurant Registration Form";
} else if (sURL.indexOf("volunteer/workplace-coordinators-registration.html") >= 0) {
    s.eVar7 = "Workplace Coordinator Registration";
} else if (sURL.indexOf("volunteer/campaign-volunteer.html") >= 0) {
    s.eVar7 = "Campaign Volunteer Registration";
} else if (sURL.indexOf("volunteer/become-a-water-walk-volunteer.html") >= 0) {
    s.eVar7 = "Become a Water Walk Volunteer";
} else if (sURL.indexOf("restaurants/participate-confirmation.html") >= 0) {
    s.eVar7 = "Restaurant Registration Form";
} else if (sURL.indexOf("volunteer/action-center/workplace-coordinators.html?fs=1") >= 0) {
    s.eVar7 = "Workplace Coordinator Registration";
} else if (sURL.indexOf("volunteer/campaign-volunteer-confirm.htm") >= 0) {
    s.eVar7 = "Campaign Volunteer Registration";
} else if (sURL.indexOf("volunteer/become-a-water-walk-volunteer-confirmation.html") >= 0) {
    s.eVar7 = "Become a Water Walk Volunteer";
}

//s.prop7 = "";  //for this one, pull in CRM reusable component, "tap_reus_logged_in_or_out"



    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)//--></script>
