/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$j=jQuery.noConflict();

$j(document).ready(function(){
    if($j('html').attr('lang')=='ca'){
        if($j('#search-2').length){
            $j('#search-2 .widget-title').text('Cerca');
        }
        if($j('#recent-posts-2').length){
            $j('#recent-posts-2 .widget-title').text('Darreres notícies');
        }
        if($j('#archives-2').length){
            $j('#archives-2 .widget-title').text('Notícies més antigues');
        }
    }
})
