var entry0 = new Entry();
entry0.setValues("03/02/2010");
entry0.setValues("TERM" , "ANNUAL PERCENTAGE YIELD (APY)**" , "INTEREST RATE");
entry0.setValues("90 Day" , "0.25%" , "0.250%");
entry0.setValues("182 Day" , "0.65%" , "0.650%");
entry0.setValues("1 Year" , "0.85%" , "0.850%");
entry0.setValues("18 Month" , "1.00%" , "1.000%");
entry0.setValues("24 Month" , "1.26%" , "1.250%");
entry0.setValues("30 Month" , "1.51%" , "1.500%");
entry0.setValues("36 Month" , "1.76%" , "1.750%");
entry0.setValues("42 Month" , "2.02%" , "2.000%");
entry0.setValues("4 Year" , "2.27%" , "2.250%");
entry0.setValues("5 Year" , "2.52%" , "2.500%");
entry0.setValues("IRA--18 Month Variable" , "1.00%" , "1.000%");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Minimum Opening Balance $100" , "Minimum Daily Balance to Earn Interest $1,000");
entry1.setValues("$1,000 -- $24,999" , ".10%" , ".100%");
entry1.setValues("$25,000 -- $49,999" , ".15%" , ".150%");
entry1.setValues("$50,000 -- $99,999" , ".35%" , ".350%");
entry1.setValues("$100,000 and above" , ".35%" , ".350%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Minimum Opening Balance $100" , "Minimum Daily Balance to Earn Interest $1,000");
entry2.setValues("$1,000 -- $9,999" , ".10%" , ".100%");
entry2.setValues("$10,000 -- $24,999" , ".15%" , ".150%");
entry2.setValues("$25,000 -- $49,999" , ".15%" , ".150%");
entry2.setValues("$50,000 and up" , ".15%" , ".150%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Minimum Opening Balance $100" , ".25%" , ".250%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Minimum Opening Balance $100" , " ");
entry4.setValues("$0 -- $4,999 " , ".25%" , ".250%");
entry4.setValues("Over $5,000" , ".25%" , ".250%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Free Senior Checking minimum $1,000" , ".15%" , ".150%");
entry5.setValues("Savings minimum $5,000" , ".25%" , ".250%");
addObject(entry5);

