//lif_ins data array
rate = new Array();
rate[0] = new Array("Female age 35","107.00","115.00","10.35");
rate[1] = new Array("Female age 45","139.00","181.00","16.29");
rate[2] = new Array("Female age 55","208.00","406.00","36.54");
rate[3] = new Array("Male age 35","119.00","139.00","12.51");
rate[4] = new Array("Male age 45","171.00","257.50","23.18");
rate[5] = new Array("Male age 55","278.00","585.00","52.65");
//lif_ins table headings array
ratetableHeadings = new Array();
ratetableHeadings[0] = new Array("Life Insurance Rates : 10 Yr Term Coverage");
//lif_ins table links array
ratetableLinks = new Array();
ratetableLinks[0] = new Array("");
//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("Tuesday, March 02 2010");
//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. <a href=http://www.fiscalagents.com/toolbox/cal/winquote/>Click here for an online quote.</a> The columns in this table can be sorted by clicking on the bold headings.");
