var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arizona State baseball coach Murphy resigns in surprise move
";
arnews[0] += "TEMPE a ' Pat Murphy has resigned after 15 seasons as baseball coach at Arizona State.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:44:11 GMT";
arnews[0] += "
";
arnews[1]="Glenna Marie Rhodes
";
arnews[1] += "GRANITE FALLS, Wash. - Great Falls native Glenna Marie Rhodes, 47, died Oct. 23 at a hospital in Everett, Wash., of complications from an asthma attack.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Briefly
";
arnews[2] += "A Clinton student is among those recognized in the recent Most Beautiful Pageant at Delta State University.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:46:59 GMT";
arnews[2] += "
";
arnews[3]="Find people online
";
arnews[3] += "\"Yes Girl\" movie music video premiere Altar Bar Thursday, Sept. 3 7 p.m. $6 general admission, $25 VIP Ages 21 and older Sometimes spitting sick rhymes isn't enough.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 14:07:36 GMT";
arnews[3] += "
";
arnews[4]="Inuit and Dene games medal hopefuls emerge
";
arnews[4] += "\" Anna Rivard successfully executes an Alaskan High Kick during this weekend's Yukon Championships for Inuit and Dene Games.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 07:03:59 GMT";
arnews[4] += "
";
arnews[5]="Men shoot to rebound in Katz's second season
";
arnews[5] += "Men's team, from left to right: Jonathan Malloy, Alpha N'Diaye, Justin Eller; Center: head coach Brian Katz, Brad Johnstin, Mike Marcial.";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 13:10:40 GMT";
arnews[5] += "
";
arnews[6]="Party in pink: Komen event announced
";
arnews[6] += "The Komen For the Cure Tulsa Affiliate's board of directors recently announced that a new chic event will be held April 10 at the Cain's Ballroom.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 10:08:41 GMT";
arnews[6] += "
";
arnews[7]="Marysville police release list of indictees
";
arnews[7] += "According to the Marysville Division of Police, the following individuals were indicted in the local drug investigation: a Robert L. Arm, 24, 18897 Broad St.";
arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 07:55:18 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("