//per_loan data array
rate = new Array();
rate[0] = new Array("Bank of Canada","1.00","n/a","n/a");
rate[1] = new Array("Bank of Nova Scotia","3.00","4.00","5.00");
rate[2] = new Array("CIBC","3.00","4.00","6.00");
rate[3] = new Array("Caisses Desjardins","3.00","n/a","n/a");
rate[4] = new Array("ING Direct","3.00","n/a","n/a");
rate[5] = new Array("National Bank","3.00","n/a","n/a");
rate[6] = new Array("Ont. Civil Service C.U.","3.00","4.00","n/a");
rate[7] = new Array("Parama Credit Union","3.00","n/a","n/a");
rate[8] = new Array("Royal Bank","3.00","n/a","n/a");
rate[9] = new Array("Steinbach C.U.","3.00","4.00","4.00");
rate[10] = new Array("TD Canada Trust","3.00","4.75","n/a");
//per_loan table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Consumer Loans");
ratetableHeadings[1] = new Array("Personal 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("Wednesday, February 1 2012");
//per_loan rate description array
rateDescription = new Array("This table lists the interest rates charged by various lenders for secured and unsecured lines of credit and personal loans. Interest rates may vary from what is shown here depending on individual credit history. The columns in this table can be sorted by clicking on the orange headings.");

