$(document).ready(function() {
	//Your Custom JS Code Goes Here
	$("#tab-container .tabs").tabs();
});

