
$(document).ready(function(){
    //move tab html structure to new position, clear old and then initialise!
    $(".yui-b:first").append(jQuery("#holding_cell").html()); 
    $("#holding_cell").html(""); 
    $("#ups_datablock > ul").tabs(); 
	$("#ups_datablock ul").show();
});



