//rif_15 data array
rate = new Array();
rate[0] = new Array("AGF Trust","10 FEB","5000","1.300","1.660","1.900","1.960","2.060");
rate[1] = new Array("B2B Trust (Agent)","10 FEB","1000","1.450","1.750","2.350","2.350","2.650");
rate[2] = new Array("BMO Agent","10 FEB","1000","1.350","1.400","1.800","2.200","2.400");
rate[3] = new Array("BMO Agent T2033","10 FEB","1000","1.350","1.400","1.800","2.200","2.400");
rate[4] = new Array("Bank of Nova Scotia(Agt)","10 FEB","5000","1.350","1.600","1.900","2.250","2.450");
rate[5] = new Array("Canada Life","10 FEB","1000","0.00","0.00","0.00","0.00","1.250");
rate[6] = new Array("Community Trust","10 FEB","10000","1.650","1.850","1.980","2.150","2.500");
rate[7] = new Array("Community Trust (Agent)D","10 FEB","10000","1.650","1.850","1.980","2.150","2.500");
rate[8] = new Array("Community Trust T2033","10 FEB","10000","1.650","1.850","1.980","2.150","2.500");
rate[9] = new Array("Concentra Finan. (Agent)","10 FEB","10000","1.150","1.300","1.400","1.600","1.850");
rate[10] = new Array("Effort Trust","10 FEB","10000","1.500","1.750","2.350","2.400","2.400");
rate[11] = new Array("Empire Life","10 FEB","10000","0.700","1.050","1.250","1.500","1.800");
rate[12] = new Array("Empire Life","10 FEB","50000","0.825","1.175","1.375","1.625","1.925");
rate[13] = new Array("Great West Life","10 FEB","10000","0.750","1.050","1.250","1.450","1.500");
rate[14] = new Array("Great West Life","10 FEB","25000","0.875","1.175","1.375","1.575","1.625");
rate[15] = new Array("Home Trust Company","10 FEB","10000","1.650","2.000","2.250","2.350","2.650");
rate[16] = new Array("IC Savings &amp; C.U.(Agent)","10 FEB","1000","0.950","1.300","1.400","1.600","1.850");
rate[17] = new Array("Laurentian Bank (Agent)","10 FEB","1000","1.450","1.750","2.350","2.350","2.650");
rate[18] = new Array("London Life","10 FEB","10000","0.250","0.550","0.750","0.950","1.000");
rate[19] = new Array("MTCC (Agent)","10 FEB","5000","1.350","1.600","1.900","2.250","2.450");
rate[20] = new Array("Manulife Investments","10 FEB","2500","0.900","1.150","1.400","1.500","1.650");
rate[21] = new Array("National Bank (Agent)","10 FEB","1000","1.150","1.650","2.400","2.350","2.700");
rate[22] = new Array("National Trust (Agent)","10 FEB","1000","1.350","1.600","1.900","2.250","2.450");
rate[23] = new Array("ResMor Trust Company","10 FEB","10000","1.600","2.000","2.250","2.300","2.650");
rate[24] = new Array("Scotia Mtge. (Agent)","10 FEB","5000","1.350","1.600","1.900","2.250","2.450");
rate[25] = new Array("Standard Life","10 FEB","25000","1.100","1.300","1.500","1.600","1.900");
rate[26] = new Array("Sun Life Financial","10 FEB","1000","1.300","1.500","1.300","1.600","1.900");
rate[27] = new Array("TD Can.Trust Agent-T2033","10 FEB","10000","0.00","0.00","0.00","0.00","0.00");
rate[28] = new Array("TD Canada Trust (Agent)","10 FEB","10000","0.00","0.00","0.00","0.00","0.00");
rate[29] = new Array("Transamerica Life","10 FEB","10000","0.900","1.100","1.300","1.500","1.750");
rate[30] = new Array("Transamerica Life","10 FEB","50000","1.100","1.300","1.500","1.700","1.950");
//rif_15 table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Retirement Income Funds");
ratetableHeadings[1] = new Array("Annual 1-5 Year");
//rif_15 table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=rif_15_sort.shtml class=tableLinksActive>1-5 Year</a> | <a href=rif_102_sort.shtml class=tableLinks>10, 15, 20 Year</a> | <a href=rif_sav_sort.shtml class=tableLinks>Savings Account</a>");
//rif_15 column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Update");
ratecolHeadings[2] = new Array("Amount");
ratecolHeadings[3] = new Array("1 yr");
ratecolHeadings[4] = new Array("2 yr");
ratecolHeadings[5] = new Array("3 yr");
ratecolHeadings[6] = new Array("4 yr");
ratecolHeadings[7] = new Array("5 yr");
//rif_15 date array
rateDate = new Array("Friday, February 10 2012");
//rif_15 rate description array
rateDescription = new Array("A Registered Retirement Income Fund (RRIF) is an investment vehicle used to produce income in retirement. This table compares interest rates from various lenders for RRIFs paying interest annually (once per year) and features investment terms of one to five years. The required minimum investment amounts are listed according to lender. The columns in this table can be sorted by clicking on the orange headings.");
//rif_15 stats high array
statsHigh = new Array("Group High","&nbsp;","&nbsp;","1.650","2.000","2.400","2.400","2.700	");
//rif_15 stats avg array
statsAvg = new Array("Group Average","&nbsp;","&nbsp;","1.21","1.47","1.74","1.93","2.13	");
//rif_15 stats low array
statsLow = new Array("Group Low","&nbsp;","&nbsp;","0.700","1.050","1.250","1.450","1.000	");

