DD_roundies.addRule('.round', 5, true);
$( document ).ready( function ( $ ) {
	// Add first and last menu item classes
	$('#headerbottom ul li:last-child').addClass('noborder');
});


$( document ).ready( function ( $ ) {
	// Add first and last menu item classes
	$('#headerbottom ul li ul li:last-child').removeClass('noborder');
});


$(document).ready(function() {
	$('ul.sf-menu').superfish();
});


<!--jQuery Tab Rotation -->
$(document).ready(function(){
	$("#tabs").tabs({ fx: { opacity: 'toggle' } });
});


<!--jQuery Opacity Effect -->
$(document).ready(function() {
	$('#socialnetworkright ul li a img').each(function() {
		$(this).hover(function() {
			$(this).stop().animate({ opacity: 0.5 }, 500);
		},
	   function() {
		   $(this).stop().animate({ opacity: 1.0 }, 500);
	   });
	});
});


<!--jQuery Rotating List -->
$(document).ready(function() {
	if (rotatingList) {
		// rotate list every 5 seconds and display the controls
		rotatingList.init(".rotatingList-1 ul li", 5000, {menu:".rotatingList-1"});
		rotatingList.init(".rotatingList-2 ul li", 7000, {menu:".rotatingList-2"});
	}
});
