var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Obersteller snatches a point for Wings
"; arnews[0] += "A late goal from Jack Obersteller rescued a point for Welling at Hampton in Blue Square South on Tuesday night."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:35:21 GMT"; arnews[0] += "
"; arnews[1]="10 recent movies Hollywood should remake. Again.
"; arnews[1] += "Some were bombs. Some were hits. Some are icons of pop culture. But all of these movies should be done over."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:45:51 GMT"; arnews[1] += "
"; arnews[2]="Nolan Readies For Batman 3 & Superman Reboot
"; arnews[2] += "Because if Christopher Nolan can't do it, clearly no one can. Deadline Hollywood is reporting that some super-sized projects are on the way for Christopher Nolan."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:16:40 GMT"; arnews[2] += "
"; arnews[3]="2 New Smallville S09E12: Warrior Videos Arrive
"; arnews[3] += "The CW Network has provided us with two new videos for the upcoming Smallville episode, Warrior , which will air on Friday, February 12 at 8 PM ET only on the CW Network."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:48:45 GMT"; arnews[3] += "
"; arnews[4]="Day pays tribute to clinical Whitnell
"; arnews[4] += "Welling boss Jamie Day has praised striker Tom Whitnell after he continued his scoring form at Newport on Saturday."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:16:44 GMT"; arnews[4] += "
"; arnews[5]="County let Welling off hook - Match report County 2 Welling 2
"; arnews[5] += "NEWPORT County squandered a two goal lead for the second time in seven days on Saturday, but maintained their outrageous advantage at the top of the Blue Square South."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:25:01 GMT"; arnews[5] += "
"; totcount = 6; 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("
");