var arnews = new Array(5); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Two-day cross country championship kicks off
"; arnews[0] += "The American School in Japan Mustangs are poised for a sweep after dominating the boys' and girls' competitions after Day 1 of the 6th Annual Asia-Pacific Invitational Cross Country Championships held at the Asan War in the Pacific Historical Park yesterday morning."; arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Two-day cross country championship kicks off
"; arnews[1] += "The American School in Japan Mustangs are poised for a sweep after dominating the boys' and girls' competitions after Day 1 of the 6th Annual Asia-Pacific Invitational Cross Country Championships held at the Asan War in the Pacific Historical Park yesterday morning."; arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 21:56:54 GMT"; arnews[1] += "
"; arnews[2]="Angel-A (Blu-ray) - Review
"; arnews[2] += "Review Review by Jack Foley product IndieLondon Rating: 3.5 out of 5 BLU - RAY SPECIAL FEATURES : Making of featurette; Making Of the music; music video; theatrical trailer."; arnews[2] += "
Publ.Date : Thu, 10 Sep 2009 14:27:54 GMT"; arnews[2] += "
"; arnews[3]="Women at the helm
"; arnews[3] += "The French actress-turned-director Fanny Ardant, 60, is waiting patiently to run her bag through the security check at Catania Airport in Sicily."; arnews[3] += "
Publ.Date : Thu, 02 Jul 2009 00:10:11 GMT"; arnews[3] += "
"; totcount = 4; 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("
");