//sav_dai data array
rate = new Array();
rate[0] = new Array("AcceleRate Financial","10 FEB","0.00","2.100");
rate[1] = new Array("Achieva Financial","10 FEB","0.00","2.000");
rate[2] = new Array("Ally","10 FEB","0.00","2.000");
rate[3] = new Array("Alterna Svgs/Alterna Bk","10 FEB","0.200","1.200");
rate[4] = new Array("Bank of Montreal","10 FEB","0.00","1.250");
rate[5] = new Array("Bank of Nova Scotia","10 FEB","0.00","1.200");
rate[6] = new Array("CIBC","10 FEB","0.00","1.200");
rate[7] = new Array("Canadian Tire Bank","10 FEB","0.00","2.000");
rate[8] = new Array("Desjardins Fin. Security","10 FEB","0.00","0.500");
rate[9] = new Array("Duca Fin. Service C.U.","10 FEB","0.200","0.200");
rate[10] = new Array("FirstOntario C.U.","10 FEB","0.00","2.000");
rate[11] = new Array("HSBC Bank\Trust Canada","10 FEB","0.00","0.750");
rate[12] = new Array("ICICI Bank Canada","10 FEB","0.00","1.600");
rate[13] = new Array("Italian Cdn. Savings CU","10 FEB","0.00","1.500");
rate[14] = new Array("La Capitale Groupe Finan","10 FEB","0.00","1.750");
rate[15] = new Array("Laurentian Bank","10 FEB","0.00","0.200");
rate[16] = new Array("London Life","10 FEB","0.00","0.250");
rate[17] = new Array("MRS Trust","10 FEB","0.00","1.100");
rate[18] = new Array("Manulife Bank","10 FEB","0.00","1.750");
rate[19] = new Array("Meridian Credit Union","10 FEB","0.00","1.650");
rate[20] = new Array("National Bank","10 FEB","0.00","0.400");
rate[21] = new Array("Ontario Civil Service CU","10 FEB","0.00","0.900");
rate[22] = new Array("PACE Savings &amp; C.U.","10 FEB","0.00","0.250");
rate[23] = new Array("Parama Credit Union","10 FEB","0.00","1.500");
rate[24] = new Array("Peoples Trust","10 FEB","0.00","2.100");
rate[25] = new Array("President's Choice Finan","10 FEB","0.00","1.500");
rate[26] = new Array("Royal Bank","10 FEB","0.00","1.200");
rate[27] = new Array("Standard Life","10 FEB","0.00","0.250");
rate[28] = new Array("Steinbach Credit Union","10 FEB","1.250","2.000");
rate[29] = new Array("Sun Life Financial","10 FEB","0.00","0.250");
rate[30] = new Array("TD Canada Trust","10 FEB","0.00","1.200");
rate[31] = new Array("Teachers Credit Union","10 FEB","0.00","1.000");
//sav_dai table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Savings Accounts");
ratetableHeadings[1] = new Array("Daily/Monthly Interest Saving");
//sav_dai table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=sav_dai_sort.shtml class=tableLinksActive>Daily/Monthly</a> | <a href=sav_us_sort.shtml class=tableLinks>U.S. / T-Bill</a> | <a href=sav_tfsa_sort.shtml class=tableLinks>TFSA</a>");
//sav_dai column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Institution");
ratecolHeadings[1] = new Array("Update");
ratecolHeadings[2] = new Array("Monthly");
ratecolHeadings[3] = new Array("Daily");
//sav_dai date array
rateDate = new Array("Friday, February 10 2012");
//sav_dai rate description array
rateDescription = new Array("This table displays interest rates available from various institutions, calculated daily or monthly on the minimum deposit balance for interest earning savings accounts. In most cases, interest is also credited on a monthly basis.  The information in this table can be sorted by interest rate or  lender by clicking on the orange headings.");
//sav_dai stats high array
statsHigh = new Array("Group High","&nbsp;","1.250","2.100	");
//sav_dai stats avg array
statsAvg = new Array("Group Average","&nbsp;","0.55","1.21	");
//sav_dai stats low array
statsLow = new Array("Group Low","&nbsp;","-----","0.200	");

