// JavaScript Document

var text = ''
text += '<h2> <a href="http://www.kendooweb.com/Benefits.asp">Benefits Summary</a> </h2>'
text += '<br/>'
text += '<h2> <a href="http://www.kendooweb.com/Better_Commute.asp">12 Reasons Kendoo is a Better Commute</a> </h2>'
text += '<br/>'
text += '<h2> <a href="http://www.kendooweb.com/Cost_Tax_Savings.asp">Cost &amp; Tax Savings</a> </h2>'
text += '<br/>'
text += '<h2> <a href="http://www.kendooweb.com/Links_to_Traffic_Info.asp">Links To Traffic Information</a> </h2>'
text += '<br/>'
text += '<h2> <a href="http://www.kendooweb.com/Privacy_Policy.asp">Privacy Policy</a> </h2>'
text += '<br/>'

document.write(text)
