	jQuery(function() {
    jQuery("#highscore").tabs()

    // Objects available in the function context:
    //ui.tab     // anchor element of the selected (clicked) tab
    //ui.panel   // element, that contains the selected/clicked tab contents
    //ui.index   // zero-based index of the selected (clicked) tab
});
/*jQuery(document).ready(function() {
	    jQuery(".toggle").click(function () {
	        jQuery(this).next("div").slideToggle("fast");
	    });
	});*/