/*
$(document).ready(function()  { 
$("#searchbox").corner();
	});


$(document).ready(function()  { 
	$(".forumPaster").livequery(function(){ 
			$(this).hide();
	});
	$(".ForumPasteButton:button").livequery('click', function(event) { 
			$(".forumPaster").toggle();
		});
});


$(document).ready(function()  { 
		$(".forumPaster").hide();
	});	
		
$(document).ready(function()  { 
$( ".forumPaster" ).each(function(){
		$(this).bind("click",function(){
			$(".forumPaster").toggle();
		});
	});			
});
*/
$(document).ready(function()  { 
	//$('.tablesorter').addClass('tablealt');
	$(".draftlist").livequery(function(){ 
			$(this).tablesorter({
		     
		    headers: {
			1: {sorter: false}
		    }    	
	      });	    
	});
});





	
	




