$(document).ready(function() {
	$('#tabbedcontent > ul').tabs({ fx: { height: 'stop', opacity: 'stop' } });
});
$(document).ready(function() {
	$('#tabbedcontent2 > ul').tabs({ fx: { height: 'stop', opacity: 'stop' } });
});
$(document).ready(function() {
	$('#seochecker > ul').tabs({ fx: { height: 'stop', opacity: 'stop' } });
});

