Community News Editor / Librarian
Jeannie Maschino is community news editor and librarian for The Berkshire Eagle. She has worked for the newspaper in various capacities since 1982 and joined the newsroom in 1989. She can be reached at jmaschino@berkshireeagle.com.
';
if ($(content).html() == "") {
row = '';
}
return row;
};
if (typeof oResponse.next_url == 'undefined') {
// URL supplied is no good. Revert to original URL
sNextUrl = sOriginURL;
} else {
sNextUrl = scrubURL(oResponse.next_url);
}
// Manage response
if (typeof oResponse.assets != 'undefined' && oResponse.assets.length > 0) {
// Remove old more data
$("#infinite-more").remove();
// Build infinity set
$.each(oResponse.assets, function(index) {
if (index == 1 && sOriginID == null) {
sOriginID = oResponse.assets[0].id;