//per_loan data array
rate = new Array();
rate[0] = new Array("Bank of Canada","0.25","0.00","0.00");
rate[1] = new Array("Bank of Nova Scotia","2.25","3.25","4.25");
rate[2] = new Array("CIBC","2.25","3.25","5.00");
rate[3] = new Array("Caisses Desjardins","2.25","0.00","0.00");
rate[4] = new Array("Canadian Tire Bank","2.25","0.00","0.00");
rate[5] = new Array("ING Direct","2.25","0.00","0.00");
rate[6] = new Array("National Bank","2.25","0.00","0.00");
rate[7] = new Array("Ont. Civil Service C.U.","2.25","3.25","0.00");
rate[8] = new Array("Parama Credit Union","2.25","0.00","0.00");
rate[9] = new Array("Royal Bank","2.25","0.00","0.00");
rate[10] = new Array("TD Canada Trust","2.25","4.00","0.00");
//per_loan table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Personal Loan Rates Line of Credit");
//per_loan table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//per_loan column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Lender");
ratecolHeadings[1] = new Array("Prime Rate");
ratecolHeadings[2] = new Array("Secured");
ratecolHeadings[3] = new Array("Unsecured");
//per_loan date array
rateDate = new Array("Tuesday, March 09 2010");
//per_loan rate description array
rateDescription = new Array("This table shows the rates charged by lenders for secured and unsecured personal loans and lines of credit for their best customers. 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.");
