var entry0 = new Entry();
entry0.setValues("Deposit Product" , "Minimum Balance<br />To Obtain APY" , "Nominal<br />Interest Rate" , "Annual Percentage<br />Yield (APY)");
entry0.setValues("Premier Account" , "$10,000" , "1.05%" , "1.06%");
entry0.setValues("Prestige Checking" , "$500" , "0.15%" , "0.15%");
entry0.setValues("Regular Savings" , "$500" , "0.25%" , "0.25%");
entry0.setValues("182 Day CD / IRA" , "$500" , "1.05%" , "1.05%");
entry0.setValues("12 Month CD / IRA" , "$500" , "1.29%" , "1.30%");
entry0.setValues("18 Month CD / IRA" , "$500" , "1.49%" , "1.50%");
entry0.setValues("24 Month CD / IRA" , "$500" , "1.74%" , "1.75%");
entry0.setValues("30 Month CD / IRA" , "$500" , "1.99%" , "2.00%");
entry0.setValues("36 Month CD / IRA" , "$500" , "2.23%" , "2.25%");
entry0.setValues("48 Month CD / IRA" , "$500" , "2.48%" , "2.50%");
entry0.setValues("60 Month CD / IRA" , "$500" , "2.72%" , "2.75%");
addObject(entry0);

