var entry0 = new Entry();
entry0.setValues("August 31, 2010");
entry0.setValues("Account" , "Current Rate" , "Current APY**");
entry0.setValues("Now Account*" , "0.15%" , "0.15%");
entry0.setValues("Money Market Account*" , "0.15%" , "0.15%");
entry0.setValues("Regular Savings*" , "0.40%" , "0.40%");
entry0.setValues("30 Day CD" , "0.45%" , "0.45%");
entry0.setValues("6 Month CD" , "1.00%" , "1.00%");
entry0.setValues("12 Month CD" , "1.05%" , "1.05%");
entry0.setValues("24 Month CD" , "1.05%" , "1.05%");
entry0.setValues("36 Month CD" , "1.10%" , "1.10%");
entry0.setValues("12 Month Variable IRA*" , "1.20%" , "1.20%");
addObject(entry0);

