var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="First day begins last year for Hilltop Elementary School
"; arnews[0] += "Like past first days of school, Tuesday had memorable moments for students across the district, from first graders organizing their first notebooks in their first desks, to seniors preparing for one last run before departing for the next stage in their lives."; arnews[0] += "
Publ.Date : Wed, 01 Sep 2010 10:11:00 GMT"; arnews[0] += "
"; arnews[1]="Why heroes kill heroes
"; arnews[1] += "MARIO Oa Haraa s last film was a oeAng Babae sa Breakwatera that won awards abroad six years ago."; arnews[1] += "
Publ.Date : Sun, 11 Jul 2010 05:26:48 GMT"; arnews[1] += "
"; arnews[2]="An Evening of Charity and Fashion
"; arnews[2] += "Chicago, March 27, 2010 The grand ballroom of Hyatt Regency OHare in Rosemont Illinois was transformed into a glittery and grandiose venue to host the elite members of Chicago's Home Health Care community, in what is now dubbed as the grandest Filipino-produced fashion show ever staged in Chicago, Life Choice Foundation's third fundraiser, the ..."; arnews[2] += "
Publ.Date : Sun, 21 Mar 2010 07:00:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");