$(document).ready(function() {
	
	GCore.Init();
	
	$('.tabs').wrap('<div/>').parent().tabs();
	
});