var entry0 = new Entry();
entry0.setValues("January 31, 2012");
entry0.setValues("Account" , "Current Rate" , "Current APY**");
entry0.setValues("Now Account*" , "0.10%" , "0.10%");
entry0.setValues("Money Market Account*" , "0.10%" , "0.10%");
entry0.setValues("Regular Savings*" , "0.15%" , "0.15%");
entry0.setValues("30 Day CD" , "0.15%" , ".015%");
entry0.setValues("6 Month CD" , "0.40%" , "0.40%");
entry0.setValues("12 Month CD" , "0.50%" , "0.50%");
entry0.setValues("24 Month CD" , "0.55%" , "0.55%");
entry0.setValues("36 Month CD" , "0.65%" , "0.65%");
entry0.setValues("12 Month Variable IRA*" , "0.85%" , "0.85%");
addObject(entry0);


