var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Haiti Single Is Number One In Download Charts
";
arnews[0] += "A Haiti relief charity single featuring a glittering cast of music stars has gone straight to number one in the music download charts on the day of its release in the shops.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:22:13 GMT";
arnews[0] += "
";
arnews[1]="Haiti Single Is Number One In Download Charts
";
arnews[1] += "A Haiti relief charity single featuring a glittering cast of music stars has gone straight to number one in the music download charts on the day of its release in the shops.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:56:37 GMT";
arnews[1] += "
";
arnews[2]="classic rock/blues photo thread
";
arnews[2] += "Originally posted by Bear Man: quote: Originally posted by Bear Man: Hint: This rock group from Wales got their start in 1967 and is considered to be one of the first heavy metal bands.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:41:48 GMT";
arnews[2] += "
";
arnews[3]="Music video for Simon Cowella s star-studded Haiti single debuts
";
arnews[3] += "Shots of performers such as Cheryl Cole, Robbie Williams, James Morrison and Alexandra Burke are interspersed with moving footage showing earthquake victims in Haiti The music video for Simon Cowell 's star-studded charity single in aid of Haiti earthquake victims has gone on release.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:53:54 GMT";
arnews[3] += "
";
arnews[4]="Bon Jovi - Kid Rocks Bon Jovi Dates
";
arnews[4] += "Bon Jovi have extended their UK residency in June and announced they will be supported by Kid Rock on the two extra dates.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:38:21 GMT";
arnews[4] += "
";
arnews[5]="Simon Cowell releases Haiti relief video and single
";
arnews[5] += "Simon Cowell hopes to raise relief money for the earthquake-ravaged people of Haiti with the release of a new single, \"Everybody Hurts.\" The new recording features 21 artists, including Rod Stewart, Jon Bon Jovi, and Mariah Carey.A The video is pretty moving, with shots of the artists singing in the studio interspersed with images of suffering in ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:22:40 GMT";
arnews[5] += "
";
arnews[6]="Sensaphonics Earphones Attend Grammy Awards
";
arnews[6] += "Last week's Grammy telecast featured 16 performance segments, nine of which featured artists using Sensaphonics earphones.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 18:38:16 GMT";
arnews[6] += "
";
arnews[7]="Kid Rocks Bon Jovi dates
";
arnews[7] += "Bon Jovi have extended their UK residency in June and announced they will be supported by Kid Rock on the two extra dates.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 17:35:27 GMT";
arnews[7] += "
";
arnews[8]="Everybody Hurts music video
";
arnews[8] += "Everybody Hurts, the Helping Haiti single produced by Simon Cowell, has got its official music video.";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 15:41:46 GMT";
arnews[8] += "
";
totcount = 9;
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("