var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Collection: Keith Urban - Great American Country
";
arnews[0] += "Join Nan Kelley as she chats with Keith Urban and winds us down the road of his skyrocketing career through the videos he's created along the way, including the video for \"Sweet Thing\" from his latest album Defying Gravity. Keith took a lot of care ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 19:02:00 GMT";
arnews[0] += "
";
arnews[1]="Filed under 'Keith Urban' - celebritybabyscoop
";
arnews[1] += "\"It's been a profound impact [on my songwriting] to meet somebody who offered me a life and helped me become the person I wanted to be,\" the 42-year-old Grammy-winner tells People . Keith reveals that his song My Heart Is Open was inspired very ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 00:10:00 GMT";
arnews[1] += "
";
arnews[2]="Keith Urban Says Nicole Inspires Him - celebritybabyscoop
";
arnews[2] += "\"It's been a profound impact [on my songwriting] to meet somebody who offered me a life and helped me become the person I wanted to be,\" the 42-year-old Grammy-winner tells People . Keith reveals that his song My Heart Is Open was inspired very ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 00:10:00 GMT";
arnews[2] += "
";
arnews[3]="CRB, Inc.® Announces Talent for Capitol Records Nashville Luncheon at ... - PRLog (free press release)
";
arnews[3] += "PR Log (Press Release) – Feb 09, 2010 – (Nashville, TN. – Feb. 1, 2010) Country Radio Broadcasters, Inc.® has announced Eric Church and Emily West as this year’s performers for the Capitol Nashville luncheon during CRS 2010, to be held Feb ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="Keith Urban Supports Unauthorized Downloaders... Except When He Doesn ... - Tech Dirt
";
arnews[4] += "Ah, the things that happen when you sign your life away. A month or so ago singer Keith Urban won a People's Choice Award for \"Favorite Male Audience.\" In his acceptance speech, he declared that he was so happy, even for the folks who downloaded his ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 00:58:00 GMT";
arnews[4] += "
";
arnews[5]="Keith Urban Gets All Confused About Support For Downloading - TorrentFreak
";
arnews[5] += "After being voted favorite male artist at the People’s Choice Awards last month, during his acceptance speech Keith Urban showed why the people love him. Speaking of his music the star said: “I don’t even care if you download it illegally, give ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 00:58:00 GMT";
arnews[5] += "
";
arnews[6]="Keith Urban traces love for wife in music`s muse - Monsters and Critics
";
arnews[6] += "Keith Urban, 42, has traced the tracks of his love for wife Nicole Kidman. Keith Urban plays a concert in Nashville, Tennessee. Keith came on stage sporting a 'Nicole' tattoo on his right arm. - St Clair/Brown/Splash News Describing the inspiration ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 06:57:00 GMT";
arnews[6] += "
";
totcount = 7;
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("