var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preview: 'Love' triumphs in New Brunswick
";
arnews[0] += "Love is in the air. If you look around at the Rutgers Theater Company, you'll find intrepid thespians tackling a tale of love, 18th-century style.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Painter of customized sneakers jumps in with both feet
";
arnews[1] += "It began with a pair of worn Pony sneakers. Joerod Collier of Riverview said the scuffed white leather was calling to him.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 11:50:18 GMT";
arnews[1] += "
";
arnews[2]="NFL Players Association Joins Justice Department Effort to Raise...
";
arnews[2] += "February 4, 2010 - The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:34:27 GMT";
arnews[2] += "
";
arnews[3]="How Will Josh Freeman Fare in the Future?
";
arnews[3] += "I did all the time, back in the day. If/when the annual goes up, let me know and I'll post something on it.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:53:21 GMT";
arnews[3] += "
";
arnews[4]="Office on Violence Against Women
";
arnews[4] += "The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 21:41:59 GMT";
arnews[4] += "
";
arnews[5]="Lone Oscar Winners: Where Are They Now?
";
arnews[5] += "As time has proven, an Oscar win doesn't always translate into Hollywood superstardom for the people who take home the statuette.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 10:50:43 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("