var entry0 = new Entry();
entry0.setValues(".15% APY" , ".15% APY");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("6 month " , ".47% APR" , ".47% APY");
entry1.setValues("12 month" , ".75% APR" , ".75% APY");
entry1.setValues("24 month" , ".88% APR" , ".88% APY");
entry1.setValues("36 month" , "1.08% APR" , "1.08% APY");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("MMDA" , "0.175% APR" , "0.175% APY");
entry2.setValues("Super NOW" , ".175% APR" , ".175% APY");
entry2.setValues("NOW" , ".175% APR" , ".175% APY");
entry2.setValues(" ");
addObject(entry2);


