It's mostly Flash. You are correct in that jQuery is linked in the <head>
, but it seems to only do this:
if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 6){
wmodetype="transparent";
}
彼らのサイトの特定の部分のための何らかのブラウザ検出であるように見えます。そのスニペットを見てみると、この検出がFlashにも使用されていることに気づくでしょう。したがって、基本的にサイト全体がFlashです。