.load function suddenly not working

On this page i’m using a normal load function:


<script type="text/javascript">
$(document).ready(function(){
  $(".result").load( "sales.html" );	
});
</script>

but for some reason is it it not loading sales.html while the page does exist. What am i doing wrong?

Edit: It is suddenly working! sorry