
//Notes - If we could give a class of 'NoStyle' to every div that people write in
//Notes - Style AdminComment

jQuery(document).ready(function() {


//Notes - Home news and events limiter
jQuery("#NewsFeed li:gt(0),#HomeEvents li:gt(2)").hide();

});

