var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ASTC will host Barnes & Noble book fair featuring Dr. Seuss
";
arnews[0] += "The American Southwest Theater Company at New Mexico State University will be hosting a book fair from 11 a.m. to 5 p.m. Saturday, Nov.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:18:54 GMT";
arnews[0] += "
";
arnews[1]="Lion Face/Lemon Face 11.14.09: Friday the 13th Edition
";
arnews[1] += "Written by Zach Harper on Saturday, November 14, 2009 The team in purple wins a great game for their fourth straight.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:49:27 GMT";
arnews[1] += "
";
arnews[2]="Bowls: Ferris on top form at Florence
";
arnews[2] += "DEAN Ferris beat Callum Wraight 21-15 in the final of the latest Florence Private one-day knockout competition.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 10:39:12 GMT";
arnews[2] += "
";
arnews[3]="East Lake, PHU boys play to a draw, but 'Canes girls find the edge
";
arnews[3] += "As the only game scheduled between rivals Palm Harbor University and East Lake, Friday's match between the boys soccer powerhouses morphed into what, at times, could be described as a turf war.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 04:52:19 GMT";
arnews[3] += "
";
arnews[4]="La Close Aux Folles
";
arnews[4] += "2, Prior to Broadway Opening [ B ] London's La Cage aux Folles to Close in January [ TM ] Anne Bogart, Richard Maxwell, Peggy Shaw, et al.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 23:46:08 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("