//car_loan data array
rate = new Array();
rate[0] = new Array("Bank of Nova Scotia","8.05","8.25","9.05");
rate[1] = new Array("CIBC","6.50","6.75","7.00");
rate[2] = new Array("Caisses Desjardins","7.59","7.59","7.59");
rate[3] = new Array("Comtech Credit Union","5.99","5.99","5.99");
rate[4] = new Array("National Bank","8.75","9.00","9.30");
rate[5] = new Array("Ont. Civil Service C.U.","4.99","4.99","4.99");
rate[6] = new Array("Pace Savings & C.U.","6.00","6.00","6.00");
rate[7] = new Array("So-Use Credit Union","7.75","7.75","7.75");
rate[8] = new Array("TD Canada Trust","9.50","9.50","9.50");
rate[9] = new Array("Virtual One C.U.","0.00","0.00","5.99");
//car_loan table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Consumer Loans");
ratetableHeadings[1] = new Array("Car Loans");
ratetableHeadings[2] = new Array("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, August 31 2010");
//car_loan rate description array
rateDescription = new Array("This table displays rates offered by lenders for car loans. Terms range from three to five years and rates are based on a new car loan of $15,000. Interest rates may vary from those shown here depending on individual credit history.  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.24","7.31","7.32	");
//car_loan stats low array
statsLow = new Array("Group Low","     4.99    ","     4.99    ","     4.99    	");
