var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Tim McGraw jump-starts career
";
arnews[0] += "Tim McGraw has a new album, new movie and new management. CNN's Christine Romans reports.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:42:03 GMT";
arnews[0] += "
";
arnews[1]="Tim McGraw turns spotlight on hurricane recovery
";
arnews[1] += "Nov. 13: Making a Difference: The country music megastar talks about the work he and wife Faith Hill are doing to help their home region recover from an epic disaster. NBC's Amy...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 00:09:09 GMT";
arnews[1] += "
";
arnews[2]="Tim McGraw: 'Katrina really hit close to home'
";
arnews[2] += "Nov. 13: The country music star and Louisiana native explains how Hurricane Katrina expanded the calling of his Neighbor's Keeper Fund, which supports numerous community...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 16:49:30 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Tim McGraw: Back in the Game!
";
arnews[3] += "The country star says his latest album Southern Voice – his first in three years! – has a '70s rock vibe";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 18:10:00 GMT";
arnews[3] += "
";
arnews[4]="Tim McGraw Wants You to Be a Gentlemen
";
arnews[4] += "Tim McGraw has personally removed fans from two of his concerts in the past two years for acting up. The country star talks about that and his new cologne, Southern Blend. (Aug....";
arnews[4] += "
Publ.Date : Fri, 28 Aug 2009 15:24:57 GMT";
arnews[4] += "
";
arnews[5]="Tim McGraw
";
arnews[5] += "My first music video for my song \"Tim McGraw\" ... Taylor Swift Tim McGraw";
arnews[5] += "
Publ.Date : Thu, 26 Jun 2008 22:14:02 GMT";
arnews[5] += "
";
arnews[6]="Tim McGraw Tosses Fan- Celebrity Videos
";
arnews[6] += "Video: Tim McGraw tosses fan off stage.";
arnews[6] += "
Publ.Date : Thu, 26 Jun 2008 15:33:34 GMT";
arnews[6] += "
";
arnews[7]="Tim McGraw: My Best Friend
";
arnews[7] += "A slideshow of pictures of Tim McGraw and Faith Hill to the song of My Best Friend by Tim McGraw.";
arnews[7] += "
Publ.Date : Sun, 25 Nov 2007 01:26:58 GMT";
arnews[7] += "
";
arnews[8]="I Need You - Tim McGraw Ft. Faith Hill
";
arnews[8] += "I need you by Tim McGraw and Faith Hill. Get Twenty-Five Free MP3 Downloads at tinyurl.com Vote for Top country videos at www.top-country-videos.com . I need you video featuring...";
arnews[8] += "
Publ.Date : Thu, 16 Aug 2007 16:45:20 GMT";
arnews[8] += "
";
arnews[9]="Tim Mcgraw - My Little Girl
";
arnews[9] += "Music Video";
arnews[9] += "
Publ.Date : Wed, 18 Oct 2006 17:09:45 GMT";
arnews[9] += "
";
totcount = 10;
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("