var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Matthew Rhys - Welsh Stars Rhys and Gruffud Mugged by Pregnant Woman
"; arnews[0] += "Caption: Matthew Rhys , Jayde Nicole, Pilar Lastra and Dave Annable The DirectTV 3rd Annual Celebrity Beach Bowl at Progress Energy Park St Petersburg, Florida .... Actor pals MATTHEW RHYS and IOAN GRUFFUDD were mugged by a pregnant woman after a drunken night out in their native Wales."; arnews[0] += "
Publ.Date : Mon, 05 Oct 2009 00:24:22 GMT"; arnews[0] += "
"; arnews[1]="The Official All-Star Playboy Bash
"; arnews[1] += "Lure Nightclub in conjuction with the National Sports Agency is proud to host the Official Playboy party of All Star Weekend, it's a night sure to be packed with tons of celebrities, athletes, and media coverage from all over the United States."; arnews[1] += "
Publ.Date : Wed, 08 Jul 2009 22:15:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");