$(document).ready(function(){
    //hr.randHeaderImg();
    // Add Scroller Object
    $jScroller.add("#scroller_container","#scroller","up",2,true);
    // Start Autoscroller
    $jScroller.start();

    $("span.more").click(function() {
    $(this).css('display','none');
    $(this.parentNode).css('height','auto');
    });

    // run treeview
    $("#eus2").treeview();
});

