var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="105 Simple Winter Pleasures
";
arnews[0] += "Stuck in a cold-snap and desperate to replenish our will to live, we've collected the best suggestions for making it through what's known around here as the longest, darkest month of the year.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:39:46 GMT";
arnews[0] += "
";
arnews[1]="Retirement Planning For Late Savers
";
arnews[1] += "When it comes to saving and investing, those who start early have a formidable advantage.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:04 GMT";
arnews[1] += "
";
arnews[2]="An Employer's Retirement Plan Dilemma
";
arnews[2] += "Our firm promised to contribute a 3% match to employees' retirement accounts for 2008.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:57:27 GMT";
arnews[2] += "
";
arnews[3]="Today's OpEds: Recommendations To Democrats, Cutting Costs, 'Rationing' Health Care
";
arnews[3] += "Back To The Drawing Board Los Angeles Times Democrats may not attract any GOP support for comprehensive healthcare reform by stepping up efforts to limit the growth in healthcare costs.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:00:00 GMT";
arnews[3] += "
";
arnews[4]="Looking to add legacy planning services to your practice? These tools can help
";
arnews[4] += "Everybody dies. Not everybody plans for it, though. That's where financial advisers come in.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:01:00 GMT";
arnews[4] += "
";
arnews[5]="Wine for Valentines
";
arnews[5] += "Plan Valentines in the most secluded spot you can find! photobucket.com KISS! , Is a great way to approach Valentines Day, in my opinion.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("