var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Tim McGraw - Southern Voice
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Taylor Swift - Tim McGraw
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Tim McGraw -- Lunch Date Romeo
"; arnews[2] += "

There isn't a single profanity, drunk, drug reference, panty flash or crime committed in this video -- it's just hard not to like Tim McGraw and Faith Hill.

Add this to your queue
Duration: 01:18

"; arnews[2] += "
"; arnews[3]="Live On Letterman - Tim McGraw
"; arnews[3] += "

From his new CD, "Southern Voice," Tim McGraw and band perform "Good Girls."

Add this to your queue
Duration: 03:14

"; arnews[3] += "
"; arnews[4]="Tim McGraw: Security Specialist
"; arnews[4] += "

Tim McGraw regulated on a rowdy fan in Washington last week -- and his laid-back version of what happened was a far cry from the burly Tim we saw nearly give a guy a country-size knuckle sandwich.

Add this to your queue
Duration: 00:49

"; arnews[4] += "
"; arnews[5]="Tim mcgraw almost fights drunk fan at white river
"; arnews[5] += "

tim mcgraw

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Tim McGraw Lays Country Smackdown on Fan!
"; arnews[6] += "

Don't mess around at a Tim McGraw concert -- or he'll pull your ass out of the crowd and have you tossed out!

Add this to your queue
Duration: 00:51

"; arnews[6] += "
"; arnews[7]="Live On Letterman - Tim McGraw Live Webcast Promo
"; arnews[7] += "

Get ready for Tim McGraw's exclusive live webcast on Monday, October 12th at 8pm ET.

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Live On Letterman - Tim McGraw Live Webcast Promo
"; arnews[8] += "

Get ready for Tim McGraw's exclusive live webcast on Monday, October 12th at 8pm ET.

Add this to your queue
Duration: 00:16

"; arnews[8] += "
"; totcount = 9; 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("
");