var entry0 = new Entry();
entry0.setValues("July 19, 2010");
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.35%" , "0.35%");
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" , "1.00%" , "1.00%");
entry2.setValues("Youth Savings" , "$50" , "1.00%" , "1.00%");
entry2.setValues("Money Market" , " " , " " , " ");
entry2.setValues("$0-$4,999" , "$100" , "0.35%" , "0.35%");
entry2.setValues("$5,000-$9,999" , "$100" , "0.50%" , "0.50%");
entry2.setValues("$10,000-$24,999" , "$100" , "0.75%" , "0.75%");
entry2.setValues("$25,000-$49,000" , "$100" , "1.00%" , "1.00%");
entry2.setValues("$50,000-$99,000" , "$100" , "1.00%" , "1.00%");
entry2.setValues("$100,000 Plus" , "$100" , "1.00%" , "1.00%");
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" , "1.500%" , "1.51%");
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" , "1.000%" , "1.00%");
entry4.setValues("180-269 Day" , "$500" , "1.150%" , "1.15%");
entry4.setValues("270-364 Day" , "$500" , "1.150%" , "1.15%");
entry4.setValues("12 Month" , "$500" , "1.350%" , "1.36%");
entry4.setValues("13-17 Month" , "$500" , "1.350%" , "1.36%");
entry4.setValues("18-23 Month" , "$500" , "1.350%" , "1.36%");
entry4.setValues("24-29 Month" , "$500" , "1.500%" , "1.51%");
entry4.setValues("30-35 Month" , "$500" , "1.500%" , "1.51%");
entry4.setValues("36-47 Month" , "$500" , "1.500%" , "1.51%");
entry4.setValues("48-59 Month" , "$500" , "2.000%" , "2.02%");
entry4.setValues("60 Month" , "$500" , "2.000%" , "2.02%");
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" , "1.500%" , "1.510%");
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.208%" , "0.21%");
addObject(entry5);

