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.00 balance and up" , "0.35%" , "0.35%");
entry0.setValues("Prestige Checking" , "$500" , "0.10%" , "0.10%");
entry0.setValues("Regular Savings" , "$500" , "0.20%" , "0.20%");
entry0.setValues("182 day CD / IRA" , "$500" , "0.35%" , "0.35%");
entry0.setValues("12 Month CD / IRA" , "$500" , "0.50%" , "0.50%");
entry0.setValues("18 Month CD / IRA" , "$500" , "0.70%" , "0.70%");
entry0.setValues("24 Month CD / IRA" , "$500" , "0.90%" , "0.90%");
entry0.setValues("30 Month CD / IRA" , "$500" , "1.00%" , "1.00%");
entry0.setValues("36 Month CD / IRA" , "$500" , "1.15%" , "1.15%");
entry0.setValues("48 Month CD / IRA" , "$500" , "1.34%" , "1.35%");
entry0.setValues("60 Month CD / IRA" , "$500" , "1.74%" , "1.75%");
addObject(entry0);


