$().ready(function() {
	if(!$('#urgent').length) {
		$('.heroes').simpleslider({contentSource:'#rotation ul',showControls:true,showCaption:false});
	}
	
	$('.right_rotator').simpleslider({contentSource:'.bottom_rotation ul',showControls:false,showCaption:false});
});
