var entry0 = new Entry();
entry0.setValues("Certificates of Deposit<sup>1</sup>" , " " , " " , " " , " " , " ");
entry0.setValues("Without Relationship Pricing<sup>(1)</sup>" , "With <br />Relationship Pricing<sup>(1)</sup>");
entry0.setValues("Term<sup> </sup>" , "Min to Open<sup> </sup>" , "Rate<sup> </sup>" , "APY<sup>2</sup>");
entry0.setValues("6 Month Fixed Rate" , "$1,000" , "0.250" , "0.25" , "1.736" , "1.75");
entry0.setValues("12 Month Fixed Rate" , "$1,000" , "0.500" , "0.50" , "2.080" , "2.10");
entry0.setValues("18 Month Fixed Rate" , "$1,000" , "0.550" , "0.55" , "2.272" , "2.30");
entry0.setValues("24 Month Fixed Rate" , "$1,000" , "0.700" , "0.70" , "2.570" , "2.60");
entry0.setValues("30 Month Fixed Rate" , "$1,000" , "0.750" , "0.75");
entry0.setValues("IRA - 12 Month Fixed Rate" , "$500" , "0.500" , "0.50" , "2.080" , "2.10");
entry0.setValues("IRA - 24 Month Fixed Rate" , "$500" , "0.700" , "0.70" , "2.272" , "2.30");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Money Market Accounts<sup>3</sup>");
entry1.setValues("Balance<sup> </sup>" , "Rate<sup> </sup>" , "APY<sup>4</sup>");
entry1.setValues("under $25,000" , "0.15" , "0.15");
entry1.setValues("$25,000.00-$99,999.99" , "0.25" , "0.25");
entry1.setValues("$100,000.00 & Over" , "0.40" , "0.40");
entry1.setValues(" " , " " , " ");
entry1.setValues(" " , " " , " ");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Savings Accounts");
entry2.setValues("Balance<sup> </sup>" , "Rate<sup> </sup>" , "APY<sup>5</sup>");
entry2.setValues("$100.00 to $  5,000.00" , ".10" , ".10");
entry2.setValues("$5,000.01 to $25,000.00" , ".20" , ".20");
entry2.setValues("$25,000.01 to $50,000.00" , ".30" , ".30");
entry2.setValues("Over $50,000" , ".40" , ".40");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Checking Accounts");
entry3.setValues("Min. Opening Balance<sup> </sup>" , "Rate<sup> </sup>" , "APY<sup>6</sup>");
entry3.setValues("Business" , "$500" , ".10" , ".10");
entry3.setValues("Personal" , "$100" , ".10" , ".10");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("January 27, 2012");
addObject(entry4);


