$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-the-most-beautiful-names > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-marhaba > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-ahl-al-bayt > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-take-my-hand > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-faslon-ko-takalluf > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-the-sound-of-tears > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-allahu > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#c-the-quest > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});


