var entry0 = new Entry();
entry0.setValues("September 01, 2011");
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.15% #" , " 0.15%");

entry0.setValues(" 6 Months" , "6 Months" , "Daily" , " 0.31% #" , " 0.31%");

entry0.setValues("12 Months" , "12 Months" , "Daily" , " 0.51% #" , " 0.51%");

entry0.setValues("18 Months" , "18 Months" , "Daily" , " 0.61% #" , " 0.61%");

entry0.setValues("24 Months" , "24 Months" , "Daily" , " 0.66% #" , " 0.66%");

entry0.setValues("36 Months" , "36 Months" , "Daily" , " 0.76% #" , " 0.76%");

entry0.setValues("48 Months" , "48 Months" , "Daily" , " 1.31% #" , " 1.32%");

entry0.setValues("60 Months" , "60 Months" , "Daily" , " 1.41%#" , " 1.42%");

entry0.setValues("$100,000 & Over" , "12 Months" , "Daily" , " 0.51% #" , " 0.51%");

entry0.setValues("Regular Savings***" , "n/a" , " Daily" , " 0.15% * " , "0.15%");

entry0.setValues("Checking");

entry0.setValues("NOW Checking" , "n/a " , "Monthly" , " 0.15% *" , " 0.15%");

entry0.setValues("Horizon Club II Checking***" , "n/a" , "Monthly " , " 0.15% *" , " 0.15%");

entry0.setValues("Money Market Checking");

entry0.setValues("$1 - 4,999" , "n/a " , "Monthly" , " 0.16% *" , " 0.16%");

entry0.setValues("$5,000 - 24,999" , "n/a" , " Monthly" , " 0.23% *" , " 0.23%");

entry0.setValues("$25,000 - 49,999" , "n/a" , " Monthly" , " 0.49% *" , " 0.49%");

entry0.setValues("$50,000 - 99,999" , "n/a" , " Monthly" , " 0.58% *" , " 0.58%");

entry0.setValues("$100,000 - 249,999" , "n/a" , " Monthly" , " 0.81% *" , " 0.81%");

entry0.setValues("$250,000 & Over" , "n/a" , " Monthly " , " 0.91% *" , " 0.91%");
addObject(entry0);


