	window.disqus_no_style = true;
	var disqus_url, disqus_container_id = 'disqus-comments';

	var disqus_callback = function() {
		document.getElementById('dsq-loading').innerHTML = '';
	}
	
	function showComments(link){
		//change any existing "disqus-comments" ids back to a number
		var currentComment = document.getElementById("disqus-comments");
		if (currentComment != null){ 
			//alert(currentComment.innerHTML);
			currentComment.innerHTML = "";
			currentComment.id = currentComment.className;
			//alert(currentComment.id);
		}
		
		var div = document.getElementById(link.className);
		//alert(div.className); 
		//change disqus-comments id
		div.id="disqus-comments";
		
		return loadInline(link);
	}
