var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Tigers fall in SEOAL, 48-44 | Tuesday
";
arnews[0] += "Some teams live and die with the 3-point shot. The Ironton Lady Fighting Tigers dona t live by the 3-point shot, but it proved to be the kiss of death for them Monday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:47:38 GMT";
arnews[0] += "
";
arnews[1]="Director Profile: Deon Taylor
";
arnews[1] += "I had the pleasure of first meeting Deon Taylor during my set visit for Dark Christmas in Sacramento in December 2009.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:41:02 GMT";
arnews[1] += "
";
arnews[2]="Thomas leading Manual in pool: Junior helped break 3 records Saturday
";
arnews[2] += "For all the elite swimmers that the Manual High School girls' program has produced the past few years, Caroline Thomas may be on her way to becoming the best.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebs Using Electronic Cigarettes
";
arnews[3] += "The list of Celebrities using SmokeStik is long and varied. Many mainstream Hollywood Celebs and Uk transplanted Stars are using the Smokestik and loving it.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "Theater El Diamante brings musical 'Oliver!' to the local stage El Diamante High School presents \"Oliver!,\" a musical adaptation of Charles Dickens' masterpiece about a kind-hearted orphan caught up with a band of criminals and cutthroats on the streets of 19th-century London.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 04:22:13 GMT";
arnews[4] += "
";
arnews[5]="Chattanooga Softball Holds 2010 Meet The Lady Mocs
";
arnews[5] += "With the upcoming season only a week away, UTC hosted its media and fan day Thursday at the UTC Hitting Facility.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 02:38:10 GMT";
arnews[5] += "
";
totcount = 6;
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("