//nsf_fee data array
rate = new Array();
rate[0] = new Array("Bank of Montreal","42.50");
rate[1] = new Array("Bank of Nova Scotia","42.50");
rate[2] = new Array("CIBC","42.50");
rate[3] = new Array("Laurentian Bank","45.00");
rate[4] = new Array("National Bank","42.50");
rate[5] = new Array("Royal Bank","42.50");
rate[6] = new Array("TD Canada Trust","42.50");
//nsf_fee table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Service Fees");
ratetableHeadings[1] = new Array("'Not Sufficient Funds' Charges");
//nsf_fee 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=tableLinks>Certifying a Cheque</a> | <a href=nsf_fee_sort.shtml class=tableLinksActive>NSF Charges</a>");
//nsf_fee column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Fee");
//nsf_fee date array
rateDate = new Array("Thursday, February 2 2012");
//nsf_fee rate description array
rateDescription = new Array("This table displays the fees charged by various financial institutions for issuing a cheque with non-sufficient funds (NSF). The columns in this table can be sorted by clicking on the bold headings.");

