var entry0 = new Entry();
entry0.setValues("Effective: " , "June 16, 2010");
addObject(entry0);

var entry1 = new Entry();
entry1.setValues("Term" , "APY" , "Dividend Rate");
entry1.setValues("3 Month" , "0.25%" , "0.25%");
entry1.setValues("6 Month" , "0.45%" , "0.45%");
entry1.setValues("12 Month" , "0.75%" , "0.75%");
entry1.setValues("24 Month" , "1.20%" , "1.19%");
entry1.setValues("36 Month" , "1.55%" , "1.54%");
entry1.setValues("60 Month" , "2.60%" , "2.57%");
addObject(entry1);

var entry2 = new Entry();
entry2.setValues("Term" , "APY" , "Dividend Rate");
entry2.setValues("12 Month" , "0.80%" , "0.80%");
entry2.setValues("18 Month" , "1.03%" , "1.02%");
entry2.setValues("36 Month" , "1.60%" , "1.59%");
entry2.setValues("60 Month" , "2.65%" , "2.62%");
addObject(entry2);

var entry3 = new Entry();
entry3.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry3.setValues("$25" , "0.75%" , "0.75%");
addObject(entry3);

var entry4 = new Entry();
entry4.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry4.setValues("$25,000" , "0.50%" , "0.50%");
addObject(entry4);

var entry5 = new Entry();
entry5.setValues("Minimum Balance" , "APY" , "Dividend Rate");
entry5.setValues("$2,500.00 - $10,000.00" , "0.20%" , "0.20%");
entry5.setValues("$10,000.01+" , "0.40%" , "0.40%");
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.20%" , "0.20%");
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.20%" , "0.20%");
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.20%" , "0.20%");
entry8.setValues("12 month" , "0.50%" , "0.50%");
entry8.setValues("24 month" , "0.94%" , "0.94%");
entry8.setValues("36 month" , "1.30%" , "1.29%");
entry8.setValues("60 month" , "2.35%" , "2.32%");
addObject(entry8);

var entry9 = new Entry();
entry9.setValues("Term" , "APY" , "Dividend Rate");
entry9.setValues("3 Month" , "0.50%" , "0.50%");
entry9.setValues("6 Month" , "0.70%" , "0.70%");
entry9.setValues("12 Month" , "1.00%" , "1.00%");
entry9.setValues("24 Month" , "1.45%" , "1.44%");
entry9.setValues("36 Month" , "1.80%" , "1.79%");
entry9.setValues("60 Month" , "2.86%" , "2.82%");
addObject(entry9);

var entry10 = new Entry();
entry10.setValues("Term" , "APY" , "Dividend Rate");
entry10.setValues("3 Month" , "0.63%" , "0.63%");
entry10.setValues("6 Month" , "0.83%" , "0.83%");
entry10.setValues("12 Month" , "1.14%" , "1.13%");
entry10.setValues("24 Month" , "1.58%" , "1.57%");
entry10.setValues("36 Month" , "1.94%" , "1.92%");
entry10.setValues("60 Month" , "2.99%" , "2.95%");
addObject(entry10);

var entry11 = new Entry();
entry11.setValues("Term" , "APY" , "Dividend Rate");
entry11.setValues("12 Month" , "0.55%" , "0.55%");
entry11.setValues("18 Month" , "0.77%" , "0.77%");
entry11.setValues("36 Month" , "1.35%" , "1.34%");
entry11.setValues("60 Month" , "2.40%" , "2.37%");
addObject(entry11);

var entry12 = new Entry();
entry12.setValues("Term" , "APY" , "Dividend Rate");
entry12.setValues("12 Month" , "1.06%" , "1.05%");
entry12.setValues("18 Month" , "1.28%" , "1.27%");
entry12.setValues("36 Month" , "1.86%" , "1.84%");
entry12.setValues("60 Month" , "2.91%" , "2.87%");
addObject(entry12);

var entry13 = new Entry();
entry13.setValues("Term" , "APY" , "Dividend Rate");
entry13.setValues("12 Month" , "1.19%" , "1.18%");
entry13.setValues("18 Month" , "1.41%" , "1.40%");
entry13.setValues("36 Month" , "1.99%" , "1.97%");
entry13.setValues("60 Month" , "3.04%" , "3.00%");
addObject(entry13);
