var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jamie Cullum’s journey to fame via pubs - Westmidlands.com
";
arnews[0] += "Seven years ago, Jamie Cullum was a struggling pub musician, today he is one of the hottest names in showbusiness. He talks to MARK ANDREWS JAMIE Cullum was playing the piano in a pub when his eyes were drawn to the television in the corner of the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:54:00 GMT";
arnews[0] += "
";
arnews[1]="SOPHIE DAHL 'HAS FACE FOR RADIO' SAYS JAMIE CULLUM - Daily Express
";
arnews[1] += "AFTER nearly two years of living with stunning Sophie Dahl, it seems the novelty of being engaged to a former model has worn off for Jamie Cullum. The affable jazz titch, plugging his new album on Shaun Keaveny’s 6 Music breakfast show, was quick ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:16:00 GMT";
arnews[1] += "
";
arnews[2]="Jamie Cullum Wanted To Be A Guitar Great: Piano Took Over - Post Chronicle
";
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 : Tue, 17 Nov 2009 14:33:00 GMT";
arnews[2] += "
";
arnews[3]="Jamie Cullum's pursuit of happiness - Channel NewsAsia
";
arnews[3] += "True story: My wife and children were in the lift of Hong Kong's Grand Hyatt when, according to her, \"a guy with messy hair\" walked in brandishing his melodica and performed a tune for my son. He then later let my son plonk out a few notes on said ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:41:00 GMT";
arnews[3] += "
";
arnews[4]="EMI publishing is on song - Daily Telegraph
";
arnews[4] += "New figures posted on EMI's website show that its music publishing arm, which owns the rights to songs written by stars including Norah Jones, Kasabian, Megadeth and Jamie Cullum, enjoyed a 14.6pc increase in sales in the year to the end of March ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:04:00 GMT";
arnews[4] += "
";
arnews[5]="Cullum: Love for Dahl is private - Entertainment.uk.msn.com
";
arnews[5] += "Jamie Cullum says he and fiancee Sophie Dahl like to stay out of the media spotlight to keep their relationship \"special\". The jazz musician says he doesn't want the whole world knowing every detail about the couple. He said: \"I think the whole media ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:08: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("