');
// //
' + txtContinue + '
// //
' + content + '
// //
//}
//else {
// $('#PressReleasesHomePageUL').append('

' + date + " " + title + '
');
// //
' + txtContinue + '
//}
//$('#PressReleasesHomePageUL').append('
');
// $('#PressReleasesHomePageUL').append('

' + date + " " + title + '
');
$('#PressReleasesHomePageUL').append('
');
});
}
});
function getSubstring(str, maxLength) {
str = $($.parseHTML(str)).text();
if (str.length > maxLength) {
str = str.substr(0, maxLength) + "...";
}
return str;
}