SyntaxFix
Write A Post
Hire A Developer
Questions
If you pass jQuery a function, it will not run until the page has loaded:
<script type="text/javascript"> $(function() { //your header rotation code goes here }); </script>