// perform JavaScript after the document is scriptable. 
$j = jQuery.noConflict();



$j(function() { 
    // setup ul.tabs to work as tabs for each div directly under div.panes 
    $j("ul.tabs").tabs("div.panes > div");
});



