var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Review: The Blind Side
"; arnews[0] += "Quinton Aaron and Sandra Bullock in The Blind Side The Blind Side Rated PG-13 for one scene involving brief violence, drug and sexual references."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:11:33 GMT"; arnews[0] += "
"; arnews[1]="Special teams help power Salem State hockey to season opening win
"; arnews[1] += "Despite falling behind early, the Salem State hockey team bounced back to win its season opener, 3-2 over UMass Dartmouth last night at the Rockett Arena."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:28:15 GMT"; arnews[1] += "
"; arnews[2]="Amy Wohl to Keynote CMG'09 Conference
"; arnews[2] += "The Computer Measurement Group , the IT professionals responsible for planning, measuring and managing the world's largest IT infrastructures, announced today that it has finalized its agenda for the 35th International Computer Measurement Group annual conference taking place taking place December 6-11 in Dallas, Texas at the Gaylord Texan."; arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Offense clicking in early going for Corsairs ice hockey
"; arnews[3] += "Playing in their home opener on Saturday night, UMass Dartmouth's hockey team showed they are going to be a force."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 07:13:00 GMT"; arnews[3] += "
"; arnews[4]="Preview of games
"; arnews[4] += "Trotwood-Madison vs. Cin. Turpin Division II, Region 8 When: 7:30 p.m. today Where: Viking Stadium Notable: Trotwood advanced with a 41-6 first-round defeat of Mount Healthy."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 11:07:14 GMT"; arnews[4] += "
"; arnews[5]="Area football playoff matchups: Regional semifinals
"; arnews[5] += "Trotwood-Madison vs. Cin. Turpin Division : II, Region 8 When : 7:30 p.m. today Where : Viking Stadium Notable : Trotwood advanced with a 41-6 first-round defeat of Mount Healthy."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 05:30:28 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("
");