I put this in my head, there is no other jquery stuff in there.
Can anyone suggest why this is not working. my page is here - www.haelu.co.nf
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/motyar/firefly/master/jquery-firefly-0.2.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.firefly({
images : ['http://www.itsfirefly.com/images/fly1by1.png','http://www.itsfirefly.com/images/fly2by2.png'], //Fly images
total : 165, //number of flies
on: '#header' //id of div
});
});
</script>