	 $(document).ready(function(){
        $('.widget-ticker-noticias').widgetBarraPlantao({
            url: '',
			/*url: 'http://globoesporte.globo.com/dynamo/ticker/5/noticias.jsonp',*/
            delayAtualizacao: 60000
        });

        // Facebook
        if (typeof(FB) != 'undefined') {
            FB.init({
                appId  : '199399086748400',
                status : true, // check login status
                cookie : true, // enable cookies to allow the server to access the session
                secret : '82feec204638aa11461f2dab765ccd46',
                xfbml  : true  // parse XFBML
            });
        }
    });
