//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("Dispensing Fees");
//dis_fee table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//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 shows the suggested dispensing fees at a sample selection of retail outlets in southern Ontario. The dispensing fees are based on a basic cash prescription. The columns in this table can be sorted by clicking on the bold headings.");

