var entry0 = new Entry();
entry0.setValues("Savings Account*");
entry0.setValues("Daily Balance" , "Interest Rate" , "Annual Percentage Yield");
entry0.setValues("$20.00 and up" , "0.30%" , "0.30%");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Select Checking Accounts*");
entry1.setValues("Daily Balance" , "Interest Rate" , "Annual Percentage Yield");
entry1.setValues("$500.00 and up" , "0.05%" , "0.05%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("NOW Account*");
entry2.setValues("Daily Balance" , "Interest Rate" , "Annual Percentage Yield");
entry2.setValues("$1,000.00 and up" , "0.05%" , "0.05%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Preferred Money Market Deposit Account*");
entry3.setValues("Daily Balance Tier" , "Interest Rate" , "Annual Percentage Yield");
entry3.setValues("$1,000.00 - $9,999.99" , "0.15%" , "0.15%");
entry3.setValues("$10,000.00 - $24,999.99" , "0.20%" , "0.20%");
entry3.setValues("$25,000.00 - $49,999.99" , "0.30%" , "0.30%");
entry3.setValues("$50,000.00 - $99,999.99" , "0.40%" , "0.40%");
entry3.setValues("$100,000 and up" , "0.50%" , "0.50%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Certificates of Deposit");
entry4.setValues(" " , "Interest Rate" , "Annual Percentage Yield");
entry4.setValues("90 days" , "0.30%" , "0.30%");
entry4.setValues("182 days" , "0.70%" , "0.70%");
entry4.setValues("9 months" , "0.80%" , "0.80%");
entry4.setValues("12 months" , "0.90%" , "0.90%");
entry4.setValues("18 months" , "1.05%" , "1.05%");
entry4.setValues("24 months" , "1.20%" , "1.20%");
entry4.setValues("36 months" , "1.80%" , "1.80%");
entry4.setValues("42 months" , "2.15%" , "2.15%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Individual Retirement Accounts");
entry5.setValues(" " , "Interest Rate" , "Annual Percentage Yield");
entry5.setValues("12 month" , "0.90%" , "0.90%");
entry5.setValues("18 month Variable Rate*" , "0.70%" , "0.70%");
entry5.setValues("30 month" , "1.20%" , "1.20%");
entry5.setValues("48 month" , "2.15%" , "2.16%");
addObject(entry5);

var entry6 = new Entry();
entry6.setValues("August 10, 2010");
addObject(entry6);

