var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tax cuts and fiscal discipline
"; arnews[0] += "I'M THE candidate running for the US Senate who you may not have heard of before but that you need to get to know."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:54:41 GMT"; arnews[0] += "
"; arnews[1]="Rutgers Women's Basketball Scouting Report
"; arnews[1] += "Who: Rutgers vs. Boston College . When/where: 7:30 p.m. tonight/Louis Brown Athletic Center, Piscataway."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="State Sen. Scott Brown has his eyes on a higher prize
"; arnews[2] += "Scott Brown acknowledges that he faces an uphill battle as the lone Republican seeking to fill Edward M. Kennedy's U.S. Senate seat."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 08:21:17 GMT"; arnews[2] += "
"; arnews[3]="Other people can take all the fun out of running for office
"; arnews[3] += "Scott Brown, a.k.a. the Man from Jordache, is a jocky, reasonably coherent state senator who until just a few days ago was cruising unopposed to the GOP Senate nomination."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 12:13:42 GMT"; arnews[3] += "
"; arnews[4]="BC's Ayla Brown takes swan song
"; arnews[4] += "Ayla Brown is best known around the nation as a former competitor on \"American Idol.\" But singing comes second for Brown."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 01:29:39 GMT"; arnews[4] += "
"; arnews[5]="Beam on PoliticsThree candidates, three roadblocks
"; arnews[5] += "\"Hell is other people\" -- French philosopher Jean Paul Sartre 1. If you are Scott Brown, Republican candidate for Ted Kennedy's Senate seat, hell is someone named Jack E. Robinson."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 23:35:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");