/**
 * @author molly.lin
 */

$(document).ready(function() {
		// Tabs
		$('#tabs').tabs();
});

