var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Macy's parade has a new route
"; arnews[0] += "The 83rd annual march through Manhattan, which follows a new route this year, will also feature its usual assortment of marching bands, celebrities, cheerleaders and, of course, that jolly bearded guy in the red suit."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:03:07 GMT"; arnews[0] += "
"; arnews[1]="Me, Myself And I - Beyonce
"; arnews[1] += "One of the most recognizable characters in modern-day R&B, Beyonce first rose to fame as the siren-voiced centerpiece of Destiny's Child before embarking on a multi-platinum solo career in 2001."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:43:44 GMT"; arnews[1] += "
"; arnews[2]="JLo, Lambert among performers set for American Music Awards
"; arnews[2] += "The undisputed king of electric blues is scheduled to play to a packed audience Friday night at Centennial Hall."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 10:00:08 GMT"; arnews[2] += "
"; arnews[3]="Performers ready to rock AMA stage
"; arnews[3] += "Jennifer Lopez plans to include fireworks and an onstage costume change in her performance at the American Music Awards."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:59:52 GMT"; arnews[3] += "
"; arnews[4]="Tracy Lawrence, hundreds of turkeys and an open flame
"; arnews[4] += "Country music fans are invited to talk turkey with T racy Lawrence on Tuesday when the singer throws his fourth annual Mission Possible Turkey Fry at the Nashville Rescue Mission, 639 Lafayette St."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 09:44:13 GMT"; arnews[4] += "
"; arnews[5]="50 cent's new album tops iTunes most downloaded list
"; arnews[5] += "9, 2009: SINGLES: 1. \"Fireflies,\" Owl City 2. \"Need You Now,\" Lady Antebellum 3. \"Replay,\" Iyaz 4. \"Bad Romance,\" Lady Gaga 5. \"Tik Tok,\" Ke$ha 6. \"Empire State of Mind ,\" Jay-Z 7. \"Party in the USA,\" Miley Cyrus 8. \"3,\" Britney Spears 9. \"Whatcha Say,\" Jason DeRulo 10."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 09:26:35 GMT"; arnews[5] += "
"; arnews[6]="Sunday Fare: Music Awards and 'Curb' Finale: Roger Catlin | TV Eye
"; arnews[6] += "The American Music Awards are presented live tonight from the Nokia theatre in Los Angeles."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:02:52 GMT"; arnews[6] += "
"; arnews[7]="Empire Sta... - Jay-z / Alecia K...
"; arnews[7] += "Embodying the rags-to-riches rap dream, Jay-Z pulled himself up by his bootstraps as a youth to eventually become the reigning rapper of New York City and, in turn, a major-label executive following his short-lived retirement from music-making. In the wake of his 1996 debut, Reasonable Doubt, Jay-Z's albums sold millions upon millions with each ..."; arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 08:50:09 GMT"; arnews[7] += "
"; totcount = 8; 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("
");