var entry0 = new Entry();
entry0.setValues("January 17, 2012");
entry0.setValues("TERM" , "Interest Rate" , "COMPOUNDING FREQUENCY" , "Annual Percentage Yield");
entry0.setValues("30 Day" , ".30%" , "Compound Interest at maturity" , ".30%");
entry0.setValues("91 Day" , ".50%" , "Compound Interest at maturity" , ".50%");
entry0.setValues("182 Day" , ".65%" , "Compound Interest at maturity" , ".65%");
entry0.setValues("1 Year" , ".85%" , "Compound interest/semi-annually" , ".85%");
entry0.setValues("2 Year" , "1.10%" , "Compound interest/semi-annually" , "1.10%");
entry0.setValues("3 Year" , "1.35%" , "Compound interest/semi-annually" , "1.35%");
entry0.setValues("4 Year" , "1.50%" , "Compound interest/semi-annually" , "1.51%");
entry0.setValues("5 Year" , "1.85%" , "Compound interest/semi-annually" , "1.86%");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues(" " , "Interest Rate" , "COMPOUNDING FREQUENCY" , "Annual Percentage Yield");
entry1.setValues("18 Month Variable Rate IRA" , "1.00%" , "Compound interest/semi-annually" , "1.00%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("TYPE" , "Interest Rate" , "TIERS" , "Annual Percentage Yield");
entry2.setValues("Regular" , ".10%" , " " , ".10%");
entry2.setValues("NOW" , ".10%" , " " , ".10%");
entry2.setValues("MM-Tier 1" , ".12%" , "$10,000.00 or Greater" , ".12%");
entry2.setValues("MM-Tier2" , ".11%" , "2,500.00 to 9,999.99" , ".11%");
entry2.setValues("MM-Tier 3" , ".10%" , "1,500.00 to 2,499.99" , ".10%");
entry2.setValues("MM-Tier 4" , "0.00%" , "0.00 to 1,499.99" , "0.00%");
addObject(entry2);


