var disqus_shortname=forum;
var COMENTARIOS_DISQUS = {};

COMENTARIOS_DISQUS.obtenerComentarios = function() {
	if (typeof(disqus_shortname) != 'undefined') {
		(function() {
			var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
			dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
			(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
		})();
	}
}

COMENTARIOS_DISQUS.obtenerNumeroComentarios = function() {
	DISQUSWIDGETS = {};

	DISQUSWIDGETS.displayCount = function(datos) {
		var texto = 'Comentarios';
		if(datos.counts[0].comments == 1) {
			texto = 'Comentario';
		}
		$('.anclaopina').html('<span id="num-comentarios" class="art_ch5_comentarios">' + datos.counts[0].comments + '</span>' + texto);
	}

	if (typeof(disqus_shortname) != 'undefined' && typeof(disqus_identifier) != 'undefined') {
		$.getScript('http://' + disqus_shortname + '.disqus.com/count.js?q=1&0=1,' + disqus_identifier, function(data) {
		});
	}
}

COMENTARIOS_DISQUS.obtenerNumeroComentariosPortada = function() {
	//alert($('[data-disqus-identifier]').size());
	if (typeof(disqus_shortname) != 'undefined') {
		(function () {
			var s = document.createElement('script'); s.async = true;
			s.type = 'text/javascript';
			s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
			(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
		}());
	}
}
