var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Paper never dies
"; arnews[0] += "David Brooks is definitely right to think that there’s a certain chilling effect among lawyers who want to become federal judges... Nominees since Robert Bork have routinely claimed — with extreme implausibility — that they really don’t know how they would rule on so controversial an issue as Roe v. Wade."; arnews[0] += "
"; arnews[1]="The Linwood I think I remember
"; arnews[1] += "On most visits home from school, I haven’t really felt the same way I used to about Linwood. Sure, home is home, and nothing beats my mom’s cooking. But when I drove around town during spring break, the community felt strangely alien to me."; arnews[1] += "
"; arnews[2]="Parting words
"; arnews[2] += "I feel like many Princeton students are a lot like the Heffalump from Winnie-the-Pooh: Their eyes are always so focused on one object that they don’t get the chance to observe or notice the world around them. Broaden your horizon and look around sometime; you go to Princeton! YLIG!"; arnews[2] += "
"; arnews[3]="Letter to the Editor: May 14, 2010
"; arnews[3] += "The graduate board of Cap & Gown Club is strongly supportive of the report of the Task Force on Relationships between the University and the Eating Clubs and the general thrust of the recommendations. We are delighted by the clear recognition that the clubs are, and should continue to be, a key part of the life of Princeton ..."; arnews[3] += "
"; arnews[4]="Cartoon: Finished with sleep
"; arnews[4] += ""; 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("
");document.write("
");