var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cougar women win big
";
arnews[0] += "COLORADO SPRINGS, Wyo. - The Western Nebraska Community College women's basketball team continued its stellar start to the season Thursday, combining a stingy defense with an efficient offense to roll past Northern Oklahoma 75-57 in the first day of the Air Force Prep Tournament.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:33:46 GMT";
arnews[0] += "
";
arnews[1]="Camila Alves Lends Levi a Hand
";
arnews[1] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"I admire Michelle so much.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:44:06 GMT";
arnews[1] += "
";
arnews[2]="West Richland veteran honored in Washington D.C.
";
arnews[2] += "A West Richland military veteran is in Washington D.C. to share the stage with the First Lady, Michelle Obama and Dr.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 21:30:17 GMT";
arnews[2] += "
";
arnews[3]="Bid On Matthew McConaugheya s Baby Jogger Stroller on HandMeDowns.com
";
arnews[3] += "\"My friends with little boys always complain that the boys clothing selection in stores is so limited and similar, compared to the girlsa selection.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 17:10:04 GMT";
arnews[3] += "
";
arnews[4]="Eugene Veterans to Tell Their Stories in DC
";
arnews[4] += "The Telling Project will share a stage with First Lady Michelle Obama. The Telling Project is an opportunity for veterans and their family members to share their stories in their own words on stage.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 21:00:10 GMT";
arnews[4] += "
";
arnews[5]="Eugene veterans to perform before first lady
";
arnews[5] += "Some Eugene military veterans-turned-actors will be in the national spotlight this Veterans Day.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 01:43:32 GMT";
arnews[5] += "
";
arnews[6]="Cougars cruise to a win
";
arnews[6] += "COLBY, Kan. The Western Nebraska Community College women's basketball team shot nearly 50 percent from the field in racing to an 86-68 victory over Colby Community College the Cougars season opener.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 17:32:08 GMT";
arnews[6] += "
";
arnews[7]="West Richland veteran to perform for first lady
";
arnews[7] += "Former West Richland resident Jason Alves will be joining other military veterans from the Northwest in Washington, D.C., on Veterans Day to share their experiences.";
arnews[7] += "
Publ.Date : Sat, 07 Nov 2009 12:55:04 GMT";
arnews[7] += "
";
arnews[8]="Cougar women start season Saturday
";
arnews[8] += "WNCC women's basketball tips off the season Saturday at Colby 15th-ranked Cougars feature four local players from Bayard, Hemingford, Scottsbluff and Mullen* Khayla Gladney has never played on a basketball team with so much height like the Western Nebraska Community College women's basketball team has that she is elated to play on a team that ...";
arnews[8] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 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("