var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Trisha Yearwood - In Another's Eyes
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="The Chris Isaak Hour: Preview: Trisha Yearwood
"; arnews[1] += "

Preview of Chris Isaak's conversation with Trisha Yearwood on "The Chris Isaak Hour."

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="The Chris Isaak Hour: Trisha Yearwood: Outtakes
"; arnews[2] += "

Cut scenes from "The Chris Isaak Hour: Trisha Yearwood"

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Trisha Yearwood - Georgia Rain
"; arnews[3] += "

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="A conversation with country singer Trisha Yearwood
"; arnews[4] += "

with Trisha Yearwood on Jul 30, 1998

Add this to your queue
Duration: 16:00

"; arnews[4] += "
"; arnews[5]="Trisha Yearwood - Walkaway Joe
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Trisha Yearwood - Perfect Love
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; 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("
");document.write("
");