$(document).ready(function() {
    /* nav */
    $("#navcontainer ul").superfish({ 
        delay:          100,
        //animation:   {opacity:'show',height:'show'},
        speed:          "fast",
        autoArrows:     false,
        dropShadows:    true,
        disableHI:      true
    });
	/* tableruler */
	$(".statstable tr").hover(
		function(){
			$(this).addClass("row-over");
		},
		function(){
			$(this).removeClass("row-over");
		}
	);
});
sgi_ord=Math.random()*10000000000000000;
sgi_tile=1;
