var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How to Make New Year's Resolutions That Work
";
arnews[0] += "Do you know the best way to turn your New Year resolutions into reality? Create a visual map for 2010 by designing your own vision board as seen on Oprah and Larry King.";
arnews[0] += "
Publ.Date : Thu, 31 Dec 2009 19:10:26 GMT";
arnews[0] += "
";
arnews[1]="How to Make New Yeara s Resolutions That Work
";
arnews[1] += "Joyce Schwarz, motivational speaker, career strategist and best-selling author of THE VISION BOARD book from Harper Collins says, \"New Year's Resolutions DON\"T work! 2009-12-21 07:00:26 - Do you know the best way to turn your New Year resolutions into reality? According to best-selling author and motivational speaker Joyce Schwarz the best way is ...";
arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 05:43:44 GMT";
arnews[1] += "
";
totcount = 2;
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("