var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Fergie scores third solo No. 1
"; arnews[0] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart."; arnews[0] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Han Han: Fifty Cent Party Must Work Overtime
"; arnews[1] += "Han HanHan Han is a famous post-80s generation professional race-car driver and best-selling author."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:26:26 GMT"; arnews[1] += "
"; arnews[2]="Luis Resto
"; arnews[2] += "Since bringing soulful life to the synthesizer in Was , Luis Resto has been a behind-the-scenes mainstay in the music biz, collaborating as a keyboardist, synth maestro and producer with everyone from Patti Smith to Eminem."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:20:58 GMT"; arnews[2] += "
"; arnews[3]="In the habit of a fundamentalist
"; arnews[3] += "Playing a nun who's \"nuts\", Isabella in Measure for Measure, is perfect for Anna Maxwell Martin's first Shakespeare Lucy Powell Anna Maxwell Martin strides into the office of the Almeida Theatre and stops short, her expressive face momentarily frozen."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:03:22 GMT"; arnews[3] += "
"; arnews[4]="Bouncing back
"; arnews[4] += "By Kevin Marlow / For the Times-Tribune After a disappointing loss to Rockcastle County, some people might have wondered how the North Laurel Lady Jaguars would perform when they took the floor against the Monticello Lady Trojans at North Laurel High School on Monday night."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:55:01 GMT"; arnews[4] += "
"; arnews[5]="Black Celebrities on the Down Low
"; arnews[5] += "A regular on Datalounge.com has posted his list of black male stars on the down low! Someone else on the site responded that a lot of it is just wishful thinking, and someone else chimed in that a lot of these guys are more likely bi, but I'd have to say a lot of this is pretty spot on too."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:02:49 GMT"; arnews[5] += "
"; arnews[6]="Inflation to Exceed 9 Per Cent by March End: Experts
"; arnews[6] += "\"Unless something dramatic happens on agri prices, it would probably be over 9 per cent,\" said Pronab Sen, Chief Statistician of India and Secretary, Ministry of Statistics and Programme Implementation."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:46:55 GMT"; arnews[6] += "
"; arnews[7]="Mayweather Fans: Home Testing Kit, do you suffer from Flomoitis?
"; arnews[7] += "It's quiz time, fight fans. In light of Flomo, I mean Floyd Joy Mayweather Jr., spilling his guts and revealing that he lives only for himself and not for his fans, I wanted to test your knowledge of this strange and rare breed, the alleged fans of Mayweather."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Hip-Hop Rumors: New Beef For Drake? The Game Goes Home! Hoopz's New Men
"; arnews[8] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear."; arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 06:56:12 GMT"; arnews[8] += "
"; totcount = 9; 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("
");