var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bill Bailey Answers YOUR Questions
";
arnews[0] += "Everyone's favourite oddball comedian and erstwhile team leader on Never Mind The Buzzcocks is the latest celeb to line up for our Tweet Nothings interview, where @NMEmagazine 's followers on Twitter - and users of NME.COM - ask the questions.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 12:42:03 GMT";
arnews[0] += "
";
arnews[1]="Umphrey's McGee keeps sound fresh
";
arnews[1] += "The band shall go nameless, Joel Cummins insists. But he recalls the episode at a show years ago: 'There was some kind of problem between the drummer and the rest of the band.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Critical Care Services and 2009 H1N1 Influenza in Australia and New Zealand
";
arnews[2] += "Background Planning for the treatment of infection with the 2009 pandemic influenza A virus through health care systems in developed countries during winter in the Northern Hemisphere is hampered by a lack of information from similar health care systems.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 21:56:06 GMT";
arnews[2] += "
";
arnews[3]="Bon Jovi planning concert in Dallas
";
arnews[3] += "The hit-making band will start its tour Feb. 19 and so far has announced dates running through July 30.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 01:32:16 GMT";
arnews[3] += "
";
arnews[4]="Super Maddie is the hat-trick hero
";
arnews[4] += "Maddie Thomas hit another hat-trick as Bitton Under-15s came away from local rivals Longwell Green with a superb 3-2 win.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Critical Care Services and 2009 H1N1 Influenza in Australia and New Zealand
";
arnews[5] += "Background Planning for the treatment of infection with the 2009 pandemic influenza A virus through health care systems in developed countries during winter in the Northern Hemisphere is hampered by a lack of information from similar health care systems.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 20:54:10 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("