//mor_lon data array
rate = new Array();
rate[0] = new Array("Alterna Svgs/Alterna Bk","10 FEB","n/a","5.900");
rate[1] = new Array("Bank of Montreal","10 FEB","n/a","5.990");
rate[2] = new Array("Bank of Nova Scotia","10 FEB","n/a","5.990");
rate[3] = new Array("CIBC","10 FEB","n/a","3.990");
rate[4] = new Array("First Calgary Financial","10 FEB","n/a","5.050");
rate[5] = new Array("First National Fin. LP","10 FEB","n/a","3.990");
rate[6] = new Array("FirstLine Mortgages","10 FEB","n/a","4.890");
rate[7] = new Array("FirstOntario C.U.","10 FEB","n/a","3.980");
rate[8] = new Array("HSBC Bank Canada","10 FEB","n/a","6.300");
rate[9] = new Array("ING Direct","10 FEB","n/a","3.990");
rate[10] = new Array("Investors Group Trust","10 FEB","n/a","6.500");
rate[11] = new Array("Meridian Credit Union","10 FEB","n/a","5.950");
rate[12] = new Array("National Bank","10 FEB","n/a","3.990");
rate[13] = new Array("President's Choice Finan","10 FEB","n/a","4.040");
rate[14] = new Array("Royal Bank","10 FEB","n/a","3.990");
rate[15] = new Array("TD Canada Trust","10 FEB","n/a","6.350");
rate[16] = new Array("Teachers Credit Union","10 FEB","n/a","5.490");
//mor_lon table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Long Term Mortgage Rates");
//mor_lon table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//mor_lon column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Update");
ratecolHeadings[2] = new Array("6 yr");
ratecolHeadings[3] = new Array("7 yr");
//mor_lon date array
rateDate = new Array("Friday, February 10 2012");
//mor_lon rate description array
rateDescription = new Array("These tables list the banks, credit unions and other lenders offering mortgages, as well as the interest rates charged and the various terms from six months through 10 years. Use the drop down box abovet to compare options. The information can be sorted alphabetically by lender, term or by rate. The list can be sorted by clicking on the bold headings.");
//mor_lon stats high array
statsHigh = new Array("Group High","&nbsp;","-----","6.500	");
//mor_lon stats avg array
statsAvg = new Array("Group Average","&nbsp;","-----","5.08	");
//mor_lon stats low array
statsLow = new Array("Group Low","&nbsp;","-----","3.980	");

