var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="It's all about Vol Football
"; arnews[0] += "It's not often that a Vol fan gets a chance like this, meeting the legendary John Ward, and University of Tennessee insiders Gus Manning and Haywood Harris all at the same time."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:59:58 GMT"; arnews[0] += "
"; arnews[1]="Flight of The Condor
"; arnews[1] += "I just get the feeling that every time I ask him, he's thinking, \"Oh great, here we go again.\" Yet he always seems to begrudgingly come through."; arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="'Jackass 3' To Be Unnecessarily In 3-D
"; arnews[2] += "Loading ... With the success of MTV's \"Jackass: Number 2\" it was all but a guarantee that there'd be a third installment."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:57:51 GMT"; arnews[2] += "
"; arnews[3]="Tennessee Senior Day 2009: Rico McCoy
"; arnews[3] += "Before we get to our last senior spotlight, here's a look at the other names you'll hear called on Saturday: TE Jeff Cottam ends his Tennessee career with 7 catches, 2 for touchdowns going into Saturday's game."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:16:11 GMT"; arnews[3] += "
"; arnews[4]="Jackass 3-D: Why Not Go D-Box as Well?
"; arnews[4] += "Somehow, we knew it was coming. With the ever-growing need to make everything and anything a 3D movie event, Hollywood is finally taking things too far."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:06:26 GMT"; arnews[4] += "
"; arnews[5]="The Del McCoury BandFriday, Nov. 208:00 p.m. @ Bijou Theatre
"; arnews[5] += "When: Friday, Nov. 20 , 8 p.m. Where: Bijou Theatre , 803 S. Gay St., Knoxville Cost: $26.50 Description: Del McCoury is both the arch traditionalist of bluegrass - his career got its kick-start in 1963, when he was hired by Bill Monroe to play banjo in the Blue Grass Boys - and one of its most consistent innovators."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:31:34 GMT"; arnews[5] += "
"; arnews[6]="coming soon 'jackass' Returning in Three Dimensions
"; arnews[6] += "After another four-year gap , Paramount seems prepared to bring Johnny Knoxville and crew's violent pranks to the big screen again with a third jackass movie, listed on their production schedule as jackass 3D ."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("
");document.write("
");