//gic_com data array
rate = new Array();
rate[0] = new Array("AGF Trust","10 FEB","5000","2.010","2.250","2.300","2.400");
rate[1] = new Array("Advisors Advantage Trust","10 FEB","1000","1.400","1.800","2.200","2.400");
rate[2] = new Array("B2B Trust (Agent)","10 FEB","1000","1.750","2.350","2.350","2.650");
rate[3] = new Array("Bank of Nova Scotia(Agt)","10 FEB","1000","1.600","1.900","2.250","2.450");
rate[4] = new Array("Canadian Western Trust","10 FEB","5000","1.550","1.650","1.850","2.100");
rate[5] = new Array("Community Trust","10 FEB","5000","1.850","1.980","2.150","2.500");
rate[6] = new Array("Concentra Finan. (Agent)","10 FEB","10000","1.300","1.400","1.600","1.850");
rate[7] = new Array("Effort Trust","10 FEB","5000","1.750","2.350","2.400","2.400");
rate[8] = new Array("Empire Life","10 FEB","500","1.050","1.250","1.500","1.800");
rate[9] = new Array("Equitable Trust","10 FEB","5000","1.800","1.850","2.150","2.400");
rate[10] = new Array("General Bank of Canada","10 FEB","5000","2.050","2.260","2.400","2.700");
rate[11] = new Array("HSBC Bank (Agent)","10 FEB","5000","1.950","2.100","2.300","2.600");
rate[12] = new Array("Home Trust (Agent)","10 FEB","5000","2.000","2.250","2.350","2.650");
rate[13] = new Array("Home Trust Company","10 FEB","5000","2.000","2.250","2.350","2.650");
rate[14] = new Array("IC Savings &amp; C.U.(Agent)","10 FEB","1000","1.300","1.400","1.600","1.850");
rate[15] = new Array("Laurentian Bank (Agent)","10 FEB","1000","1.750","2.350","2.350","2.650");
rate[16] = new Array("MCAN Mortgage Corp.","10 FEB","5000","1.850","1.900","1.650","1.950");
rate[17] = new Array("MCAN Mortgage Corp.","10 FEB","25000","1.900","1.950","1.700","2.000");
rate[18] = new Array("MCAN Mortgage Corp.","10 FEB","100000","1.950","2.000","1.750","2.050");
rate[19] = new Array("MRS Trust","10 FEB","2500","1.500","1.800","2.050","2.250");
rate[20] = new Array("MTCC (Agent)","10 FEB","1000","1.600","1.900","2.250","2.450");
rate[21] = new Array("Manulife Bank","10 FEB","2500","1.950","2.200","2.250","2.600");
rate[22] = new Array("Manulife Investments","10 FEB","2500","1.500","1.750","1.850","2.000");
rate[23] = new Array("Meridian C.U. (Agent)","10 FEB","5000","2.050","2.280","2.350","2.650");
rate[24] = new Array("Meridian C.U. (Agent)","10 FEB","25000","2.080","2.300","2.380","2.700");
rate[25] = new Array("Natcan Trust (Agent)","10 FEB","1000","1.650","2.400","2.350","2.700");
rate[26] = new Array("National Bank (Agent)","10 FEB","1000","1.650","2.400","2.350","2.700");
rate[27] = new Array("National Trust (Agent)","10 FEB","1000","1.600","1.900","2.250","2.450");
rate[28] = new Array("Pacific &amp; Western Bank","10 FEB","1000","2.050","2.250","2.300","2.700");
rate[29] = new Array("Peoples Trust","10 FEB","5000","1.500","1.750","1.750","2.000");
rate[30] = new Array("Scotia Mtge. (Agent)","10 FEB","1000","1.600","1.900","2.250","2.450");
rate[31] = new Array("Standard Life","10 FEB","1000","1.300","1.500","1.600","1.900");
rate[32] = new Array("TD Canada Trust (Agent)","10 FEB","5000","0.00","0.00","0.00","0.00");
rate[33] = new Array("TD Canada Trust (Agent)","10 FEB","5000","0.00","0.00","0.00","0.00");
//gic_com table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Guaranteed Investment Certificates");
ratetableHeadings[1] = new Array("Compound Annual 2-5 Years");
//gic_com table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=gic_ann_sort.shtml class=tableLinks>Annual</a> | <a href='gic_sem_sort.shtml' class=tableLinks>Semi-Annual</a> | <a href='gic_qua_sort.shtml' class=tableLinks>Quarterly</a> | <a href='gic_mon_sort.shtml' class=tableLinks>Monthly</a> | <a href='gic_com_sort.shtml' class=tableLinksActive>Compound Annual</a>");
//gic_com 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("2 yr");
ratecolHeadings[4] = new Array("3 yr");
ratecolHeadings[5] = new Array("4 yr");
ratecolHeadings[6] = new Array("5 yr");
//gic_com date array
rateDate = new Array("Friday, February 10 2012");
//gic_com rate description array
rateDescription = new Array("Guaranteed Investment Certificates (GICs) are a non-redeemable type of debt security providing a guaranteed return to investors by paying a fixed rate of interest for a fixed period of time. This table compares rates available from various lenders for GICs with interest compounding annually; meaning that the interest earned each year is re-invested and paid at the end of the GIC term. Investment terms of two to five years are featured and the required minimum investment amounts are listed according to lender. The columns in this table can be sorted by clicking on the orange headings.");
//gic_com stats high array
statsHigh = new Array("Group High","&nbsp;","&nbsp;","2.080","2.400","2.400","2.700	");
//gic_com stats avg array
statsAvg = new Array("Group Average","&nbsp;","&nbsp;","1.71","1.99","2.10","2.36	");
//gic_com stats low array
statsLow = new Array("Group Low","&nbsp;","&nbsp;","1.050","1.250","1.500","1.800	");

