(function($) {
	$(function(){
		$(window).load(function() {
			if ($('#tabs').length > 0) {
				$('#tabs').tabs();
			}
		});
	})
})(jQuery);
