$(document).ready(function()
{ 
	$(function()
	{
		$("#tabs").tabs();
	});	
});

