var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tang Wei to star in Late Autumn
";
arnews[0] += "Tang's role is that of an obedient, well-behaved prisoner, out on parole for three days, who encounters Korean heartthrob Hyeon Bin, who plays a runaway counterfeiter.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:32:37 GMT";
arnews[0] += "
";
arnews[1]="Life's good for table tennis champ
";
arnews[1] += "Ready, set .... The Peel high school table tennis championships were held today at Rick Hansen Secondary School.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:42:22 GMT";
arnews[1] += "
";
arnews[2]="Filming a oeLate Autumna at Mt. Pleasant Cemetery
";
arnews[2] += "Several readers have written in asking about movie crews seen filming at Mt. Pleasant Cemetery this morning.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:33:35 GMT";
arnews[2] += "
";
arnews[3]="Tang Wei turns out prisoner in "Late Autumn"
";
arnews[3] += "First portrayal of Tang Wei as a prisoner in Korean director Kim Tae-yonga s a oeLate Autumna was unveiled recently.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:10:05 GMT";
arnews[3] += "
";
arnews[4]="Monkey King proves colourful, action-packed spectacle
";
arnews[4] += "The Ice Princess executes an acrobatic move in The Monkey King, a kung fu rock spectacular show at the Centre for Performing Arts until Feb.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:53:55 GMT";
arnews[4] += "
";
arnews[5]="A hive of activities
";
arnews[5] += "THE Sibu Central Market can be best described as the top tourist spot in town. If you have not visited SCM, you have not visited Sibu.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 05:18:31 GMT";
arnews[5] += "
";
arnews[6]="Collier County arrests 02-04-10
";
arnews[6] += "Name: Bing, Tang Wei Charge: PROSTITUTION OR ASSIGN OFFER COMMIT ENGAGE, HEALTH- SAFETY PRACTICE WO LIC OR SUSP REV LIC Residence: Flushing, N.Y. Age: 43 Occupation: Massage Case #: None yet available Follow this case online: Collier County Clerk of Courts Please note: Most cases require 2-3 days to be inputted into the public court record.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 04:45:11 GMT";
arnews[6] += "
";
arnews[7]="Bingo bonanza
";
arnews[7] += "The Malaysian Scrabble Association celebrates two years of progress. THE mood was one of celebration at the Malaysian Scrabble Association AGM 2010 held recently at Berjaya Times Square, Kuala Lumpur.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 01:22:10 GMT";
arnews[7] += "
";
arnews[8]="Massage sting continues: 2 more women accused of soliciting sex for money
";
arnews[8] += "Two women have been arrested as part of a continuing prostitution sting by the Collier County Sheriff's Office.";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 16:57:04 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("