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

$(document).ready( function() 
{

$("#lead").css("color","#24aedc");
$("#lead").css("fontSize","20px");
Cufon.replace('#lead', {fontFamily: 'interstate'});
Cufon.replace('.title_news', {fontFamily: 'interstate'});
Cufon.replace('.item-title', {fontFamily: 'interstate'});
Cufon.replace('.item-title-news', {fontFamily: 'interstate'});
Cufon.replace('.cufon_masakrates', {fontFamily: 'interstate'});

});
