// global setting for cilt hastaliklari -->

$(function(){ $('#m2').equalHeights(); });

$(function(){
//List Nav
	$('#topicList').listnav({ 
		initLetter: 'a',
		noMatchText: 'There are no matching entries.' 
	});

});

$(document).ready(function(){

// corners
	$('#signin-box').corner("bottom 6px");
	$('#search-txt').corner("left 8px");
	$('#site-nav').corner("bottom 6px");
	$('#teasers').corner("10px");
	$('.teaser-box').corner("6px");
	$('.teaser-box h3').corner("top 6px");

//feattured content rotator
	$.featureList(
		$("#tabs li"),
		$("#output li"), {
//		start_item	: 1
	});

	$(".pop-slide-show").popup({
		width: 820,
		height: 680,
		titlebar: true,
		status: false,
		resizable: false,
		toolbar: false,
		scrollbars: true,
		menubar: false
	});


}); 
