var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Arctic Monkeys The new stateside sound of the Arctic...
";
arnews[0] += "BACKSTAGE in Antwerp, Alex Turner is thinking about Glasgow. \"Fantastic audiences,\" says the Arctic Monkeys' leader in recognition of the demanding aesthetes who once terrified Des O'Connor to the extent he pretended to faint.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 14:19:20 GMT";
arnews[0] += "
";
arnews[1]="McCarthy and Skinner Slash Into Sweeney Todd in Oklahoma
";
arnews[1] += "The Lyric Theatre of Oklahoma production of Sweeney Todd , starring Broadway's Jeff McCarthy and Tony nominee Emily Skinner, begins performances Oct.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 04:34:40 GMT";
arnews[1] += "
";
arnews[2]="Local Roundup Su field hockey cruises to victory
";
arnews[2] += "SALISBURY -- The Salisbury University field hockey team defeated Stevenson 5-0 on Tuesday.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "The Salisbury University volleyball team remained undefeated in Capital Athletic Conference action with a 3-0 victory over Hood on Thursday night.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 15:27:51 GMT";
arnews[3] += "
";
arnews[4]="Post a Comment
";
arnews[4] += "The second-ranked Salisbury University field hockey team defeated Wesley 4-0 on Tuesday in Dover.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 14:32:02 GMT";
arnews[4] += "
";
arnews[5]="Local Roundup: Su field hockey downs Wesley
";
arnews[5] += "The second-ranked Salisbury University field hockey team defeated Wesley 4-0 on Tuesday in Dover.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 08:27:00 GMT";
arnews[5] += "
";
arnews[6]="GIRLS from the Kop have a lot up top after study reveals they have UKa s biggest boobs
";
arnews[6] += "GIRLS from the Kop have a lot up top - after research revealed they boast the biggest boobs in Britain.";
arnews[6] += "
Publ.Date : Sat, 10 Oct 2009 04:37:51 GMT";
arnews[6] += "
";
totcount = 7;
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("