$(function(){
    
//    var news_articles = $('.VerticalNavigationNews ul');
//    if(news_articles.length > 1) {
//        $(news_articles).each(function(){
//            $(this).children().each(function(index){
//                if (index >= 3) {
//                    $(this).hide();
//                }
//            });
//        });
//        
//        $(news_articles).append('<li><a name="ReadMoreButton" style="cursor:pointer;">View More...</a></li>');
//        
//        $("a[name='ReadMoreButton']").click(function(){
//            $(this).parent().siblings(':hidden').slideDown('slow');
//            $(this).hide();
//        });
//    }

});