var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Motown caps 50th anniversary with hometown gala
"; arnews[0] += "Today, that would get you two tickets with a bit to spare to the Motown 50 Golden Gala ."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:52:11 GMT"; arnews[0] += "
"; arnews[1]="Child's play
"; arnews[1] += "In \"Victorious,\" Victoria Justice, second from right, plays a singer-dancer. In the middle of everything there is a pool."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:34:50 GMT"; arnews[1] += "
"; arnews[2]="Not into football or shopping? Where to find post-Thanksgiving family fun in Denver
"; arnews[2] += "While there's nothing wrong with watching the Broncos crush the Giants or hitting those Black Friday sales, if you'd prefer to get out of the house without risking your life in a quest for a great deal on a Jonas Brothers Pix Micro Digital Camera , here are some fun, family friendly things to do in and around Denver."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Motown sound returns to where it began 50 years ago with founder, 'family,' famous friends
"; arnews[3] += "In this Oct. 27, 2009 file photo, Music producer Berry Gordy arrives to the premiere of \"Michael Jackson's This Is It,\" in Los Angeles."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:12:01 GMT"; arnews[3] += "
"; arnews[4]="Motown Celebrates 50th Anniversary In Detroit
"; arnews[4] += "Hundreds have gathered to salute Detroit-style royalty -- the King of Motown, the Queen of Soul and the Kid of Rock."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:01:00 GMT"; arnews[4] += "
"; arnews[5]="Zac Efron Groupie Story
"; arnews[5] += "Today me and my friend went to the Soho Hotel in London to try and meet the Jonas Brothers."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:35:29 GMT"; arnews[5] += "
"; totcount = 6; 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("
");