$(document).ready(function(){ 
//Show/Hide Comments
	//$('#disqus_thread').hide();
	$('h3').click( function() {
		$('#disqus_thread').slideToggle("slow");
		return false;
	});
//Tweets
	/*
$('#tweetListings').relatedTweets({
         debug:true
         ,from_users:'mark_n'
         ,status:1
         ,realtime:1
         ,n:10
         ,show_avatar:0
         ,show_author:0
         ,show_source:0
	});
*/
	
});