$(document).ready(function() {
	$("#tabs").tabs({ selected: 1 });
	$("#tabs2").tabs();
});
