var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="ROBERTA I. MELTON - El Reno Tribune
"; arnews[0] += "Funeral services for Grant Hedrick Jr. were held Friday, Nov. 20 in the Field House at Redlands Community College with Rev. Karen Slater, pastor of First United Methodist Church in Geary officiating. Burial was in the Red Rock Cemetery in Calumet ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:49:00 GMT"; arnews[0] += "
"; arnews[1]="Jay-Z joins Rihanna at album launch - Entertainment.uk.msn.com
"; arnews[1] += "But the highlight of the exclusive gig - which was streamed online by Nokia - came when rapper Jay-Z joined Rihanna for a rendition of their track Run This Town. Earlier in the 40-minute set Rihanna, who was clad in a skimpy black leotard and ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:44:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");