var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tahs take the spoils
";
arnews[0] += "Long day ... Kurtley Beale swapped the courtroom for the field just in time for last night's trial.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 17:14:25 GMT";
arnews[0] += "
";
arnews[1]="More Book Excerpts
";
arnews[1] += "More excerpts from the 2010 Baseball Prospect Book , for your reading enjoyment.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 20:35:51 GMT";
arnews[1] += "
";
arnews[2]="Chicago WhiteSox Top 20 Prospects for 2010
";
arnews[2] += "Chicago White Sox Top 20 Prospects for 2010. All grades are EXTREMELY PRELIMINARY and subject to change.";
arnews[2] += "
Publ.Date : Wed, 09 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Central girls want another shot at state
";
arnews[3] += "G Jasmine Newsome : Tennessee-Martin signee had 37 points in sectional loss to Overton last season.";
arnews[3] += "
Publ.Date : Fri, 27 Nov 2009 14:00:00 GMT";
arnews[3] += "
";
arnews[4]="New students tour campus
";
arnews[4] += "Martha Turner, director of the Career and Employment Center, talks with incoming students Tuesday night at CUSTOMS in the Recreation Center.";
arnews[4] += "
Publ.Date : Tue, 05 Jun 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Book Author to Teach Men and Women How to Become a Romantic 'Mentalist'
";
arnews[5] += "\"Mode One\" Book Author Alan Roger Currie and Relationships Expert and Motivational Speaker Ryeal Simms will headline an Interpersonal Communication & Romantic Relationships Workshop for Single and Couples on Saturday, January 2, 2010 in Woodland Hills, CA 2009-11-10 00:58:10 - Book Author and Talk Radio Host Alan Roger Currie will lead an ...";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 22:55:49 GMT";
arnews[5] += "
";
arnews[6]="Where East Meets West
";
arnews[6] += "Mon Ami Spa is a holy union between the best of Eastern and Western medical practices with a sprinkling of traditional spoil-me-rotten spa services.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Where East Meets West
";
arnews[7] += "Mon Ami Spa is a holy union between the best of Eastern and Western medical practices with a sprinkling of traditional spoil-me-rotten spa services.";
arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Nothing But Net: For the Week of Oct. 22 a " Oct. 28
";
arnews[8] += "Written by Brad Pareso on Oct 22nd, 2009 and filed under Columns , Nothing But Net .";
arnews[8] += "
Publ.Date : Thu, 22 Oct 2009 18:40:32 GMT";
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("