var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="309 more music events today
";
arnews[0] += "Israel Nebeker and Ryan Dobrowski know something about getting back to basics. Before they put together their brilliant debut full-length, 3 Rounds and a Sound, the two men who make up Portland-based Blind Pilot conducted a strictly human-powered tour of their home coast.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:31:09 GMT";
arnews[0] += "
";
arnews[1]="Dave Seaman
";
arnews[1] += "From co-writing hit songs for Kylie Minogue to playing the biggest dance-music festivals in the world, Dave Seaman has done it all.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:29:18 GMT";
arnews[1] += "
";
arnews[2]="Showbiz: Dr Who's body double is flying the Tardis
";
arnews[2] += "HE'S travelled in the Tardis with David Tennant, held a quivering Kylie Minogue in his arms, and now for his next quest Colum Regan is helping a Crazy Chick find her angry side.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Superdiets? They're just a fairytale, says top doctor
";
arnews[3] += "Some swear by chewing 32 times to aid digestion; others stick to raw vegetables and fruit; many opt for high-protein diets in the form of fish, chicken and beef; a few proclaim the powers of grapefruit juice.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT";
arnews[3] += "
";
arnews[4]="Whodunit? OCAD Mystery Art Sale
";
arnews[4] += "416-977-6000 http://www.ocad.ca With all pieces priced at $75, this is the bargain art event of the year.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:40:37 GMT";
arnews[4] += "
";
arnews[5]="Spectator sport
";
arnews[5] += "The X Factor is the most popular show on television at the moment. The X Factor is the most popular show on television at the moment.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:41:05 GMT";
arnews[5] += "
";
arnews[6]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[6] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[6] += "
";
arnews[7]="Juliena s career highlights
";
arnews[7] += "JULIEN MacDonald OBE, 38, went to Cyfarthfa High School in Merthyr Tydfil before studying textiles at The Faculty of Arts and Architecture, Brighton.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 15:40:36 GMT";
arnews[7] += "
";
totcount = 8;
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("