var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Around the Community in Stewart County
";
arnews[0] += "Hope everyone enjoyed a great weekend. The weather is much better.. NOW, but that remains to be seen.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Will Yun Lee stars in 'King of Fighters'
";
arnews[1] += "Korean American actor Will Yun Lee will star in an upcoming \"The King of Fighters\" movie based on the popular video game.";
arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The King of Fighters Promo Trailer, Starring Ray Park and Maggie Q
";
arnews[2] += "This promo trailer for Gordon Chan's upcoming King of Fighters - yes, yet another fighting game film adaptation - is both simultaneously hilarious in its total cheese-factor, and also totally depressing when you remember that this guy directed Fist of Legend .";
arnews[2] += "
Publ.Date : Wed, 25 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hey, that looks just like -
";
arnews[3] += "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[3] += "
Publ.Date : Mon, 23 Nov 2009 04:20:39 GMT";
arnews[3] += "
";
arnews[4]="Waxing beautiful by the beach
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 17:24:01 GMT";
arnews[4] += "
";
arnews[5]="Double Edge buys 'Treasure Hunter'
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 04 Nov 2009 10:24:00 GMT";
arnews[5] += "
";
arnews[6]="PumpTop TV Showing Behind-the-Scenes Movie Clips
";
arnews[6] += "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[6] += "
Publ.Date : Fri, 23 Oct 2009 06:26:07 GMT";
arnews[6] += "
";
arnews[7]="A night of stars and songs for Opera patrons
";
arnews[7] += "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[7] += "
Publ.Date : Thu, 22 Oct 2009 08:09:18 GMT";
arnews[7] += "
";
totcount = 8;
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("