var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Father believes Tulay 'is alive'
"; arnews[0] += "A man accused of murdering his 15-year-old daughter in a so-called \"honour killing\" told a court he believes she is alive and will turn up one day."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:01:07 GMT"; arnews[0] += "
"; arnews[1]="Coronado tennis edged in semifinals
"; arnews[1] += "So close. Lubbock Coronado team tennis was agonizingly close to a trip to the state team tennis finals but Houston Klein edged the Mustangs 10-9 in the UIL state Team Tennis class 5A semifinals at Lakeway World of Tennis in Austin."; arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 08:37:14 GMT"; arnews[1] += "
"; arnews[2]="Coronado tennis team walks away with win, headed for state
"; arnews[2] += "Five years ago, the Coronado tennis team faced Plano West with a trip to the state tournament on the line."; arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 07:20:21 GMT"; arnews[2] += "
"; arnews[3]="I-5A tennis: Lub. Coronado clobbers Eagles in semis, 10-1
"; arnews[3] += "Victor Cristales/Reporter-News Abilene High's Erich Bein returns a volley during his match against Lubbock Coronado's Michael Morris on Saturday, Oct."; arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 07:01:00 GMT"; arnews[3] += "
"; arnews[4]="Mustangs hold on to win 12th consecutive tennis title
"; arnews[4] += "The players and opponents have changed over the years, and so has the head coach."; arnews[4] += "
Publ.Date : Sun, 25 Oct 2009 07:40:00 GMT"; arnews[4] += "
"; arnews[5]="Coronado captures another district title in tennis
"; arnews[5] += "The players and opponents have changed over the years, and so has the head coach."; arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 04:52:57 GMT"; arnews[5] += "
"; arnews[6]="The Art Institute of Jacksonville Students Win International PSA...
"; arnews[6] += "Jacksonville, FL, October 24, 2009 -- -- Three Digital Filmmaking & Video Production students at The Art Institute of Jacksonville have been announced as winners of the Save Our Seas Foundation's \"Seas the Day\" PSA competition."; arnews[6] += "
Publ.Date : Sat, 24 Oct 2009 08:52:13 GMT"; arnews[6] += "
"; arnews[7]="Obituaries for October 20, 2009
"; arnews[7] += "Edith Allen Adkins, 84, passed away Sunday, Oct. 18, 2009, at NHC Healthcare. She was retired from the Hamilton County school system after 33 years teaching at White Oak, Signal Mountain and Westview."; arnews[7] += "
Publ.Date : Tue, 20 Oct 2009 04:11:01 GMT"; arnews[7] += "
"; totcount = 8; 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("
");