var entry0 = new Entry();
entry0.setValues("Account/Amount" , "Interest Rate" , "APY*");
entry0.setValues("Checking With Interest/$500+" , "0.10%" , "0.10%");
entry0.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Account/Amount" , "Interest Rate" , "APY* ");
entry1.setValues("MM/$1,000+" , "0.25%" , "0.25%");
entry1.setValues("MM/$20,000+" , "0.50%" , "0.50%");
entry1.setValues("MM/$100,000+" , "0.70%" , "0.70%");
entry1.setValues("MM/$250,000+" , "0.70%" , "0.70%");
entry1.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Statement Savings/Amt" , "Interest Rate" , "APY* ");
entry2.setValues("Savings/$100+" , "0.30%" , "0.30%");
entry2.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Account/Term" , "Interest Rate" , "APY* ");
entry3.setValues(" " , " " , " ");
entry3.setValues("CD / 60 Day" , "0.25%" , "0.25%");
entry3.setValues("CD / 6 Month" , "0.50%" , "0.50%");
entry3.setValues("CD / 1 Year" , "0.75%" , "0.77%");
entry3.setValues("CD / 2 Year" , "1.25%" , "1.25%");
entry3.setValues("CD / 3 Year" , "1.75%" , "1.76%");
entry3.setValues("CD / 4 Year" , "2.10%" , "2.13%");
entry3.setValues("CD / 5 Year" , "2.25%" , "2.28%");
entry3.setValues(" " , " " , " ");
entry3.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Account/Term" , "Interest Rate" , "APY* ");
entry4.setValues(" " , " " , " ");
entry4.setValues("IRA / 1 Year" , "0.75%" , "0.77%");
entry4.setValues("IRA / 2 Year" , "1.25%" , "1.25%");
entry4.setValues("IRA / 3 Year" , "1.75%" , "1.76%");
entry4.setValues("IRA / 4 Year" , "2.10%" , "2.13%");
entry4.setValues("IRA / 5 Year" , "2.25%" , "2.28%");
entry4.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Account/Amount" , "Interest Rate" , "APY*");
entry5.setValues("62+ Free Interest Checking/$500+" , "0.10%" , "0.10%");
entry5.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry5);

var entry6 = new Entry();
entry6.setValues("Account/Amount" , "Interest Rate" , "APY");
entry6.setValues("$10,000+" , "0.50%" , "0.50%");
entry6.setValues("$50,000+" , "0.75%" , "0.75%");
entry6.setValues("$100,000+" , "1.00%" , "1.00%");
entry6.setValues("$250,000+" , "1.10%" , "1.10%");
entry6.setValues("Rates effective as of August 30, 2010 to September 6, 2010.");
addObject(entry6);

