/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'sdscomic'; // required: replace example with your forum shortname

// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'sdscomic';
var disqus_url = 'http://sds.lgm.cl/';
var mycomicid = document.title.replace(/^.*#([0-9]+):.*$/, '$1');
if(mycomicid) {
	disqus_identifier += '' + mycomicid;
	disqus_url += 'es/' + mycomicid + '.html';
}
/* * * DON'T EDIT BELOW THIS LINE * * */
(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);
})();

