var curvyCornersVerbose = true;

$(function(){
	$.superbox();
});


$(document).ready(function(){
var newsoption1 = {
firstname: "mynews",
secondname: "showhere",
thirdname:"news_display",
fourthname:"news_button",
playingtitle:"Now Playing:",
nexttitle:"Next News:",
prevtitle:"Prev News:",
newsspeed:'8000',
effectis:'1',
mouseover:true,
newscountname:"test",
disablenewscount:false
}
$.init_news(newsoption1);
});

	$(function() {
		// set opacity to nill on page load
		$("ul#menu span").css("opacity","0");
		// on mouse over
		$("ul#menu span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "slow");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "slow");
		});
	});
		$(function() {
		// set opacity to nill on page load
		$("ul#tum-haberler span").css("opacity","0");
		// on mouse over
		$("ul#tum-haberler span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});
		$(function() {
		// set opacity to nill on page load
		$("ul#tum-referanslar span").css("opacity","0");
		// on mouse over
		$("ul#tum-referanslar span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});
		$(function() {
		// set opacity to nill on page load
		$("ul#menu-bireysel span").css("opacity","0");
		// on mouse over
		$("ul#menu-bireysel span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});
	$(function() {
		// set opacity to nill on page load
		$("ul#program span").css("opacity","0");
		// on mouse over
		$("ul#program span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});
	
		$(function() {
		// set opacity to nill on page load
		$("ul#kurumsal-teklif span").css("opacity","0");
		// on mouse over
		$("ul#kurumsal-teklif span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});

		$(function() {
		// set opacity to nill on page load
		$(".takvimBox").css("opacity","1");
		// on mouse over
		$(".takvimBox").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 0.9
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		});
	});
		
	$(function() {
		// set opacity to nill on page load
		$("ul#tum-egitimler span").css("opacity","0");
		// on mouse over
		$("ul#tum-egitimler span").hover(function () {
			// animate opacity to full
			$(this).stop().animate({
				opacity: 1
			}, "medium");
		},
		
		// on mouse out
		function () {
			// animate opacity to nill
			$(this).stop().animate({
				opacity: 0
			}, "medium");
		});
	});
