var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Utah Utes campus briefs - Deseret News
";
arnews[0] += "Freshmen Bryan Michaels (Shoreline, Wash.) and Ryan Hansen (Schroeder, Wisc ... The 400 medley relay team composed of Beth Gunderson (Portland, Ore.), Otsuka, Caron and Edge got a 10th-place finish in the event with their time of 3:51.69. \"";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:35:00 GMT";
arnews[0] += "
";
arnews[1]="Macomb looking for experts on 1882 special election charter - Peoria Journal Star
";
arnews[1] += "Alderman Ryan Hansen told the Macomb City Council on Monday that the city has until August 2010 to determine whether to call for a public referendum on changing the city election date. He is advocating moving the biennial election from the fourth ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:49:00 GMT";
arnews[1] += "
";
arnews[2]="Media Watch - Tucson Weekly
";
arnews[2] += "The Arizona Daily Star 's recent workforce-reduction list is likely to hit 16 by the end of the week, as sources within the Tucson Newspapers compound are expecting one more layoff connected to the newspaper's recent downsizing. Nine Star employees ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT";
arnews[2] += "
";
arnews[3]="Day Two Led by Freshman Palmer - BYUCougars.com
";
arnews[3] += "LONG BEACH, Calif. (Nov. 20, 2009) – After day two of the Toshiba Classic, BYU’s men’s and women’s swim teams found themselves in fifth place, the women with 360 points and the men with 330. Stanford leads both the men’s and women’s teams ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Day One Complete at Toshiba Classic - BYUCougars.com
";
arnews[4] += "The BYU women's 200 free relay team finished third in Thursday's competition at the Toshiba Classic. MWC Photo LONG BEACH, Calif. (Nov. 19, 2009) – Against a field of top teams in the country, the BYU swim team placed high for day one of ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[4] += "
";
totcount = 5;
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("