var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hallmark poised to quit as City director
";
arnews[0] += "THE man who has spearheaded Worcester City a s relocation project to Nunnery Way for the past 20 years is standing down.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 12:33:18 GMT";
arnews[0] += "
";
arnews[1]="Child stars most likely to be Sagittarians
";
arnews[1] += "Child stars are most likely to be born under the star sign Sagittarius, a study has shown.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 04:23:19 GMT";
arnews[1] += "
";
arnews[2]="Narnia crew take to Queenslanders
";
arnews[2] += "IT SEEMS Queensland is making as big an impression on The Voyage of the Dawn Treader's cast and crew as the world of Narnia has made on us.";
arnews[2] += "
Publ.Date : Wed, 09 Sep 2009 06:40:29 GMT";
arnews[2] += "
";
arnews[3]="Johnson: 'Narnia is a whole new franchise'
";
arnews[3] += "Producer Mark Johnson has revealed that the forthcoming third instalment to Narnia is \"a whole new franchise\". Filming recently got under way in Queensland, Australia on next part The Voyage Of The Dawn Treader .";
arnews[3] += "
Publ.Date : Wed, 02 Sep 2009 19:32:42 GMT";
arnews[3] += "
";
arnews[4]="The Last Starfighter (DVD) ~ Lance Guest (actor)$12.99
";
arnews[4] += "Run a Quick Search on \"The Last Starfighter\" starring Lance Guest to Browse Related Products: Review New York Times, 07/13/1984, p.C5, \"...[It] taps its sources with the zest of a vampire, and the result, if unoriginal, is nevertheless buoyant....Good-humored, bent on action and even touching...\" Variety, 07/11/1984, \"...Awe-inspiring....Preston is ...";
arnews[4] += "
Publ.Date : Wed, 19 Aug 2009 16:46:56 GMT";
arnews[4] += "
";
arnews[5]="A Good Look at the Full Dawn Treader
";
arnews[5] += "We've received some great photos of the Dawn Treader ship set at the Gold Coast, Queensland, Australia.";
arnews[5] += "
Publ.Date : Tue, 18 Aug 2009 02:08:45 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("