var entry0 = new Entry();
entry0.setValues("Certificates of Deposit");
entry0.setValues(" " , "Minimum Balance" , "Interest Rate" , "Annual Percentage Yield");
entry0.setValues("1 Month" , "$100" , "0.70%" , "0.700%");
entry0.setValues("3 Month" , "$100" , "3.21%" , "3.250%");
entry0.setValues("6 Month" , "$100" , "3.94%" , "4.000%");
entry0.setValues("12 Month" , "$100" , "4.62%" , "4.700%");
entry0.setValues("18 Month" , "$100" , "4.91%" , "5.000%");
entry0.setValues("24 Month" , "$100" , "4.67%" , "4.750%");
entry0.setValues("30 Month" , "$100" , "4.62%" , "4.700%");
entry0.setValues("36 Month" , "$100" , "4.43%" , "4.500%");
entry0.setValues("60 Month" , "$100" , "4.43%" , "4.500%");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Savings and Transaction Accounts");
entry1.setValues("Minimum Balance:" , "to Open" , "to Earn APY" , "Interest Rate" , "Annual Percentage Yield");
entry1.setValues("Advantage Plus" , "$0.00" , "$200.00" , "0.65%" , "0.650%");
entry1.setValues("Advantage 50 " , "$0.00" , "$200.00" , "0.65%" , "0.650%");
entry1.setValues("Now Account" , "$1,000.00" , "$1,000.00" , "0.65%" , "0.650%");
entry1.setValues("Super Now Account");
entry1.setValues("1,000.00-2,499.99" , " " , " " , "0.65%" , "0.650%");
entry1.setValues("2,500.00 or more" , " " , " " , "0.80%" , "0.800%");
entry1.setValues("Money Market Plus");
entry1.setValues("2,500.00-4,999.99" , " " , " " , "1.10%" , "1.11%");
entry1.setValues("5,000.00-24,999.99" , " " , " " , "1.15%" , "1.16%");
entry1.setValues("25,000-49,999.99" , " " , " " , "1.25%" , "1.260%");
entry1.setValues("50,000.00-74,999.00" , " " , " " , "1.30%" , "1.310%");
entry1.setValues("75,000.00 or more" , " " , " " , "1.35%" , "1.360%");
entry1.setValues("Passbook Savings" , "$0.00" , "$1.00" , "1.00%" , "1.000%");
entry1.setValues("6/9/2005");
addObject(entry1);


