var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Waxing beautiful by the beach
"; arnews[0] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders, superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:24:01 GMT"; arnews[0] += "
"; arnews[1]="Double Edge buys 'Treasure Hunter'
"; arnews[1] += "HONG KONG Taiwan-based sales company Double Edge Entertainment has picked up international rights to big-budget actioner \"Treasure Hunter.\" The picture stars Mandopop superstar Jay Chou who has become one of the most in-demand actors in Asia."; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 10:24:00 GMT"; arnews[1] += "
"; arnews[2]="PumpTop TV Showing Behind-the-Scenes Movie Clips
"; arnews[2] += "PumpTop TV, a leading nationwide digital media network located at-the-pump, has made a deal with MovieSet.com, a movie website, to provide content from movies in various states of productiona 'from green light to distribution."; arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 06:26:07 GMT"; arnews[2] += "
"; arnews[3]="A night of stars and songs for Opera patrons
"; arnews[3] += "Tulsa Opera's President's Council offers us a unique opportunity to not only dine with the stars of the company's current productions, but to hear them perform in an elegant and intimate setting."; arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 08:09:18 GMT"; arnews[3] += "
"; arnews[4]="Quick Read
"; arnews[4] += "NEW YORK PumpTop TV, a digital media network at gas stations, has signed a content deal with MovieSet.com. As part of the agreement, MovieSet.com will air behind the scenes clips from movie location shoots across PumpTop s network in 12 markets."; arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 01:48:36 GMT"; arnews[4] += "
"; arnews[5]="PumpTop TV Goes Hollywood
"; arnews[5] += "One of the first production previews will focus on King of Fighters starring Sean Faris, Will Yun Lee, Maggie Q, Ray Park and Bernice Liu."; arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="PumpTop TV Signs Content Deal With MovieSet.com
"; arnews[6] += "PumpTop TV, a digital media network at the gas pump, announced Monday it signed a content deal with MovieSet.com . As part of the agreement, MovieSet.com will air \"behind the scenes\" clips from movie location shoots across PumpTop's network in 12 markets."; arnews[6] += "
Publ.Date : Tue, 20 Oct 2009 15:07:42 GMT"; arnews[6] += "
"; arnews[7]="Walker Cup dreams alive at Western Am
"; arnews[7] += "By RON BALICKI Senior Writer LAKE FOREST, Ill. - \" Nathan Smith and Mike McCoy both know how difficult it is for a mid-amateur to be selected to the Walker Cup team."; arnews[7] += "
Publ.Date : Thu, 06 Aug 2009 07:53:49 GMT"; arnews[7] += "
"; arnews[8]="Can Clinton Reverse the U.S.-North Korea Downward Spiral of Diplomacy?
"; arnews[8] += "Shortly after former President Bill Clinton finished having dinner with Kim Jong Il on Aug."; arnews[8] += "
Publ.Date : Wed, 05 Aug 2009 20:50:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");