jQuery(document).ready(function(){
$("#nv li.subnav > a").click(function(){
    $("#nv li.subnav ul").hide();$("#nv #subnv").hide();$("#nv a").removeClass("focus");
    $(this).addClass("focus");
    $(this).next().animate({height:"show",opacity:"100"}, 100);
    $("#nv #subnv").animate({height:"show",opacity:"100"}, 100);
    return false;
    });;
$("div#logoParade").smoothDivScroll({autoScroll: "always", autoScrollDirection: "endlessloopright", autoScrollStep: 1, autoScrollInterval: 25});$("div#logoParade").bind("mouseover", function() {$(this).smoothDivScroll("stopAutoScroll");}).bind("mouseout", function() {$(this).smoothDivScroll("startAutoScroll");});;
 })
