var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Music store gave her 'That Old Feeling'
"; arnews[0] += "The walls in Ted Cole's Music Shop on Church Street in Salem are decorated with compressed versions of Broadway musical posters."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:42:10 GMT"; arnews[0] += "
"; arnews[1]="Kistler erupts in Cougar win
"; arnews[1] += "MCCOOK Amber Kistler ignited for 26 points and the Western Nebraska Community College women's basketball team picked up a huge 66-58 sub-region win over McCook Community College Saturday in McCook."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 20:41:11 GMT"; arnews[1] += "
"; arnews[2]="Gisele Bundchen's Baby Born in a Bathtub
"; arnews[2] += "Breaking from a culture where hospital births are the norm and Caesarian rates are the highest in the world, Brazilian supermodel Gisele Bundchen chose to deliver her son Benjamin in her own bathtub."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 17:03:18 GMT"; arnews[2] += "
"; arnews[3]="Shooting woes continue for Lady Cougars
"; arnews[3] += "The Western Nebraska Community College women's basketball team's shooting woes continued Saturday night against Otero Junior College."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 11:31:46 GMT"; arnews[3] += "
"; arnews[4]="This Week in Photos
"; arnews[4] += "Award season rolled on with last Saturday's SAG Awards , where Joshua Jackson and Diane Kruger stole the show."; arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 14:00:00 GMT"; arnews[4] += "
"; arnews[5]="Gisele's Home Water Birth
"; arnews[5] += "Despite what you may have read, Gisele Bundchen did not give birth at Brigham and Women's Hospital -- or Mass."; arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 21:07:07 GMT"; arnews[5] += "
"; arnews[6]="Names: Gisele Bundchen gave birth in tub
"; arnews[6] += "Despite what you may have read, Gisele Bundchen did not give birth at Brigham and Women's Hospital -- or Mass."; arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Clinical Summaries [Clinical Summaries]
"; arnews[7] += "Use of Evidence-Based Therapies in and Short-Term Outcomes of ST-Segment Elevation Myocardial Infarction and Non-ST-Segment Elevation Myocardial Infarction in Patients With Chronic Kidney Disease: A Report From the National Cardiovascular Data Acute Coronary Treatment and Intervention Outcomes Network Registry Chronic kidney disease is a risk ..."; arnews[7] += "
Publ.Date : Mon, 25 Jan 2010 21:05:01 GMT"; arnews[7] += "
"; arnews[8]="Lady Cougars win at Lamar
"; arnews[8] += "LAMAR, Colo. Amber Kistler scored 19 points, 14 of which came in the second half, as the Western Nebraska Community College women's basketball team shook off some early game rust in posting an 83-72 win over Lamar Community College Friday on the road."; arnews[8] += "
Publ.Date : Sat, 16 Jan 2010 22:17:58 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("
");document.write("
");