var entry0 = new Entry();
entry0.setValues("February 1, 2012");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Quarterly Compounded" , " " , " " , " ");
entry1.setValues("Checking Accounts" , "Minimum to Open" , "Interest Rate" , "Annual Percentage Yield");
entry1.setValues("Now Checking" , "$100" , "0.10%" , "0.10%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Savings and Money Market" , "Minimum to Open" , "Interest Rate" , "Annual Percentage Yield");
entry2.setValues("Regular Savings" , "$100" , "0.40%" , "0.40%");
entry2.setValues("Youth Savings" , "$50" , "0.40%" , "0.40%");
entry2.setValues("Money Market" , " " , " " , " ");
entry2.setValues("$0-$4,999" , "$100" , "0.01%" , "0.01%");
entry2.setValues("$5,000-$9,999" , "$100" , "0.05%" , "0.05%");
entry2.setValues("$10,000-$24,999" , "$100" , "0.10%" , "0.10%");
entry2.setValues("$25,000-$49,000" , "$100" , "0.10%" , "0.10%");
entry2.setValues("$50,000-$99,000" , "$100" , "0.25%" , "0.25%");
entry2.setValues("$100,000 Plus" , "$100" , "0.30%" , "0.30%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Time Deposit Interest Rates" , "Quarterly Compounded" , " " , " ");
entry3.setValues("Term" , "Minimum to Open" , "Interest Rate" , "Annual Percentage Yield");
entry3.setValues("Special 24 month One Up CD" , "$500" , "0.750%" , "0.75%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Time Deposit Interest Rates" , "Quarterly Compounded" , " " , " ");
entry4.setValues("Term" , "Minimum to Open" , "Interest Rate" , "Annual Percentage Yield");
entry4.setValues("7-89 Day" , "$500" , "0.000%" , "0.00%");
entry4.setValues("90-179 Day" , "$500" , "0.125%" , "0.13%");
entry4.setValues("180-269 Day" , "$500" , "0.225%" , "0.23%");
entry4.setValues("270-364 Day" , "$500" , "0.225%" , "0.23%");
entry4.setValues("12 Month" , "$500" , "0.500%" , "0.50%");
entry4.setValues("13-17 Month" , "$500" , "0.500%" , "0.50%");
entry4.setValues("18-23 Month" , "$500" , "0.500%" , "0.50%");
entry4.setValues("24-29 Month" , "$500" , "0.750%" , "0.75%");
entry4.setValues("30-35 Month" , "$500" , "0.750%" , "0.75%");
entry4.setValues("36-47 Month" , "$500" , "0.750%" , "0.75%");
entry4.setValues("48-59 Month" , "$500" , "1.000%" , "1.00%");
entry4.setValues("60 Month" , "$500" , "1.000%" , "1.00%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Individual Retirement Accounts" , "Quarterly Compounded" , " " , " ");
entry5.setValues("Term" , "Minimum to Open" , "Interest Rate" , "Annual Percentage Yield");
entry5.setValues("12 Month" , "$500" , " " , "0.00%");
entry5.setValues("13-17 Month" , "$500" , " " , "0.00%");
entry5.setValues("18-23 Month" , "$500" , "0.700%" , "0.70%");
entry5.setValues("24-29 Month" , "$500" , " " , "0.00%");
entry5.setValues("30-35 Month" , "$500" , " " , "0.00%");
entry5.setValues("36-47 Month" , "$500" , " " , "0.00%");
entry5.setValues("48-59 Month" , "$500" , " " , "0.00%");
entry5.setValues("60 Month" , "$500" , " " , "0.00%");
entry5.setValues("IRA Money Market" , "$500" , "0.056%" , "0.06%");
addObject(entry5);


