<%@LANGUAGE="VBSCRIPT"%>
<%
option explicit
%>
<%
dim rsArticles, sSQL, gStr
set rsArticles = server.createobject("adodb.recordset")
rsArticles.cursorlocation = 3
sSQL = sSQL & "SELECT TOP 10 Articles.Article_ID, Articles.Article_Title, Articles.Article_Excerpt, "
sSQL = sSQL & "Articles.Article_Content, Articles.Article_Posted, Articles.Article_Comments, "
sSQL = sSQL & "Articles.Article_Images, Categories.Category_ID, Categories.Category_Title, Users.User_ID, "
sSQL = sSQL & "Users.User_Name FROM FB_Users AS Users INNER JOIN (FB_Categories AS Categories "
sSQL = sSQL & "INNER JOIN FB_Articles AS Articles ON Categories.Category_ID = Articles.Article_Category_ID) "
sSQL = sSQL & "ON Users.User_ID = Articles.Article_User_ID WHERE Article_Status = 1 AND Article_Level = 0 "
sSQL = sSQL & "ORDER BY Article_Posted DESC;"
rsArticles.open sSQL, adoConn
Do While Not rsArticles.EOF
gStr = gStr & "
" & vbCrLf
rsArticles.MoveNext
Loop
%>
<%=gStr%>

There are three basic types of arrangement.
- Term insurance
- Whole life assurance
- Endowment assurance
Term life policies provide life insurance cover for a set number of years being the policy term (period) of cover. These are pure protection polices with no element of investment. If death does not occur during the policy term, then no claim exists and no payment made.
Whole life and endowment polices provide a form of cover that is certain to pay out a claim as long as the policy conditions are met. This certainty means that the policies retain an investment element and therefore have a ‘cash-in’ value. A whole life policy runs until the life insured dies so long as the premium has been paid. The endowment policies pays out either on the death or the life insured or the maturity date, which ever occurs first. These policies are sometimes known as ‘substantive’ polices.
next -
Term Insurance