$(function() {

    $(".resource_link:first").attr("style", "margin-right: 25px;");
    $("textarea").attr("style", "");
    
    var blogContent = $(".blogFeed").html();
    $("#blogFeed").html(blogContent);
    $("#blogFeed li:nth-child(1)").addClass("first_blog");
    $("#blogFeed li:last").css("border","none");
    
    var urlnav = window.location;
    $("#navigation div .Phuse_SiteMap_UL .Phuse_SiteMap_LI a[href$="+urlnav+"]").parent().addClass("active_tab");
      
  });