var entry0 = new Entry();
entry0.setValues("BUSINESS CHECKING");
entry0.setValues("Product" , "Min Tiered Balance" , "APY%" , "RATE%");
entry0.setValues("*Business Interest Checking" , "$0.00" , ".10" , ".10");
entry0.setValues(" " , "$1,000.00" , ".40" , ".40");
entry0.setValues(" " , "$10,000.00" , ".45" , ".45");
entry0.setValues(" " , "$50,000.00" , ".50" , ".50");
entry0.setValues("*MarketBest Investment Account" , "$0.00" , ".35" , ".35");
entry0.setValues(" " , "$1,000.00" , ".65" , ".65");
entry0.setValues(" " , "$10,000.00" , "1.06" , "1.05");
entry0.setValues(" " , "$50,000.00" , "1.21" , "1.20");
entry0.setValues(" " , "$100,000.00" , "1.31" , "1.30");
entry0.setValues(" " , "$250,000.00" , "1.36" , "1.35");
entry0.setValues(" " , "$500,000.00" , "1.41" , "1.40");
entry0.setValues(" " , "$1,000,000.00" , "1.51" , "1.50");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("BUSINESS SAVINGS");
entry1.setValues("Product" , "Min Tiered Balance" , "APY%" , "Rate%");
entry1.setValues("*Business Savings" , "$0.00" , ".05" , ".05");
entry1.setValues(" " , "$1,000.00" , ".35" , ".35");
entry1.setValues(" " , "$10,000.00" , ".40" , ".40");
entry1.setValues(" " , "$50,000.00" , ".50" , ".50");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("PERSONAL CHECKING");
entry2.setValues("Product" , "Min Tiered Balance" , "APY%" , "Rate%");
entry2.setValues("*Interest Checking" , "$0.00" , ".10" , ".10");
entry2.setValues(" " , "$1,000.00" , ".10" , ".10");
entry2.setValues(" " , "$10,000.00" , ".15" , ".15");
entry2.setValues(" " , "$50,000.00" , ".25" , ".25");
entry2.setValues("*Personal Money Market" , "$0.00" , ".20" , ".20");
entry2.setValues(" " , "$1,000.00" , ".45" , ".45");
entry2.setValues(" " , "$10,000.00" , ".85" , ".85");
entry2.setValues(" " , "$50,000.00" , "1.00" , "1.00");
entry2.setValues(" " , "$100,000.00" , "1.11" , "1.10");
entry2.setValues("*Executive Money Market" , "$0.00" , ".35" , ".35");
entry2.setValues(" " , "$1,000.00" , ".65" , ".65");
entry2.setValues(" " , "$10,000.00" , "1.06" , "1.05");
entry2.setValues(" " , "$50,000.00" , "1.21" , "1.20");
entry2.setValues(" " , "$100,000.00" , "1.31" , "1.30");
entry2.setValues(" " , "$250,000.00" , "1.36" , "1.35");
entry2.setValues(" " , "$500,000.00" , "1.41" , "1.40");
entry2.setValues(" " , "$1,000,000.00" , "1.51" , "1.50");
entry2.setValues("*CenterCircle Checking Account" , "$0.00" , ".10" , ".10");
entry2.setValues(" " , "$2,500.00" , ".40" , ".40");
entry2.setValues(" " , "$25,000.00" , ".45" , ".45");
entry2.setValues(" " , "$50,000.00" , ".50" , ".50");
entry2.setValues("*CenterCircle Money Market" , "$0.00" , ".35" , ".35");
entry2.setValues(" " , "$1,000" , ".65" , ".65");
entry2.setValues(" " , "$10,000" , "1.06" , "1.05");
entry2.setValues(" " , "$50,000" , "1.21" , "1.20");
entry2.setValues(" " , "$100,000" , "1.31" , "1.30");
entry2.setValues("*Executive Personal Checking Account" , "$0.00" , ".10" , ".10");
entry2.setValues(" " , "$1,000.00" , ".40" , ".40");
entry2.setValues(" " , "$10,000.00" , ".45" , ".45");
entry2.setValues(" " , "$50,000.00" , ".50" , ".50");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("PERSONAL SAVINGS");
entry3.setValues("Product" , "Min Tiered Balance" , "APY%" , "Rate%");
entry3.setValues("*Savings Account" , "$0.00" , ".05" , ".05");
entry3.setValues(" " , "$1,000.00" , ".35" , ".35");
entry3.setValues(" " , "$10,000.00" , ".40" , ".40");
entry3.setValues(" " , "$50,000.00" , ".50" , ".50");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("CERTIFICATES OF DEPOSIT - PERSONAL / BUSINESS / IRA's");
entry4.setValues("Product" , "Min Tiered Balance" , "APY%" , "Rate%");
entry4.setValues("*3 Month CD" , "$0.00" , "1.06" , "1.05");
entry4.setValues(" " , "$2,500.00" , "1.06" , "1.05");
entry4.setValues(" " , "$25,000.00" , "1.11" , "1.10");
entry4.setValues(" " , "$100,000.00" , "1.19" , "1.18");
entry4.setValues("*6 Month CD" , "$0.00" , "1.31" , "1.30");
entry4.setValues(" " , "$2,500.00" , "1.31" , "1.30");
entry4.setValues(" " , "$25,000.00" , "1.36" , "1.35");
entry4.setValues(" " , "$100,000.00" , "1.44" , "1.43");
entry4.setValues("*12 Month CD" , "$0.00" , "1.66" , "1.65");
entry4.setValues(" " , "$2,500.00" , "1.66" , "1.65");
entry4.setValues(" " , "$25,000.00" , "1.71" , "1.70");
entry4.setValues(" " , "$100,000.00" , "1.79" , "1.78");
entry4.setValues("*24 Month CD" , "$0.00" , "2.12" , "2.10");
entry4.setValues(" " , "$2,500.00" , "2.12" , "2.10");
entry4.setValues(" " , "$25,000.00" , "2.17" , "2.15");
entry4.setValues(" " , "$100,000.00" , "2.25" , "2.23");
entry4.setValues("*36 Month CD" , "0.00" , "2.43" , "2.40");
entry4.setValues(" " , "$2,500.00" , "2.43" , "2.40");
entry4.setValues(" " , "$25,000.00" , "2.48" , "2.45");
entry4.setValues(" " , "$100,000.00" , "2.56" , "2.53");
entry4.setValues("*60 Month CD" , "$0.00" , "2.63" , "2.60");
entry4.setValues(" " , "$2,500.00" , "2.63" , "2.60");
entry4.setValues(" " , "$25,000.00" , "2.68" , "2.65");
entry4.setValues(" " , "$100,000.00" , "2.76" , "2.73");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Rates are accurate as of March 05, 2010 and subject to change.");
entry5.setValues("APY - annual percentage yield.");
entry5.setValues("*All rates are subject to change.");
entry5.setValues("*A penalty may be assessed for early withdrawal.");
entry5.setValues("*Fees may reduce earnings on an account");
addObject(entry5);

var entry6 = new Entry();
entry6.setValues("Business Money Market");
entry6.setValues("0.00 APY*");
addObject(entry6);

var entry7 = new Entry();
entry7.setValues("Small Business Money Market");
entry7.setValues("Account Balance" , "APY");
entry7.setValues("$1,000,000 and over" , "1.51");
entry7.setValues("$500,000 to $999,999" , "1.41");
entry7.setValues("$250,000 to $499,999" , "1.36");
entry7.setValues("$100,000 to $249,999" , "1.31");
entry7.setValues("$50,000 to $99,999" , "1.21");
entry7.setValues("$10,000 to $49,999" , "1.06");
entry7.setValues("$1,000 to $9,999" , ".65");
entry7.setValues("Effective date: " , "03/05/2010");
addObject(entry7);

var entry8 = new Entry();
entry8.setValues("Small Business<br /> Money Market");
addObject(entry8);

