//car_loan data array
rate = new Array();
rate[0] = new Array("Bank of Nova Scotia","6.94","6.61","6.69");
rate[1] = new Array("CIBC","7.25","7.50","7.75");
rate[2] = new Array("Caisses Desjardins","7.89","7.89","7.89");
rate[3] = new Array("Comtech Credit Union","5.99","5.99","5.99");
rate[4] = new Array("Duca Credit Union","4.95","7.00","5.20");
rate[5] = new Array("Ont. Civil Service C.U.","4.99","4.99","4.99");
rate[6] = new Array("Pace Savings &amp; C.U.","6.00","6.00","6.00");
rate[7] = new Array("TD Canada Trust","7.50","7.50","7.50");
//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, February 7 2012");
//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.");

