// JavaScript Document

var cText = ''
cText += '<table style=border: 1px solid rgb(184, 217, 226); align=center border=0 cellpadding=0 cellspacing=0 height=20 width=100%>'
cText += '<tbody>' 
cText += '<tr height=17>' 
cText += '<td align=right valign=bottom height=12 class=txtgreysmall>' 
cText += '<div align=center><font color=#006699><a href=index.htm><font color=#007EBB>Home</font></a>' 
cText += '| <a href=nlic_Aboutus.htm><font color=#007EBB>About us</font></a>        | <a href=online_insur.html><font color=#007EBB>Buy'
cText += 'Online</font></a> | <font color=#993300><a href=national_life_Products.html><font color=#006699>Products'
cText += ' </font></a> </font>| <font color=#990000><a href=Capitalarea.htm><font color=#006699>Network</font></a></font>|' 
cText += ' <font color=#990000><a href=HelpDesk.htm><font color=#006699>Customer' 
cText += 'Service</font></a></font> | <font color=#990000><a href=Careers.htm><font color=#006699>Careers</font></a></font>' 
cText += '| <font color=#993300><a href=Whatsnew.htm><font color=#006699>News</font></a></font>' 
cText += '| <font color=#990000><a href=Contactus.htm><font color=#006699>Contact' 
cText += 'us</font></a></font> | </font><a href=Links.htm><font color=#006699>Links</font></a><font color=#006699> | <font color=#993300><a href=Sitemap.htm><font color=#006699>Sitemap</font></a></font> | <font color=#990000><a href=Privacy.htm><font color=#006699>Privacy</font></a></font></font></div>'
cText += '</td>'
cText += '</tr>'
cText += '<tr height=17>' 
cText += '<td align=right valign=bottom height=2>' 
cText += '<div class=txtfooter>' 
cText += '<div align=center>© 2008 National Life & General Insurance Company SAOC. All Rights' 
cText += 'Reserved.</div>'
cText += '</div>'
cText += '</td>'
cText += '</tr>'
cText += '</tbody>' 
cText += '</table>'


document.write(cText)