$(document).ready(function(){
	$('#tabs').tabs({
		fx: { opacity: 'toggle' }	
	});
	$('#regis').click(function() {
		window.location = 'http://www.shrm.org/Conferences/annual/Pages/register.aspx';
	});
	$('.ui-corner-top').corner('top 10px');
});
