var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="California Students Occupy Buildings To Protest Fee Hike
"; arnews[0] += "Students were occupying buildings Friday on several campuses of the University of California system in protest of a 32 percent tuition hike."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:16:23 GMT"; arnews[0] += "
"; arnews[1]="Gamezone: 'Dragon Age: Origins'
"; arnews[1] += "Canadian developer BioWare, the creative force behind publisher EA's latest game, \"Dragon Age: Origins\" as well as \"Mass Effect\" and \"Star Wars: Knights of the Old Republic,\" knows a thing or two about spinning epic tales and creating games that push the boundaries of interactive entertainment in terms of their scope and depth."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT"; arnews[1] += "
"; arnews[2]="Amid protests, California raises tuition
"; arnews[2] += "Angry students at the Davis, California, branch of the University of California refused to vacate the school's administration building Thursday evening in a show of defiance and protest over a 32-percent undergraduate tuition hike instituted by the California Board of Regents earlier in the day."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:54:21 GMT"; arnews[2] += "
"; arnews[3]="Spike VGA '09 nominees
"; arnews[3] += "Game of the Year nominee Assassin's Creed 2. Also picked up nominations for Best Action Adventure Game, Best Original Soundtrack."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:18:31 GMT"; arnews[3] += "
"; arnews[4]="Vote today for PlayStationa s 17 VGA Nominees
"; arnews[4] += "As the saying goes, \"It's an honor just to be nominated.\" If that's the case, then we here at PlayStation are pretty well honored; The 2009 Video Game Awards nominees have just been announced, and Sony Computer Entertainment is up for 17 awards, more than any other publisher! UNCHARTED 2 leads all games with a record eight nominations, including ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:17:03 GMT"; arnews[4] += "
"; arnews[5]="Our Lady of the Holy Souls reaches century mark
"; arnews[5] += "Our Lady of the Holy Souls Church in the Nicetown-Tioga section is 100 years old."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:14:42 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("
");