var entry0 = new Entry();
entry0.setValues("Business Merit Checking");
entry0.setValues("07/29/2010");
entry0.setValues(" " , "Interest Rate" , "APY*");
entry0.setValues("$0 - $999.99" , "0.05%" , "0.05%");
entry0.setValues("$1,000 - $9,999.99" , "0.05%" , "0.05%");
entry0.setValues("$10,000 - $49,999.99" , "0.10%" , "0.10%");
entry0.setValues("$50,000 - $99,999.99" , "0.10%" , "0.10%");
entry0.setValues("$100,000 +" , "0.15%" , "0.15%");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Business Money Market");
entry1.setValues("07/29/2010");
entry1.setValues(" " , "Interest Rate" , "APY*");
entry1.setValues("$0 - $1,999.99" , "0.10%" , "0.10%");
entry1.setValues("$2,000 - $9,999.99" , "0.15%" , "0.15%");
entry1.setValues("$10,000 - $49,999.99" , "0.25%" , "0.25%");
entry1.setValues("$50,000 - $99,999.99" , "0.30%" , "0.30%");
entry1.setValues("$100,000+" , "0.40%" , "0.40%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Business Prime Savings");
entry2.setValues("07/29/2010");
entry2.setValues("Balance" , "Interest Rate" , "APY*");
entry2.setValues("$0 - $2,999.99" , "0.20%" , "0.20%");
entry2.setValues("$3,000 +" , "0.30%" , "0.30%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Merit Checking");
entry3.setValues("07/29/2010");
entry3.setValues(" " , "Interest Rate" , "APY*");
entry3.setValues("$0 - $999.99" , "0.05%" , "0.05%");
entry3.setValues("$1,000 - $9,999.99" , "0.05%" , "0.05%");
entry3.setValues("$10,000 - $49,999.99" , "0.10%" , "0.10%");
entry3.setValues("$50,000 - $99,999.99" , "0.10%" , "0.10%");
entry3.setValues("$100,000 +" , "0.15%" , "0.15%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Money Market Checking");
entry4.setValues("07/29/2010");
entry4.setValues(" " , "Interest Rate" , "APY*");
entry4.setValues("$0 - $1,999.99" , "0.10%" , "0.10%");
entry4.setValues("$2,000 - $9,999.99" , "0.15%" , "0.15%");
entry4.setValues("$10,000 - $49,999.99" , "0.25%" , "0.25%");
entry4.setValues("$50,000 - $99,999.99" , "0.30%" , "0.30%");
entry4.setValues("$100,000+" , "0.40%" , "0.40%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Prime Savings");
entry5.setValues("07/29/2010");
entry5.setValues("Balance" , "Interest Rate" , "APY*");
entry5.setValues("$0 - $2,999.99" , "0.20%" , "0.20%");
entry5.setValues("$3,000 +" , "0.30%" , "0.30%");
addObject(entry5);

var entry6 = new Entry();
entry6.setValues("Prime Rate Certificates");
entry6.setValues("07/29/2010");
entry6.setValues(" " , "Interest Rate" , "APY*" , "WSJ Index");
entry6.setValues("$1,000 - $39,999.99" , "0.05%" , "0.05%" , "3.25%");
entry6.setValues("$40,000 - $99,999.99" , "0.30%" , "0.30%" , "3.25%");
entry6.setValues("$100,000 " , "0.41%" , "0.41%" , "3.25%");
addObject(entry6);

var entry7 = new Entry();
entry7.setValues("Fixed Rate Certificates");
entry7.setValues("07/29/2010");
entry7.setValues("CD Term" , "Interest Rate" , "APY*");
entry7.setValues("1 month" , "0.40%" , "0.40%");
entry7.setValues("3 month" , "0.55%" , "0.55%");
entry7.setValues("6 month" , "0.85%" , "0.85%");
entry7.setValues("9 month" , "1.00%" , "1.01%");
entry7.setValues("1 year" , "1.25%" , "1.26%");
entry7.setValues("2 year" , "1.59%" , "1.60%");
entry7.setValues("3 year" , "1.93%" , "1.95%");
entry7.setValues("4 year" , "2.23%" , "2.25%");
entry7.setValues("5 year" , "2.42%" , "2.45%");
addObject(entry7);

var entry8 = new Entry();
entry8.setValues("IRA's (Educational, Roth, Traditional)");
entry8.setValues("07/29/2010");
entry8.setValues(" " , "Interest Rate" , "APY*");
entry8.setValues("12 Months" , "1.25%" , "1.26%");
entry8.setValues("24 Months" , "1.59%" , "1.60%");
entry8.setValues("36 Months" , "1.93%" , "1.95%");
entry8.setValues("48 Months" , "2.23%" , "2.25%");
entry8.setValues("60 Months" , "2.42%" , "2.45%");
addObject(entry8);

