$(function(){

				// Tabs
				$('#tabs').tabs();
				
				// Tabs-rep
				$('#tabs-rep').tabs();
				
				// Tabs-rep2
				$('#tabs-rep2').tabs();
				
				// Tabs-login
				$('#tabs-login').tabs();
				
				// Tabs-footer
				$('#tabs-footer').tabs();
});