//gic_qua data array
rate = new Array();
rate[0] = new Array("B2B Trust (Agent)","11 MAR","1000","0.525","1.625","2.175","2.525","2.925");
rate[1] = new Array("Equitable Trust","11 MAR","5000","0.800","1.500","1.950","2.350","3.110");
rate[2] = new Array("Laurentian Bank (Agent)","11 MAR","1000","0.525","1.625","2.175","2.525","2.925");
rate[3] = new Array("London Life","11 MAR","10000","0.400","1.350","1.600","2.000","2.900");
rate[4] = new Array("Peoples Trust","11 MAR","5000","1.050","1.500","2.150","2.500","2.750");
rate[5] = new Array("Standard Life","11 MAR","5000","0.350","0.675","2.025","2.450","2.550");
rate[6] = new Array("Transamerica Life","11 MAR","25000","0.500","1.350","1.850","2.100","2.550");
//gic_qua table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Guaranteed Investment Certificates");
ratetableHeadings[1] = new Array("Quarterly 1-5 Years");
//gic_qua 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=tableLinksActive>Quarterly</a> | <a href='gic_mon_sort.shtml' class=tableLinks>Monthly</a> | <a href='gic_com_sort.shtml' class=tableLinks>Compound Annual</a>");
//gic_qua 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_qua date array
rateDate = new Array("Thursday, March 11 2010");
//gic_qua 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 from various lenders for GICs paying interest quarterly (four times 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.");
//gic_qua stats high array
statsHigh = new Array("Group High","&nbsp;","&nbsp;","1.050","1.625","2.175","2.525","3.110	");
//gic_qua stats avg array
statsAvg = new Array("Group Average","&nbsp;","&nbsp;","0.59","1.38","1.99","2.35","2.82	");
//gic_qua stats low array
statsLow = new Array("Group Low","&nbsp;","&nbsp;","0.350","0.675","1.600","2.000","2.550	");
