var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Follow Edgar Thompson's reports
"; arnews[0] += "One of the best quarterback matchups in Super Bowl history is set to begin in less than 30 minutes."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 02:31:20 GMT"; arnews[0] += "
"; arnews[1]="Rittle perfect for grandmother
"; arnews[1] += "Skyler Rittle's grandmother came into Cedar Lanes recently looking to see her other grandson's name, a.k.a. Skyler's older brother, on the wall for having bowled a 300 last year."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 15:38:13 GMT"; arnews[1] += "
"; arnews[2]="'Lost' Star Cynthia Watros Snags A 'House' Role
"; arnews[2] += "Cynthia Watros, the dearly departed Libby on ' Lost ,' is leaving Hurley for Wilson ."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 16:02:00 GMT"; arnews[2] += "
"; arnews[3]="Brittany Murphy died from pneumonia, anemia and multiple drug intoxication.
"; arnews[3] += "More than a month after the sudden death of Brittany Murphy , the Los Angeles County Coroner's Office announced Thursday that the cause of death was pneumonia, anemia and multiple drug intoxication, TMZ.com reports."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="This Just In: Is This Christopher Meloni's Last Season on SVU?
"; arnews[4] += "Law & Order: Special Victims Unit : Um, we did not authorize this. Christopher Meloni might be leaving SVU - what?! Apparently the actor told Australia's Courier-Mail , \"I think 12 years is enough, a good number...The writers will have fertile ground to figure out how to arc [Elliot Stabler] out to another place - whether it's this world or the ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:10: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("
");document.write("
");