var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Ferrell named Hollywood's Most Overpaid Star
";
arnews[0] += "Will Ferrell can bring the funny, but he hasn't been able to bring in the big bucks, according to Forbes .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:51:45 GMT";
arnews[0] += "
";
arnews[1]="The New York Week That Was
";
arnews[1] += "The Knicks won a game this week! And The Answer may be coming to New York . But with last Fridaya s loss, the Knicks established the worst 10-game start in franchise history.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:57:56 GMT";
arnews[1] += "
";
arnews[2]="Girl Hides Shocking Secret in Thriller, 'Orphan'
";
arnews[2] += "A good-hearted couple adopts a little girl and then very bad things start happening to their family and those around them.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 03:56:34 GMT";
arnews[2] += "
";
arnews[3]="Austin Celebrity Roundup
";
arnews[3] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:15:52 GMT";
arnews[3] += "
";
arnews[4]="Will Ferrell named Hollywood's Most Overpaid Star
";
arnews[4] += "Will Ferrell can bring the funny, but he hasn't been able to bring in the big bucks, according to Forbes .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:26:56 GMT";
arnews[4] += "
";
arnews[5]="People in the News
";
arnews[5] += "Martha Stewart says Rachael Ray can't hold a candle to her in the kitchen. In her first TV interview since serving five months in prison in 2004 for lying to investigators about a well-timed stock trade, Stewart, 68, talked to the ABC News show Nightline about rebuilding her brand -- and slammed the 41-year-old Ray, a TV competitor.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:43:38 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("