var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Final season of 'Lost' to begin Feb. 2
";
arnews[0] += "ABC says the final season of \"Lost\" will begin in February with a night devoted to the drama.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:43:27 GMT";
arnews[0] += "
";
arnews[1]="'Foxtales' review
";
arnews[1] += "A few years ago, Playhouse 2000 opened an academy in which young people from the Hill Country could learn about and participate in live theater.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 16:33:00 GMT";
arnews[1] += "
";
arnews[2]="Austin gives Cowboys big-play threat
";
arnews[2] += "The following quotes are from NFL scouts, coaches and front-office personnel, speaking on the condition of anonymity.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:45:17 GMT";
arnews[2] += "
";
arnews[3]="Two-time winner Eyre can smell the Carnation final
";
arnews[3] += "PETER Eyre is still on course to appear in his third ever final in this season's Carnation Cup, after he and partner Matthew Lemon won through to the semis after defeating Nigel Stent and Jack Tarr 4-1. DTH Engineering Table Tennis League Carnation Cup Quarter-finals PETER Eyre is still on course to appear in his third ever final in this season's ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:44:39 GMT";
arnews[3] += "
";
arnews[4]="NORM: Caesars shows off some sexy looks
";
arnews[4] += "French hunk Gilles Marini had 'em swooning during his photo shoot at Caesars Palace for People Magazine's \"Sexiest Man Alive\" issue.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:07:41 GMT";
arnews[4] += "
";
arnews[5]="The Warrior Poetry Project: A Concert Reading of Poems by Veterans
";
arnews[5] += "Sunday, November 22, 2009 @ 5:30 p.m. Remy Bumppo Theatre Company and the Vet Art Project present the Warrior Poetry Project, a free hour-long poetry reading of original poetry written and performed by Vietnam War Veterans and guest artists from Remy Bumppo.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:10:06 GMT";
arnews[5] += "
";
arnews[6]="Guests for the Sunday TV news shows
";
arnews[6] += "Guest lineup for the Sunday TV news shows: ___ ABC's \"This Week\" - Sens. Tom Coburn, R-Okla., and Ben Nelson, D-Neb.; Reps.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:43:09 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("