// global setting for cilt hastaliklari -->

$(document).ready(function(){
// corners
	$('#member-box').corner("bottom 6px");
	$('.widget-sign-in').corner("bottom 6px");
//	$('#search-txt').corner("left 12px"); //ie bug for input filed cornering
	$('#site-nav a').corner("5px");
	$('#fcr-first a').corner("6px bl");
	$('#fcr-last a').corner("6px br");
	$('#teasers').corner("10px");
	$('.teaser-box').corner("6px");
	$('.teaser-box h3').corner("top 6px");

//colorbox
	$("a[rel^='lightbox']").colorbox({
		title: true,
	});

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

	$('.search-form').submit(function() {
		window.location.href = "/search/" + $('.search-form input:text').val();
		return false;
	});
// popup
	$(".pop-slide-show").popup({
		width: 820,
		height: 680,
		titlebar: true,
		status: false,
		resizable: false,
		toolbar: false,
		scrollbars: true,
		menubar: false
	});





}); 


$(function(){
//equal heights
	$('#c3').equalHeights();
	$('#m2').equalHeights();

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

});


