var entry0 = new Entry();
entry0.setValues("Effective: " , "October 20, 2011");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Term" , "APY" , "Dividend Rate");
entry1.setValues("3 Month" , "0.15%" , "0.15%");
entry1.setValues("6 Month" , "0.25%" , "0.25%");
entry1.setValues("12 Month" , "0.45%" , "0.45%");
entry1.setValues("24 Month" , "0.70%" , "0.70%");
entry1.setValues("36 Month" , "0.95%" , "0.95%");
entry1.setValues("60 Month" , "1.90%" , "1.88%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Term" , "APY" , "Dividend Rate");
entry2.setValues("12 Month" , "0.50%" , "0.50%");
entry2.setValues("18 Month" , "0.63%" , "0.63%");
entry2.setValues("36 Month" , "1.00%" , "1.00%");
entry2.setValues("60 Month" , "1.95%" , "1.93%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry3.setValues("$25" , "0.40%" , "0.40%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry4.setValues("$25,000" , "0.30%" , "0.30%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry5.setValues("$2,500.00 - $10,000.00" , "0.10%" , "0.10%");
entry5.setValues("$10,000.01+" , "0.20%" , "0.20%");
addObject(entry5);

var entry6 = new Entry();
entry6.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry6.setValues("$0 - $499" , "0.00%" , "0.00%");
entry6.setValues("$500 - $2,499" , "0.10%" , "0.10%");
entry6.setValues("$2,500+" , "0.10%" , "0.10%");
addObject(entry6);

var entry7 = new Entry();
entry7.setValues("Balance" , "APY" , "Dividend Rate");
entry7.setValues("$0-$500" , "0.00%" , "0.00%");
entry7.setValues("$501-$2,000" , "0.10%" , "0.10%");
entry7.setValues("$2,001-$5,000" , "0.15%" , "0.15%");
entry7.setValues("$5,001-$20,000" , "0.15%" , "0.15%");
entry7.setValues("$20,000+" , "0.25%" , "0.25%");
addObject(entry7);

var entry8 = new Entry();
entry8.setValues("Term" , "APY" , "Dividend Rate");
entry8.setValues("3 month" , "0.10%" , "0.10%");
entry8.setValues("6 month" , "0.15%" , "0.15%");
entry8.setValues("12 month" , "0.20%" , "0.20%");
entry8.setValues("24 month" , "0.45%" , "0.45%");
entry8.setValues("36 month" , "0.70%" , "0.70%");
entry8.setValues("60 month" , "1.64%" , "1.63%");
addObject(entry8);

var entry9 = new Entry();
entry9.setValues("Term" , "APY" , "Dividend Rate");
entry9.setValues("3 Month" , "0.40%" , "0.40%");
entry9.setValues("6 Month" , "0.50%" , "0.50%");
entry9.setValues("12 Month" , "0.70%" , "0.70%");
entry9.setValues("24 Month" , "0.95%" , "0.95%");
entry9.setValues("36 Month" , "1.21%" , "1.20%");
entry9.setValues("60 Month" , "2.15%" , "2.13%");
addObject(entry9);

var entry10 = new Entry();
entry10.setValues("Term" , "APY" , "Dividend Rate");
entry10.setValues("3 Month" , "0.53%" , "0.53%");
entry10.setValues("6 Month" , "0.63%" , "0.63%");
entry10.setValues("12 Month" , "0.83%" , "0.83%");
entry10.setValues("24 Month" , "1.08%" , "1.08%");
entry10.setValues("36 Month" , "1.34%" , "1.33%");
entry10.setValues("60 Month" , "2.28%" , "2.26%");
addObject(entry10);

var entry11 = new Entry();
entry11.setValues("Term" , "APY" , "Dividend Rate");
entry11.setValues("12 Month" , "0.25%" , "0.25%");
entry11.setValues("18 Month" , "0.38%" , "0.38%");
entry11.setValues("36 Month" , "0.75%" , "0.75%");
entry11.setValues("60 Month" , "1.69%" , "1.68%");
addObject(entry11);

var entry12 = new Entry();
entry12.setValues("Term" , "APY" , "Dividend Rate");
entry12.setValues("12 Month" , "0.75%" , "0.75%");
entry12.setValues("18 Month" , "0.88%" , "0.88%");
entry12.setValues("36 Month" , "1.26%" , "1.25%");
entry12.setValues("60 Month" , "2.20%" , "2.18%");
addObject(entry12);

var entry13 = new Entry();
entry13.setValues("Term" , "APY" , "Dividend Rate");
entry13.setValues("12 Month" , "0.88%" , "0.88%");
entry13.setValues("18 Month" , "1.01%" , "1.01%");
entry13.setValues("36 Month" , "1.39%" , "1.38%");
entry13.setValues("60 Month" , "2.33%" , "2.31%");
addObject(entry13);


