var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Joe Jonas Trying To Become A Hipster - DailyFill
"; arnews[0] += "While many other celebrities flocked to Miami, Florida for the Super Bowl yesterday, Joe Jonas was busy chilling out on the West Coast. Joe joined up with a few friends in Los Feliz, California, sporting some black-rimmed glasses and a vintage blazer ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:46:00 GMT"; arnews[0] += "
"; arnews[1]="No 'Brothers & Sisters' For Joe Jonas - Post Chronicle
"; arnews[1] += "Joe Jonas has missed out on a Brothers & Sisters role because of a \"scheduling conflict\". The pop star has signed on to play a young version of Balthazar Getty's Tommy character in a flashback episode of the drama, but now he's pulled out"; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:35:00 GMT"; arnews[1] += "
"; arnews[2]="Joe Jonas Misses The Boat - Star-ecentral.com
"; arnews[2] += "It looks like Joe Jonas' dream of making it into the small screen will have to wait. The singer says that his music career is getting in the way of him taking TV roles. Joe was suppose to star in a two-episode arc on the family drama Brothers ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 02:54:00 GMT"; arnews[2] += "
"; arnews[3]="Cody Longo Taking Over Joe Jonas' Role in 'Brothers and Sisters' - Buddytv.com
"; arnews[3] += "There may be something to the role of Tommy that cause stars to just drop out of Brothers and Sisters because of it. But conspiracy theories aside, it looks like Joe Jonas won't be playing the character's younger version in an upcoming flashback ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 06:21:00 GMT"; arnews[3] += "
"; arnews[4]="Joe Jonas to launch solo career? - The Gaea Times
"; arnews[4] += "WASHINGTON - Joe Jonas may soon start his solo career, after getting inspired by the recent success of his brother Nick’s new band ‘The Administration.’ The Jonas Brothers member is reportedly working with other bands for a possible side ..."; arnews[4] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 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("
");