var J = jQuery.noConflict();
J(function() {	
    
    
    J(".social_bookmark li:last").attr("style","display: 0px");
	J(".commentForm label:last").attr("style","display: none");
	J(".loginbox label:last").attr("style","display: none");
    
   
    var blogContent = J(".recentposts").html();
        J("#blogFeed").html(blogContent);
        J("#blogFeed li:nth-child(1)").addClass("first_blog");
        J("#blogFeed li:nth-child(2)").addClass("second_blog");
    
    if ((J.browser.safari)) {
            J("#phuse_links ul li a:first").css("padding","20px 11px 0 12px");
        } 
    
   
 
    
});