//gic_ann data array
rate = new Array();
rate[0] = new Array("AGF Trust","18 MAR","5000","1.010","1.960","2.610","2.960","3.310");
rate[1] = new Array("ATB Financial","18 MAR","1000","0.400","1.150","1.450","1.600","2.000");
rate[2] = new Array("Achieva Financial","18 MAR","1000","2.000","2.250","2.600","2.700","3.350");
rate[3] = new Array("Advisors Advantage Trust","18 MAR","1000","0.800","1.600","2.250","2.600","3.000");
rate[4] = new Array("Alterna Svgs/Alterna Bk","18 MAR","500","1.100","1.150","2.600","1.600","2.950");
rate[5] = new Array("Bank of Montreal","18 MAR","1000","0.750","1.150","1.450","1.600","2.000");
rate[6] = new Array("CIBC","18 MAR","1000","0.400","1.150","1.450","1.600","2.000");
rate[7] = new Array("Caisses Desjardins","18 MAR","1000","0.400","1.100","1.450","1.700","2.000");
rate[8] = new Array("Canada Life","18 MAR","1000","0.750","1.700","1.950","2.350","3.250");
rate[9] = new Array("Canadian Western Trust","18 MAR","5000","0.650","1.400","1.700","1.850","2.250");
rate[10] = new Array("Coast Capital Savings CU","18 MAR","1000","1.500","2.000","2.500","2.750","3.000");
rate[11] = new Array("Community Trust","18 MAR","5000","1.100","1.700","2.500","2.750","2.950");
rate[12] = new Array("Concentra Financial","18 MAR","1000","0.400","1.150","1.450","1.700","1.900");
rate[13] = new Array("Desjardins Fin. Security","18 MAR","500","0.900","1.650","2.250","2.600","2.900");
rate[14] = new Array("Dundee Bank of Canada","18 MAR","1000","0.800","1.950","2.560","2.950","3.300");
rate[15] = new Array("Effort Trust","18 MAR","5000","1.100","1.850","2.600","2.750","3.000");
rate[16] = new Array("Empire Life","18 MAR","500","0.750","1.300","2.050","2.500","3.250");
rate[17] = new Array("Equitable Life","18 MAR","500","0.500","1.550","2.400","2.650","3.400");
rate[18] = new Array("Great West Life","18 MAR","500","0.750","1.700","1.950","2.350","3.250");
rate[19] = new Array("Home Trust Company","18 MAR","5000","1.150","1.850","2.500","2.850","3.250");
rate[20] = new Array("ICICI Bank Canada","18 MAR","1000","0.900","1.600","2.200","2.600","3.000");
rate[21] = new Array("ING Bank of Canada","18 MAR","0","1.250","1.750","2.500","2.500","3.000");
rate[22] = new Array("ING Direct","18 MAR","0","1.250","1.750","2.500","2.500","3.000");
rate[23] = new Array("Italian Cdn. Savings CU","18 MAR","1000","0.700","1.400","1.800","2.150","2.550");
rate[24] = new Array("Laurentian Bank","18 MAR","1000","0.400","1.100","1.450","1.700","2.000");
rate[25] = new Array("MRS Trust","18 MAR","2500","1.100","1.800","2.450","2.800","3.150");
rate[26] = new Array("National Bank","18 MAR","1000","0.400","1.100","1.400","1.700","2.000");
rate[27] = new Array("Peoples Trust","18 MAR","5000","1.000","1.600","2.550","2.950","3.300");
rate[28] = new Array("President's Choice Finan","18 MAR","0","0.750","1.750","2.250","2.500","3.000");
rate[29] = new Array("Royal Bank","18 MAR","1000","0.750","1.200","1.300","1.650","2.000");
rate[30] = new Array("So-Use Credit Union","18 MAR","1000","1.000","1.150","1.750","2.000","2.250");
rate[31] = new Array("Standard Life","18 MAR","1000","0.600","0.925","2.225","2.575","2.800");
rate[32] = new Array("Standard Life","18 MAR","25000","0.600","1.075","2.375","2.725","3.050");
rate[33] = new Array("State Bank of India(Can)","18 MAR","2000","1.300","1.750","2.500","2.600","3.100");
rate[34] = new Array("TD Canada Trust","18 MAR","1000","0.400","1.150","1.450","1.600","2.000");
rate[35] = new Array("Transamerica Life","18 MAR","1000","0.650","1.500","2.000","2.250","2.700");
//gic_ann table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Guaranteed Investment Certificates : Annual");
//gic_ann table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//gic_ann 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");
//gic_ann date array
rateDate = new Array("Thursday, March 18 2010");
//gic_ann rate description array
rateDescription = new Array("Guaranteed Investment Certificates (GICs) offer a fixed return for a fixed period of time. These tables list GIC lenders, minimum amounts, the interest rates and when the interest is paid. The columns in this table can be sorted by clicking on the bold headings.");
//gic_ann stats high array
statsHigh = new Array("Group High","&nbsp;","&nbsp;","2.000","2.250","2.610","2.960","3.400	");
//gic_ann stats avg array
statsAvg = new Array("Group Average","&nbsp;","&nbsp;","0.84","1.50","2.08","2.31","2.76	");
//gic_ann stats low array
statsLow = new Array("Group Low","&nbsp;","&nbsp;","0.400","0.925","1.300","1.600","1.900	");
