Latest posts

Follow us for updates by our Cadet Correspondents.

[custom-facebook-feed num=12 cols=4]

[custom-facebook-feed num=10 cols=3 colsmobile=2]

[custom-facebook-feed num=6]

/* Bold the first paragraph of each post */
$(‘.cff-text’).each(function(){
var textarr = $(this).html().split(‘
‘),
firstline = textarr[0],
newText = ”;
textarr.shift();

for (var i = 0; i < textarr.length; i++) {
newText += '
‘ + textarr[i];
}
$(this).html( ‘‘+firstline+’‘+newText.toString() );
});