<%@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%>
Life Insurance Questions
Q "If I opt for the pricier level term life cover and my sum assured is £100,000 what happens if make a claim 20 years later and - because of inflation - it's then worth more like £10,000?"
A "As a customer, you have a choice of 'index-linking' your sum assured. This will mean that your premiums will also rise each year in line with inflation or by an agreed fixed amount."
Q "Will I save money if I pay annually rather than monthly?"
A "This saving usually only applies to cover that is renewed every year, like car insurance. With ongoing life and critical illness cover a yearly payment will not provide a saving. It's more a matter of preference."
Q "What happens if I stop paying my premiums?"
A "Your life will no longer be covered".