var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jamie Cullum Wanted To Be A Guitar Great: Piano Took Over - Post Chronicle
"; arnews[0] += "Jamie Cullum tried his hand as a rock guitarist before discovering he's a natural on the piano. The diminutive star has forged an impressive keyboard career, collecting numerous awards and working with Pharrell Williams, Will.I.Am and even Clint ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT"; arnews[0] += "
"; arnews[1]="Friday Photo Fun XXI Results - The Smoking Gun
"; arnews[1] += "The leading choices of the more than 900 entrants were Pink; Avril Lavigne; Courtney Love; Lily Allen; Lady Gaga; Katy Perry; Gwen Stefani; Sheryl Crow; and Fergie from the Black Eyed Peas. Other vote recipients included Elton John; Jay-Z; Pharrell ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[1] += "
"; arnews[2]="CULLUM WANTED TO BE A GUITAR GREAT - Contactmusic.com
"; arnews[2] += "JAMIE CULLUM tried his hand as a rock guitarist before discovering he's a natural on the piano. The diminutive star has forged an impressive keyboard career, collecting numerous awards and working with Pharrell Williams, Will.I.Am and even Clint ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 22:06:00 GMT"; arnews[2] += "
"; arnews[3]="Rihanna wants her man to have a big “toy” - The Gaea Times
"; arnews[3] += "D Pharrell Williams have sparked rumours that they are dating, as they have reportedly been seen spending time together. Williams, 36, was seen coming out from the London hotel where Rihanna is staying, and, according to sources, the friendship ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT"; arnews[3] += "
"; arnews[4]="CD review: Shakira is hungry like the wolf - Bridgeton News
"; arnews[4] += "Shakira’s new album, “She Wolf,” is full of sleek dance-pop music. But her lyrics aren’t the usual assortment of clichés that most dance-pop artists use. In the title track, she uses the word “lycanthropy” — the process of turning into ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:34:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");