var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="No. 2 MSU downs Toledo - Battle Creek Enquirer "; arnews[0] += "Draymond Green had a team-high 15 points, and No. 2-ranked Michigan State kept up its home court mastery with a 75-62 victory over Toledo on Friday night in preseason college basketball action at the Breslin Center The game was a regional matchup in ..."; arnews[0] += " Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT"; arnews[0] += " "; arnews[1]="Court to consider Mich. affirmative action ban - WTOP "; arnews[1] += "... is about to consider a lawsuit challenging Michigan's ban against racial preferences in public university admissions and government hiring. Civil rights groups and University of Michigan students, faculty and applicants say the 2006 ballot ..."; arnews[1] += " Publ.Date : Tue, 17 Nov 2009 14:33:00 GMT"; arnews[1] += " "; arnews[2]="Federal appeals court hears arguments in suit challenging Michigan's ... - Cleveland News - Fox 8 "; arnews[2] += "LANSING, Mich. (AP) — Opponents of Michigan's ban against racial preferences in public university admissions and government hiring told a federal appeals court that the law strips minorities of their constitutional rights. Arguments began Tuesday ..."; arnews[2] += " Publ.Date : Wed, 18 Nov 2009 00:20:00 GMT"; arnews[2] += " "; arnews[3]="Michigan Avenue holiday fest set for today - Chicago Breaking News - Tribune "; arnews[3] += "Kicking off the holiday season the weekend before Thanksgiving, the Magnificent Mile Lights Festival was expected to bring 800,000 people and close streets downtown this morning. The festival, sponsored by the Greater North Michigan Avenue ..."; arnews[3] += " Publ.Date : Sat, 21 Nov 2009 20:27:00 GMT"; arnews[3] += " "; arnews[4]="Step Forward: Progressive LGBT Politics - Seattle Post Intelligencer "; arnews[4] += "It was heartwarming to see Chaz in this interview. So often our media portrays the trans community with negative stereotypes. Rarely do we get to see a transition shown in such a positive light void of judgmental hype. I applaud Good Morning America ..."; arnews[4] += " Publ.Date : Sat, 21 Nov 2009 20:55: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]); } document.write(" |