var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2 future Lady Vols will play In WBCA All-America game
";
arnews[0] += "Two University of Tennessee Lady Vols signees are among the 20 players chosen to participate in the Women's Basketball Coaches Association All-America game in April.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:45:59 GMT";
arnews[0] += "
";
arnews[1]="Couples Retreat
";
arnews[1] += "Reviewed by: Blake Wright and Scott Chitwood Movie Rating: 6 out of 10 Extras Rating: 7.5 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: PG-13 Starring: Vince Vaughn as Dave Jason Bateman as Jason Faizon Love as Shane Jon Favreau as Joey Malin Akerman as Ronnie Kristen Bell as Cynthia Kali Hawk as Trudy Tasha Smith as ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:23:55 GMT";
arnews[1] += "
";
arnews[2]="UConn Recruits Walker, Hartley Picked For WBCA Game
";
arnews[2] += "The Women's Basketball Coaches Association announced today the nation's top 20 girls' basketball players selected to participate in the 19th annual WBCA High School All-America Game presented by Nike.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:14:14 GMT";
arnews[2] += "
";
arnews[3]="House's Lisa Edelstein Has Her Own Episode, Thinks You Don't Know Her Job
";
arnews[3] += "Just as last November brought us a Wilson-centric House episode, tonight we'll be seeing an all-Cuddy one.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:45:28 GMT";
arnews[3] += "
";
arnews[4]="Join the Glee Club
";
arnews[4] += "SPACE experts at NASA have been accused of an alien cover-up after removing spooky footage from their website of weird shapes around the sun.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 05:46:26 GMT";
arnews[4] += "
";
totcount = 5;
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("