//car_loan data array
rate = new Array();
rate[0] = new Array("Bank of Nova Scotia","7.75","7.90","8.65");
rate[1] = new Array("CIBC","6.50","6.75","7.00");
rate[2] = new Array("Caisses Desjardins","7.95","7.95","7.95");
rate[3] = new Array("Comtech Credit Union","5.99","5.99","5.99");
rate[4] = new Array("Duca Credit Union","5.85","5.85","5.85");
rate[5] = new Array("National Bank","8.75","9.00","9.30");
rate[6] = new Array("Ont. Civil Service C.U.","3.99","3.99","3.99");
rate[7] = new Array("Pace Savings & C.U.","6.00","6.00","6.00");
rate[8] = new Array("So-Use Credit Union","7.75","7.75","7.75");
rate[9] = new Array("TD Canada Trust","9.50","9.50","9.50");
rate[10] = new Array("Virtual One C.U.","0.00","0.00","5.99");
//car_loan table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Car Loan Rates : Based on a $15,000 New Car Loan");
//car_loan table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//car_loan column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Lender");
ratecolHeadings[1] = new Array("36 Months");
ratecolHeadings[2] = new Array("48 Months");
ratecolHeadings[3] = new Array("60 Months");
//car_loan date array
rateDate = new Array("Tuesday, March 09 2010");
//car_loan rate description array
rateDescription = new Array("This table shows the benchmark rates lenders charge for car loans for terms up to five years. The rate you pay may be more or less, depending on your credit worthiness. The columns in this table can be sorted by clicking on the bold headings.");
//car_loan stats high array
statsHigh = new Array("Group High","     9.50    ","     9.50    ","     9.50    	");
//car_loan stats avg array
statsAvg = new Array("Group Average","7.00","7.07","7.09	");
//car_loan stats low array
statsLow = new Array("Group Low","     3.99    ","     3.99    ","     3.99    	");
