‘ + timeAgo + ‘‘);
var mDate = new Date(this.dateText);
mDate = (mDate.setHours(mDate.getHours()));
this.dateText = mDate;
if (CSHELPERS.secondsSince(this.dateText) 0) {
this.custDate = false;
} else {
this.custDate = true;
$wn(‘#WNCol4 .displaySize .wnItem.feature .headline.abridged:eq(‘ + i + ‘)’).before(”);
}
}
});
$(‘#WNCol4 .displaySize .wnItem.feature .summary span’).ellipsis({
row : 2,
onlyFullWords: true
});
var text = $(‘#WNCol4 .displaySize .wnItem.feature .summary span’).text();
//equal(text.lastIndexOf(‘…’), text.length – 4);
}
$(document).ready(function() {
col4Story();
});