//cer_cheq data array
rate = new Array();
rate[0] = new Array("Bank of Montreal","15.00","20.00");
rate[1] = new Array("Bank of Nova Scotia","10.00","15.00");
rate[2] = new Array("CIBC","10.00","15.00");
rate[3] = new Array("Laurentian Bank","10.00","15.00");
rate[4] = new Array("National Bank","6.00","15.00");
rate[5] = new Array("Royal Bank","15.00","20.00");
rate[6] = new Array("TD Canada Trust","10.00","15.00");
//cer_cheq table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Service Fees");
ratetableHeadings[1] = new Array("Certifying a Cheque");
//cer_cheq table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=mtg_rati_sort.shtml class=tableLinks>Mort. Debt Ratios</a> | <a href=mtg_disx_sort.shtml class=tableLinks>Mort. Discharge</a> | <a href=saf_box_sort.shtml class=tableLinks>Safety Deposit Box</a> | <a href=sto_fee_sort.shtml class=tableLinks>Stop Payment</a> | <a href=cer_cheq_sort.shtml class=tableLinksActive>Certifying a Cheque</a> | <a href=nsf_fee_sort.shtml class=tableLinks>NSF Charges</a>");
//cer_cheq column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Client");
ratecolHeadings[2] = new Array("Third Party");
//cer_cheq date array
rateDate = new Array("Tuesday, February 7 2012");
//cer_cheq rate description array
rateDescription = new Array("This table compares the cost of certifying a cheque at selected financial institutions. The contrast is based on the difference between the certification of a cheque by a client and a third party. The columns in this table can be sorted by clicking on the bold headings.");

