var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Blorenge, rhymes with orange..
"; arnews[0] += "The third person to walk away an instant Millionaire on the weekday version of Who Wants to be a Millionaire is bartender Sam Murray from Philadelphia."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:37:47 GMT"; arnews[0] += "
"; arnews[1]="Lots Of Football And Parades For The Holiday
"; arnews[1] += "Law & Order is at 8:00pm and when an elderly shopkeeper fights off a robbery attempt, Detectives Bernard and Lupo initially think it might have been an inside job."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:33:56 GMT"; arnews[1] += "
"; arnews[2]="A look at the Macys Thanksgiving Day Parade
"; arnews[2] += "A behind the scenes preview of what you can expect from the NBC broadcast of this year's Macy's Thanksgiving Day Parade."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:05:34 GMT"; arnews[2] += "
"; arnews[3]="Philly bartender wins big on Millionaire
"; arnews[3] += "A penny for your thoughts? How about $1-million? That is what Philadelphia's own Sam Murray can offer now that he is just the third person to walk away with a million dollars on the weekday version of Who Wants to be a Millionaire? As a bartender, Sam is no stranger to people sitting on stools and talking, but it was a little different back on ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:49:51 GMT"; arnews[3] += "
"; arnews[4]="NBC's Vieira and Gregory Write Off Obama Struggles as Merely 'Perception Problems'
"; arnews[4] += "At first glance it appeared that NBC's Meredith Vieira and David Gregory, on Friday's Today show, did a decent job of recounting all of the struggles the Obama administration is dealing with from unemployment to foreign policy, but ultimately the pair concluded, in every instance, they weren't actual problems, but merely problems of \" perception .\" ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:58:44 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("
");