var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Going back to basics, whether you camped or climbed - NJBIZ
";
arnews[0] += "Danny Wood , president of Danny Wood Enterprises, LLC, in Rutherford, is a licensee of the Sandler Training and an eight-time recipient of the Platinum Award for sales excellence. He can be reached at Dwood@Sandler.com or (201) 842-0055.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:14:00 GMT";
arnews[0] += "
";
arnews[1]="IceDiggers deal Timar, McCusker - Alpena News
";
arnews[1] += "The Alpena IceDiggers are in a fight for their playoff lives, trying to make up a 13-point deficit behind fourth place Motor City with 20 games to play. But if the IceDiggers are to make the postseason for the fourth consecutive year, they'll have to ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 02:37:00 GMT";
arnews[1] += "
";
totcount = 2;
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("