$(document).ready(function() {
   $('#accord').find('div').hide().end().find('h4').click(function() {
     $(this).next().slideToggle();
   });

	 $('#revealButton').find('ul').hide().end().find('.showme').click(function() {
     $(this).next().slideToggle();
   });
	
	/*$('#revealButton').find('ul').hide().end().find('h5').click(function() {
     $(this).next().slideToggle();
   });*/

	});
	
	
	$(document).ready(function(){
		$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
	});
	
	   $(document).ready(function() {
    $('.email-1').dcSpamless();
});
