$(document).ready(function() {
  // simple example, using all default options
 	$('div.expandable p').expander(); 
});


$(document).ready(function(){
	$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});

