
function KeepCount() {

var NewCount = 0

if (document.Form1.Administration_Irrevocable_Insurance_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Appointment_of_Fiduciaries.checked)
{NewCount = NewCount + 1}

if (document.Form1.LLC_Hybrid.checked)
{NewCount = NewCount + 1}

if (document.Form1.About_Adobe_Portable_Document_Format.checked)
{NewCount = NewCount + 1}

if (document.Form1.Operation_and_Management_of_PFF.checked)
{NewCount = NewCount + 1}

if (document.Form1.Asset_Protection_Planning.checked)
{NewCount = NewCount + 1}

if (document.Form1.Organ_and_Tissue_Donation.checked)
{NewCount = NewCount + 1}

if (document.Form1.Buy_Sell_Agreements_Checklist.checked)
{NewCount = NewCount + 1}

if (document.Form1.Private_Family_Foundations.checked)
{NewCount = NewCount + 1}

if (document.Form1.Buy_Sell_Agreements.checked)
{NewCount = NewCount + 1}

if (document.Form1.Premarital_Agreements_Importance_of_Financial_Disclosure.checked)
{NewCount = NewCount + 1}

if (document.Form1.Charitable_Lead_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Premarital_Agreements_General.checked)
{NewCount = NewCount + 1}

if (document.Form1.Cost_Segregation.checked)
{NewCount = NewCount + 1}

if (document.Form1.Charitable_Remainder_Annuity_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Qualified_Personal_Residence_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Creditor_Protected_Inheritance.checked)
{NewCount = NewCount + 1}

if (document.Form1.Relocating_To_Florida.checked)
{NewCount = NewCount + 1}

if (document.Form1.Charitable_Remainder_Trusts_Tax_Traps.checked)
{NewCount = NewCount + 1}

if (document.Form1.Revocable_Living_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Charitable_Remainder_Unitrusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Role_Of_Attorney_for_the_Personal_Representative.checked)
{NewCount = NewCount + 1}

if (document.Form1.Checklist_for_Establishing_Florida_Domicile.checked)
{NewCount = NewCount + 1}

if (document.Form1.Spousal_Estate_Reduction_Trusts.checked)
{NewCount = NewCount + 1}


if (document.Form1.EINs_and_Your_Single_Member_LLC.checked)
{NewCount = NewCount + 1}

if (document.Form1.Importance_Of_Estate_Planning.checked)
{NewCount = NewCount + 1}

if (document.Form1.Effect_of_Elective_Share_Rights.checked)
{NewCount = NewCount + 1}

if (document.Form1.Role_Of_The_Personal_Representative.checked)
{NewCount = NewCount + 1}

if (document.Form1.Grantor_Retained_Annuity_Trust.checked)
{NewCount = NewCount + 1}

if (document.Form1.Transferring_Property_To_Living_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Generation_Skipping_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.United_States_Estate_Tax_Return.checked)
{NewCount = NewCount + 1}

if (document.Form1.Irrevocable_Life_Insurance_Trusts.checked)
{NewCount = NewCount + 1}

if (document.Form1.Wage_Account_Client_Memorandum.checked)
{NewCount = NewCount + 1}

if (document.Form1.Land_Trusts.checked)
{NewCount = NewCount + 1}

if (NewCount == 4)
{
alert('Please Pick Just Three Items')
document.Form1; return false;
}
} 
