var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jamie Cullum live - GMTV
";
arnews[0] += "Jazz musician Jamie Cullum has become a worldwide star and picked up a supermodel wife along the way. He starts his world tour next month with his current album 'The Pursuit'. This will be his first tour for four years. Jamie married model Sophie ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:25:00 GMT";
arnews[0] += "
";
arnews[1]="Jamie Cullum Releases LOVE AIN'T GONNA LET YOU DOWN For Valentine's ... - Top40-Charts
";
arnews[1] += "New York, NY (Top40 Charts/ Universal Music Enterprises) - Celebrate Valentine's Day with Jamie Cullum's LOVE AIN'T GONNA LET YOU DOWN EP (Verve/UMe) released exclusively through iTunes on February 2, 2010. Featuring three songs of love from his ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:03:00 GMT";
arnews[1] += "
";
arnews[2]="Jamie Cullum, The Holmes Brothers & More Set For Joe's Pub - Broadway World
";
arnews[2] += "English singer/songwriter/pianist/multi-instrumentalist Jamie Cullum, who has been dubbed \"a one man British invasion\" (Hollywood Reporter), has announced a series of US tour dates to coincide with the U.S. release of The Pursuit on March 2, 2010 ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 00:29:00 GMT";
arnews[2] += "
";
arnews[3]="Julia Roberts - YAHOO!
";
arnews[3] += "Music For Valentine's Day Send an eCard with music by Jamie Cullum, Katharine McPhee & more. ilovethatsong.com Free Valentine's eCards Send a super cute Valentine's Day eCard - They're going to love it. www.MyFunCards.com/Valentines Valentine's Day ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:56:00 GMT";
arnews[3] += "
";
arnews[4]="Jazz Great Sir John Dankworth Dead At 82 - Post Chronicle
";
arnews[4] += "The saxophonist, who was musical director for greats including Nat King Cole and Ella Fitzgerald, became ill following his tour in October (09) and never recovered. The exact cause of his death has not yet been released. He started his musical career ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Jazz great Dankworth dies - WPTV
";
arnews[5] += "British jazz legend Sir John Dankworth died on Saturday. He was 82. The saxophonist, who was musical director for greats including Nat King Cole and Ella Fitzgerald, became ill following his tour in October and never recovered. The exact cause of his ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 15:48: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("