var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hollywood sign to get green facelift
"; arnews[0] += "Assuming their paperwork is in order, and weather permitting, a group will begin covering the iconic \"Hollywood\" sign Tuesday, exchanging it with a temporary environmental message to be revealed Thursday."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:31:00 GMT"; arnews[0] += "
"; arnews[1]="Hollywood Sign Going Green
"; arnews[1] += "As part of the effort to save the Hollywood sign, a conservationist group has permission to cover the iconic hilltop letters and display the message Save the Peak ."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:33:54 GMT"; arnews[1] += "
"; arnews[2]="Western Wayne takes District 2 Class AA championships
"; arnews[2] += "When Western Wayne's Casey Fuller stepped onto the mat Saturday night, his team's 21-point lead had been cut to just nine, and in his mind nothing less than a pin would do."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 12:09:20 GMT"; arnews[2] += "
"; arnews[3]="Hanover, W. Wayne make 2A finals date
"; arnews[3] += "The Hawkeyes eliminate defending champion Elk Lake in the semifinals of D2 dual meet event."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 14:11:09 GMT"; arnews[3] += "
"; arnews[4]="Western Wayne advances to District 2 Class AA dual final
"; arnews[4] += "Western Wayne knew it had a target on its back, but responded with a pair of convincing wins."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:11:49 GMT"; arnews[4] += "
"; arnews[5]="TSWA 4A all-state football team: Cooper's Robinson 1st team
"; arnews[5] += "Twelve Big Country football players - six from Big Spring and three each from Cooper and Stephenville - were named to the Texas Sports Writers Association Class 4A all-state team released Friday."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 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("
");document.write("
");