var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Moss Play
";
arnews[0] += "Kate Moss' life story, filled with fast men, catwalks, and cocaine, could one day make its way to the Broadway stage.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:47:55 GMT";
arnews[0] += "
";
arnews[1]="Tuesday Bullets
";
arnews[1] += "A treasure trove of NBA dunk contest video . Tim Varner of 48 Minutes of Hell, agitating for a Spurs trade , perhaps for Tyrus Thomas: \"I'm not at all convinced this season's struggles amount to the end of an era.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:49:23 GMT";
arnews[1] += "
";
arnews[2]="Babyshambles announce Shockwaves NME Awards warm-up show
";
arnews[2] += "Babyshambles have announced details of a warm-up show for their forthcoming London Shockwaves NME Awards Show .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:59:44 GMT";
arnews[2] += "
";
arnews[3]="The Courteeners, Ellie Goulding, The Strokes - Inside This Week's NME
";
arnews[3] += "In this week's NME... On the cover of this week's NME - on sale from Wednesday February 10 - are The Courteeners , who explain to Barry Nicolson how they're about to silence their doubters.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:04:50 GMT";
arnews[3] += "
";
arnews[4]="Talking all that jazz
";
arnews[4] += "It may come as a surprise to casual fans of such a seemingly joyful genre, but the world of jazz is at war.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:38:43 GMT";
arnews[4] += "
";
arnews[5]="Nightmare neighbours
";
arnews[5] += "Britons have voted rock star Pete Doherty the country's least desirable celebrity neighbour after a string of lurid headlines about his wild parties.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 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("