var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="A Message for Advisors
"; arnews[0] += "The client says “Should I buy Long Term Care Insurance?” The advisor responds: “You can self-insure.” The advisor is looking at the client’s..."; arnews[0] += "
"; arnews[1]="Advisors – Connecting with the Children
"; arnews[1] += "On June 14, 2010, The Wall Street Journal had an interesting article by Annie Gasparro titled “The Next Generation”. The article deals with the ba..."; arnews[1] += "
"; arnews[2]="Long Term Care Insurance Leverage
"; arnews[2] += "Couple, age 55: Beginning Daily Benefit: $250 Annual Benefit Increase: 5% Compound Benefit Period: 10 Years Shared (5 years each) Annual Premium: $5,2..."; arnews[2] += "
"; totcount = 3; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");