var entry0 = new Entry();
entry0.setValues("April 15, 2010");
entry0.setValues("Account Description" , "Term" , "Compounding" , "Annual<br />Interest<br />Rate" , "Annual<br />Percentage<br />Yield**");
entry0.setValues("Certificate of Deposit");
entry0.setValues("3 Months" , "3 Months" , "Daily" , " 0.36% #" , " 0.36%");
entry0.setValues(" 6 Months" , "6 Months" , "Daily" , " 0.54% #" , " 0.54%");
entry0.setValues("12 Months" , "12 Months" , "Daily" , " 0.77% #" , " 0.77%");
entry0.setValues("18 Months" , "18 Months" , "Daily" , " 1.00% #" , " 1.01%");
entry0.setValues("24 Months" , "24 Months" , "Daily" , " 1.40% #" , " 1.41%");
entry0.setValues("36 Months" , "36 Months" , "Daily" , " 1.70% #" , " 1.71%");
entry0.setValues("48 Months" , "48 Months" , "Daily" , " 2.03% #" , " 2.05%");
entry0.setValues("60 Months" , "60 Months" , "Daily" , " 2.60%#" , " 2.63%");
entry0.setValues("$100,000 & Over" , "12 Months" , "Daily" , " 0.77% #" , " 0.77%");
entry0.setValues("Regular Savings***" , "n/a" , " Daily" , " 0.25% * " , "0.25%");
entry0.setValues("Checking");
entry0.setValues("NOW Checking" , "n/a " , "Monthly" , " 0.25% *" , " 0.25%");
entry0.setValues("Horizon Club Checking***" , "n/a" , "Monthly " , " 0.25% *" , " 0.25%");
entry0.setValues("Money Market Checking");
entry0.setValues("$1 - 4,999" , "n/a " , "Monthly" , " 0.25% *" , " 0.25%");
entry0.setValues("$5,000 - 24,999" , "n/a" , " Monthly" , " 0.35% *" , " 0.35%");
entry0.setValues("$25,000 - 49,999" , "n/a" , " Monthly" , " 0.50% *" , " 0.50%");
entry0.setValues("$50,000 - 99,999" , "n/a" , " Monthly" , " 0.75% *" , " 0.75%");
entry0.setValues("$100,000 - 249,999" , "n/a" , " Monthly" , " 1.00% *" , " 1.00%");
entry0.setValues("$250,000 & Over" , "n/a" , " Monthly " , " 1.20% *" , " 1.21%");
addObject(entry0);

