var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Chris Fitzpatrick focuses on boxing to escape the 'bad stuff' in his life
"; arnews[0] += "Chris Fitzpatrick knows he could be dead. He knows how close he came in the six years he ran the streets of Cleveland, gang-banging, selling and smoking dope."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:54:47 GMT"; arnews[0] += "
"; arnews[1]="Kohl's Amps Up 'After Thanksgiving Day' Onslaught
"; arnews[1] += "Kohl's is looking to create some serious pent up demand for its \"After Thanksgiving Day\" sale."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Long has best name ID in new 7th District congressional race poll
"; arnews[2] += "Springfield auctioneer Billy Long has the best name identification among the crowded field of Republican candidates vying to replace Rep."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bluegrass artists share stage in concert, then teach workshops
"; arnews[3] += "Twilight Music presents an evening of bluegrass music with Sam Bush Band guitarist and vocalist, Stephen Mougin, and Sirius XM Satellite Radio bluegrass channel DJ and banjo guru, Ned Luberecki, at New England Youth Theatre on Saturday, Nov."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Rihanna: a Ia m Single & Ready To Minglea
"; arnews[4] += "Rihanna attends the Nokia X6 launch and Rihanna birthday celebrations at Mahiki nightclub, Mayfair on November 16, 2009 in London Getty Premium Rihanna celebrates at the Nokia X6 launch and her birthday celebration at Mahiki nightclub, Mayfair on November 16, 2009 in London Getty Premium Rihanna performs material from her upcoming album 'Rated R' ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:30:03 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("
");