getTwitters('twitter', {
        id: 'fosron', 
        count: 1, 
        withFriends: true,
        enableLinks: true, 
        ignoreReplies: false,
        template: '<div id="bubblecont"><div id="bubble">%text%</div><p><i>%time% <a href="http://twitter.com/%user_screen_name%">per %source%</a></i></p></div><img id="foto" src="http://fosron.lt/wp-content/themes/shizzlemagizzle/images/2151101.png" width="80" height="80" alt="fosron"/>'
    });

    
function chcm(){
        var text = jQuery('#idc-commentcount_label').html();
        jQuery('#idc-commentcount_label').html(text.replace('Comments', 'Komentarai'));
        
        jQuery('#IDShareMenuPost a span').html('Įrašo');
        jQuery('#IDShareMenuBlog a span').html('Tinklaraščio');
        
        jQuery('#divIdcSharePost p:first').html('Prenumeruoti šio įrašo komentarus per:');
        jQuery('#divIdcShareBlog p:first').html('Prenumeruoti visus tinklaraščio komentarus per:');
        
        jQuery('.idc-first').remove();
        jQuery('.idc-foot').remove();
}
    
jQuery(document).ready(function() {
	jQuery('#site-title').click(
		function(){
			window.location='http://fosron.lt';
		}
	);
    
    setTimeout("chcm();",1000);
});