$(document).ready(function() {

	
	if($("#tabs") != null)
	{
		$("#tabs").tabs();	
	}
	
});

