var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Healthy Living
";
arnews[0] += "Is it a plateau or is it maintenance? As far as I'm concerned, the difference between a plateau and maintenance is all mental.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:05:52 GMT";
arnews[0] += "
";
arnews[1]="Big business for 'Moon' romance
";
arnews[1] += "Are they or aren't they a couple? That's the multimillion-dollar question fueling the \"Twilight\" franchise.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:59:09 GMT";
arnews[1] += "
";
arnews[2]="The Informant! The strange tale of whistleblower Mark Whitacre
";
arnews[2] += "By Shereen Low The last time Matt Damon had to change the way he looked for a movie role, he lost 40 pounds in 100 days and ended up on medication.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:48:57 GMT";
arnews[2] += "
";
arnews[3]="The view: John Woo's departure from Hollywood is a loss to us all
";
arnews[3] += "Once hailed as the man to shake up Hollywood, the maestro of dizzying, exquisitely choreographed action movies has returned to the far east East met west a John Woo.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:31:10 GMT";
arnews[3] += "
";
arnews[4]="MyDNA Fragrance lets you smell like you or Marilyn Monroe
";
arnews[4] += "While each of us wishes to smell as uniquely as the next, ita s just possible that Chanel No.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:33:06 GMT";
arnews[4] += "
";
arnews[5]="'The People Speak' brings Lupe Fiasco to UPenn
";
arnews[5] += "On Tuesday Nov. 18, the University of Pennsylvania hosted \"The People Speak Tour\" at the Irvine auditorium.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:30:03 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("