var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sports FYI
";
arnews[0] += "Langston loses: Third-ranked Lindenwood knocked off 20th-ranked Langston, 42-14, in the first round of the NAIA Championships.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:34:09 GMT";
arnews[0] += "
";
arnews[1]="When it comes to clothing, Downtown is a man's world
";
arnews[1] += "Men who shop at Joe Orlando's store on Liberty Avenue sometimes talk about the several retailers Downtown that sell high-quality menswear.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:55:50 GMT";
arnews[1] += "
";
arnews[2]="Overmatched: Mistakes, missed tackles doom Tornadoes in 2A playoff game
";
arnews[2] += "Fairmonta TMsa SDouga SGovan gets tackled from behind in the second quarter by a pair of Jordan-Matthewsa TM defenders.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:20:50 GMT";
arnews[2] += "
";
arnews[3]="Quick Hits / Westwood remains up by two in Dubai
";
arnews[3] += "Lee Westwood maintained his two-shot lead at the Dubai World Championships after shooting a 6-under 66 Saturday in the third round.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:04:00 GMT";
arnews[3] += "
";
arnews[4]="Dress like an It girl
";
arnews[4] += "As in the It girl of the moment. She's a trendsetter who has become a fashion star for tweens and adults.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:38:00 GMT";
arnews[4] += "
";
arnews[5]="Springfield College wins ECAC Northeast Championship Bowl
";
arnews[5] += "It wasn't the NCAA Division III Tournament berth it entered the season hoping for, but the Springfield College football team cashed in on its consolation prize.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:28:39 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("