Firebug is reporting that
$ is not defined [Break On This Error] $(function(){
I have a simple index.php page that does a php include to include the contents I
Add this before your script tag. It uses google's CDN.
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Are you including jQuery at the top of your script?
Did you include the jQuery library?