//dis_fee data array
rate = new Array();
rate[0] = new Array("Costco","3.89");
rate[1] = new Array("Fortinos Pharmacy","9.49");
rate[2] = new Array("Loblaws Pharmacy","10.49");
rate[3] = new Array("Metro Food &amp; Drug","10.99");
rate[4] = new Array("Pharma Plus","11.99");
rate[5] = new Array("Rexall","11.99");
rate[6] = new Array("Shoppers Drug Mart","11.99");
rate[7] = new Array("Wal-Mart","9.97");
rate[8] = new Array("Zellers Pharmacy","10.99");
//dis_fee table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Consumer Reports");
ratetableHeadings[1] = new Array("Drug Dispensing Fees");
//dis_fee table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=nat_gas.shtml class=tableLinks>Nat. Gas</a> | <a href=int_fee.shtml class=tableLinks>Internet</a> | <a href=dis_fee_sort.shtml class=tableLinksActive>Drugs</a> | <a href=lon_dis.shtml class=tableLinks>Phone</a>");
//dis_fee column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Retailer");
ratecolHeadings[1] = new Array("Fee $");
//dis_fee date array
rateDate = new Array("Wednesday, February 1 2012");
//dis_fee rate description array
rateDescription = new Array("This table displays dispensing fees for prescriptions as charged by a selection of retailers across Southern Ontario. The fees shown here are based on a basic cash prescription and may be affected by taxes and discounts. The columns in this table can be sorted by clicking on the bold headings.");

