var entry0 = new Entry();
entry0.setValues("07-10-06");
entry0.setValues("Rate (%)" , "APY (%)");
entry0.setValues("1.000" , "1.010");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("07-10-06");
entry1.setValues("Rate (%)" , "APY (%)");
entry1.setValues("1.000" , "1.010");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Rate (%)" , "APY (%)");
entry2.setValues("0.750" , "0.750");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("07-10-06");
entry3.setValues("Term" , "Rate (%)" , "APY (%)");
entry3.setValues("91 day" , "1.000" , "1.000");
entry3.setValues("182 day" , "4.100" , "4.180");
entry3.setValues("*0" , "0.000" , "0.000");
entry3.setValues("12 month" , "4.500" , "4.590");
entry3.setValues("24 month" , "4.700" , "4.800");
entry3.setValues("60 month" , "5.000" , "5.120");
addObject(entry3);


