Load external html file after 10sec in a div

Load external html file after 10sec in a div

Hello,

how is it possible to use the load function after 10sec to load a external file ?
I googled for the delay(10000) option but be not able to include it into my script:

$(document).ready(function(){

    $("div#menu").load("flashmenulinks.html");

});

Thanks for help

Christian