var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gibson Village opening marks arrival of Concord arts district
"; arnews[0] += "An open house held on Sunday evening at the old Water Works building in Gibson Village brought out not just the community and local leaders, but quite a few visitors from outside the area."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 13:57:00 GMT"; arnews[0] += "
"; arnews[1]="Movie Preview and Review 2012 Directed by Roland Emmerich and...
"; arnews[1] += "The date is December 21st and the year is 2012. Does that date mean something to you? It Should! This is the day that our precious world as we know it will end."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 10:06:37 GMT"; arnews[1] += "
"; arnews[2]="Subcity News// Thursday 12th Novemeber
"; arnews[2] += "Written by Tom Cuthbertson, read by Danni-lynn Glover and Louise Pollock and produced by Louise Pollock."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 18:02:15 GMT"; arnews[2] += "
"; arnews[3]="BB champ Sophie Reade heats up with her pal as they brave cold in skimpy outfits
"; arnews[3] += "SOPHIE Reade showed what a wallflower she is last night - when she touched tongues with her female pal."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 15:19:03 GMT"; arnews[3] += "
"; arnews[4]="Scottish villages fight for 400,000 lottery windfall and star role on TV
"; arnews[4] += "By JOHN ROSS FIVE Scottish communities are competing to win a A 400,000 lottery windfall and become the stars of a new TV reality show."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 00:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");