jQuery(document).ready(function() {
	
	/* Nice buttons */
	jQuery('div#social li a').bind('mouseover', function () {
		jQuery(this).stop().fadeTo(300, 1);
	}).bind ('mouseout', function () {
		jQuery(this).stop().fadeTo(300, 0.2);
	});
	
	window.setTimeout (function() {jQuery('#posterousbar_nojs').show();},100);
	
})
