[jQuery] document fadein cancels other jquery effects
so i have this scroller on my homepage, you click the arrow, new image
fades in
i then add a general page fade in and it cancels my other one
here is the script that makes it not work
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function () {
$('#cont').fadeIn(800);
});
});
</script>
site is www.eveo.org
this is how it looks when i dont comment the script out:
www.eveo.org/fail.html