//lif_ins data array
rate = new Array();
rate[0] = new Array("Female age 35","108.00","130.00","12.35");
rate[1] = new Array("Female age 45","152.00","215.00","20.42");
rate[2] = new Array("Female age 55","242.00","465.00","41.85");
rate[3] = new Array("Male age 35","124.00","152.50","14.49");
rate[4] = new Array("Male age 45","186.00","280.00","26.60");
rate[5] = new Array("Male age 55","323.00","697.50","66.26");
//lif_ins table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Life Insurance");
ratetableHeadings[1] = new Array("Life Insurance");
//lif_ins table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("<a href=tra_ins.shtml class=tableLinksActive>Travel Insurance</a> | <a href=lif_ins_sort.shtml class=tableLinksActive>Life Insurance</a>");
//lif_ins column headings array
ratecolHeadings = new Array();
ratecolHeadings[0] = new Array("Classification");
ratecolHeadings[1] = new Array("$100,000<br>Annual<br>Premium");
ratecolHeadings[2] = new Array("$250,000<br>Annual<br>Premium");
ratecolHeadings[3] = new Array("$250,000<br>Monthly<br>Premium");
//lif_ins date array
rateDate = new Array("Wednesday, February 8 2012");
//lif_ins rate description array
rateDescription = new Array("This table compares the annual premium that is charged for three different coverage amounts for a ten-year term. It compares the premiums of men and women aged 35 to 55 and is indicative of the lowest premium for a preferred non-smoker. The columns in this table can be sorted by clicking on the bold headings.");

