//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("Ont. Civil Service C.U.","4.99","4.99","4.99");
rate[5] = new Array("Pace Savings &amp; C.U.","6.00","6.00","6.00");
rate[6] = new Array("TD Canada Trust","7.50","7.50","7.50");
//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("Thursday, February 2 2012");
//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","7.89","7.89","7.89	");
//car_loan stats avg array
statsAvg = new Array("Group Average","6.65","6.64","6.69	");
//car_loan stats low array
statsLow = new Array("Group Low","4.99","4.99","4.99	");

