var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gift Guide: Music
";
arnews[0] += "U sed to be, we'd have dozens of major box sets to choose from around holiday shopping time.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:49:06 GMT";
arnews[0] += "
";
arnews[1]="Making fitness news: former trainer to Cher, Brooke Shields says to visualize fitness
";
arnews[1] += "Cher, shown here performing at Caesars Palace is known for her fitness. A former trainer of hers is now teaching visualization.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Hardcover Nonfiction
";
arnews[2] += "Andre Agassi's memoir traces his high-profile tennis career back to a childhood dominated by a harsh father and rigorous training regimen.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:13:04 GMT";
arnews[2] += "
";
arnews[3]="Roy Exum: Agassi Hated Tennis
";
arnews[3] += "There has just been released a book that every parent of every athlete should read.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:54:53 GMT";
arnews[3] += "
";
arnews[4]="Blurring the line between fiction and reality
";
arnews[4] += "Editor's note - Michael Counter is an intern at Dallas South News, an on-line publication by Shawn Williams, a Paris native.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:02:49 GMT";
arnews[4] += "
";
arnews[5]="Brooke Shields speaks about suicidal thoughts and postpartum depression - example to all mothers
";
arnews[5] += "On Monday, Brooke Shields received an advocacy award from the 'Hope for Depression Research Foundation'. During her acceptance speech she openly shared how postpartum depression broke her mentally down to thoughts of suicide.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 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("