var arnews = new Array(15); totcount = 10; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Police: Man admits stealing money, safe to play video poker "; arnews[0] += "Paducah police say a man admitted to stealing cash from a nightclub he worked at to play video poker."; arnews[0] += " Publ.Date : Wed, 01 Sep 2010 12:51:08 -0700"; arnews[0] += " "; arnews[1]="Video sweepstakes operators trying to work around new law "; arnews[1] += "RALEIGH (AP) — A new group representing programmers and owners of video poker-style games set to become illegal in North Carolina says it's working to tweak their games to so they can stay in business. The group called the Internet-Based..."; arnews[1] += " Publ.Date : Tue, 31 Aug 2010 03:13:11 -0700"; arnews[1] += " "; arnews[2]="Shootaround 8.30.10: Can't read BJ's poker face "; arnews[2] += "Shootaround 8.30.10: Can't read BJ's poker face"; arnews[2] += " Publ.Date : Thu, 02 Sep 2010 09:30:49 -0700"; arnews[2] += " "; arnews[3]="Buses with suspected illegals detained "; arnews[3] += "Officers believe two men were running an illegal video poker operation in the 2000 block of Nederland Avenue. Two young men were arrested on Monday who are possibly linked to dozens of auto burglaries in the Beaumont area."; arnews[3] += " Publ.Date : Wed, 01 Sep 2010 17:40:46 -0700"; arnews[3] += " "; arnews[4]="NC sweepstakes group formed after legislative ban "; arnews[4] += "A new group representing programmers and owners of video poker-style games set to become illegal in North Carolina said it's working to tweak their games to so they can stay in business."; arnews[4] += " Publ.Date : Tue, 31 Aug 2010 07:50:59 -0700"; arnews[4] += " "; arnews[5]="25 Things People Don't Understand About Video Games "; arnews[5] += "It can often be difficult to convince your loved ones and local news anchors that games pose no threat to your immortal soul. I've created a handy list correcting common misconceptions people have about video games."; arnews[5] += " Publ.Date : Wed, 01 Sep 2010 14:54:37 -0700"; arnews[5] += " "; arnews[6]="Sweepstakes Programmers Look To Tweak Games "; arnews[6] += "A new group representing programmers and owners of video poker-style games set to become illegal in North Carolina says it's working to tweak their games to so they can stay in business."; arnews[6] += " Publ.Date : Tue, 31 Aug 2010 06:55:01 -0700"; arnews[6] += " "; arnews[7]="Seattle is About to Get Pwned by PAX "; arnews[7] += "Penny Arcade Expo, Seattle, WA, 8/29/2008 by iamdonte from our Flickr pool Gaming is at the tipping point, if it hasn't already tipped. With more and more people playing video games, the question is no longer if you play games, but which games you play. I mean with people spending six hours a day playing Farmville or Online Poker or Bejeweled, gaming has moved beyond the realm of nerds and is ..."; arnews[7] += " Publ.Date : Wed, 01 Sep 2010 11:33:24 -0700"; arnews[7] += " "; arnews[8]="Robbers hit San Vicente store, poker arcade "; arnews[8] += "Two men robbed a store in San Vicente Saturday night, while a security guard foiled two men's attempt to rob a poker arcade, also in San Vicente, early yesterday morning."; arnews[8] += " Publ.Date : Tue, 31 Aug 2010 07:05:40 -0700"; arnews[8] += " "; arnews[9]="NC Sweepstakes Group Formed After Legislature Ban "; arnews[9] += "A new group representing programmers and owners of video poker-style games set to become illegal in North Carolina says it's working to tweak their games to so they can stay in business. The group called the Internet-Based Sweepstakes Organization also said Monday it plans to advocate for legislation that would legalize video gaming and Internet-based games that could be taxed. The General ..."; arnews[9] += " Publ.Date : Mon, 30 Aug 2010 15:36:50 -0700"; arnews[9] += " "; totcount = 10; 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(" |