Cufon.replace('.blogname h1', { fontFamily: 'Rockwell Std' });
Cufon.replace('h2.rechead , .sidebar-box h3, .barone h2 ', { fontFamily: 'Rockwell Light' });
Cufon.replace('.pagetitle,#authorbox h3, #respond h3, #comnums h3 ', { fontFamily: 'Myriad Pro' });

jQuery(document).ready(function() {
  	jQuery(".droper").hover( 
    function () {
      jQuery(".down", this).slideDown('fast');
    },
    function () {
      jQuery(".down", this).slideUp('fast');
    }
  );
	});

