var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Opinions vary on supercity
";
arnews[0] += "Auckland's supercity council ward boundaries have taken shape, but not everyone is happy with what's being proposed.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:39:07 GMT";
arnews[0] += "
";
arnews[1]="UNCW conference aimed at spreading awareness of Rosenwald School history
";
arnews[1] += "Published: Tuesday, November 24, 2009 at 8:22 a.m. Last Modified: Tuesday, November 24, 2009 at 8:22 a.m. There was something special about attending a Rosenwald School.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 14:30:15 GMT";
arnews[1] += "
";
arnews[2]="Knowles ranks Bash win one of the best
";
arnews[2] += "CHRIS Knowles has ranked Bashley a s sensational victory over FA Cup giant-killers Staines as one of their top three triumphs during his time with the New Foresters.";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 15:00:00 GMT";
arnews[2] += "
";
arnews[3]="30 Rock Review: Sun Tea
";
arnews[3] += "Episode: \"Sun Tea\"A Synopsis: Jack, disgusted at a rift in the Geiss family, vows to get a vasectomy so as to never have kids and convinces Tracy, who's frustrated at his son Tracy Jr.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:18:41 GMT";
arnews[3] += "
";
arnews[4]="Lee and James warm up for British Isles Championships
";
arnews[4] += "WONFORD'S Lee Tolman and international teammate James Trott warmed up for this weekend's British Isles Short-Mat Championships in Llandrindod Wells by helping the Devon Premier team beat Somerset 178-147 at Isca.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:00:00 GMT";
arnews[4] += "
";
arnews[5]="Stafford men fight back to grab superb win
";
arnews[5] += "Stafford hockey Club firsts were very much the comeback kings this week after a stunning away win over previously unbeaten Streetly saw them keep up their promotion push.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:21:35 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("