var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'DJ AM' Goldstein estate sues for wrongful death - WTVF
";
arnews[0] += "LOS ANGELES (AP) - Court documents say the estate of Adam \"DJ AM\" Goldstein is suing several defendants for wrongful death. Goldstein sustained serious injuries in a plane crash in September 2008 in South Carolina and later died of an accidental ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:48:00 GMT";
arnews[0] += "
";
arnews[1]="Mandy Moore supports douching in spoofed Red Bull commercial - Examiner
";
arnews[1] += "In just a minute of online, spoofed commercial fun, Mandy Moore stages herself as the new face of Red Bull's douche product. Specifically targeting the working woman, Moore portrays a hard-at-work professional who when using the Red Bull douche ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:43:00 GMT";
arnews[1] += "
";
arnews[2]="Brett Dennen and Grace Potter And The Nocturnals at Pantages Theatre - A.V. Club
";
arnews[2] += "Of all the boyish singer-songwriters who’ve emerged in recent years, leave it to one of the most baby-faced to bring some unpleasantness and grit to the lot. Though far from a revolutionary, Brett Dennen sings with naïve directness on 2006’s So ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[2] += "
";
arnews[3]="Today's Best Celebrity Twitters for 11/18 - Pop Eater
";
arnews[3] += "Looks like Bravo is filming its own version of 'Cribs' and featuring ' The Real Housewives of New York ' star, Kelly Bensimon. We cannot wait to see what her Manhattan apartment really looks like inside. 3. Mandy Moore Mandy Moore has been busy ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:19:00 GMT";
arnews[3] += "
";
arnews[4]="Avril Lavigne dating Lohan ex? - Earthtimes
";
arnews[4] += "Avril Lavigne has been spotted out with American actor Wilmer Valderrama, who has previously dated Lindsay Lohan, Mandy Moore and Hilary Duff. Avril Lavigne is reportedly dating Lindsay Lohan's ex-boyfriend. The singer - who is divorcing estranged ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:27:00 GMT";
arnews[4] += "
";
totcount = 5;
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("