$(function(){
$("#marquee").load("marquee.html");
$(".left_dragonlance").load("left_dragonlance.html");
$(".left_fprgotten").load("left_fprgotten.html");
$(".left_grayhawk").load("left_grayhawk.html");
$(".left_otherfantasy").load("left_otherfantasy.html");

    $("ul#header_menu li ul").hide();
    $("ul#header_menu li").hover(function(){
            $("ul:not(:animated)",this).slideDown("fast")
        },
        function(){
            $("ul",this).slideUp("fast");
    })

});



