var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pop Star Joss Stone Under Attack for Marijuana Comment - Huffingtonpost.com
";
arnews[0] += "English pop singer Joss Stone has come under fire for highlighting the fact that marijuana is safer than alcohol, a viewpoint that has sparked intense debate this month in the UK. As Stone told the UK Daily Mail : Weed has been given this evil stamp ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Ringo Starr Duets With Mccartney On New Album - New Kerala
";
arnews[1] += "RINGO STARR has landed the closest thing to a BEATLES reunion on record - SIR PAUL McCARTNEY features on his new album. The former Fab Four stars team up for Walk With You, a duet all about friendship, on Starr's latest project Y Not, which will hit ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:27:00 GMT";
arnews[1] += "
";
arnews[2]="Ringo Starr Gives Brother-In-Law Work On His Next Album - Undercover Music News
";
arnews[2] += "Ringo Starr has given his brother-in-law some work, allowing him to play guitar on his next album. Mind you, his brother-in-law is Joe Walsh from the Eagles. Obviously the Walsh marriage was the celebrity wedding no-one seemed to notice. Ringo and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:20:00 GMT";
arnews[2] += "
";
arnews[3]="Two remaining Beatles to duet on Ringo Starr's forthcoming album - HitFix
";
arnews[3] += "... collaborated on only a few other solo efforts, such as on 1997's McCartney album \"Flaming Pie\" and on Starr's 1998 album \"Vertical Man\" (the late George Harrison also appeared on that set). Joss Stone, Richard Marx and Ben Harper will appear as ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:45:00 GMT";
arnews[3] += "
";
arnews[4]="Ringo Starr Declares 'Y Not'! - Yahoo Finance
";
arnews[4] += "The album also features Starr's engineer and co-producer Bruce Sugar on keyboards, as well as some special guests like Joss Stone, Ben Harper and Richard Marx on vocals, Ann Marie Calhoun on violin and Tina Sugandh -- aka Tina The Tabla Girl - on ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[4] += "
";
arnews[5]="Starr, McCartney duet on Ringo's solo album - AZCentral.com
";
arnews[5] += "Ringo Starr is joined by his former Beatles bandmate Paul McCartney for a duet on \"Y Not,\" the drummer's forthcoming solo album due out Jan. 12 on Hip-O Records/UMe. The album also includes vocal turns by Joss Stone, Ben Harper and Richard Marx as ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:42: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("