$().ready(function(){
    $('#tabs').hide();
    $('#tabs').tabs();
    $('#tabs').show();

//	if (navigator.userAgent.indexOf("MSIE") >= 0) {
//		$('#space').hide();
//	}
});

