I am trying to get more than one category running, but I can only get one category going here is the code in the define pages in the admin area:

<script type="text/javascript">
$(document).ready(function() {
$('#slider1').s3Slider({
timeOut: 4000
});
});
</script>
<div id="slider1">
<ul id="slider1Content">
<?php
//featured category ,define your parameters here
define('FEATURED_CAT','23');

?>
<?php require('define_get_featured_cat.php'); ?>
<div class="clear slider1Image"></div>
</ul>
</div>