﻿$(function() {
	$("#ust_menum").lavaLamp({
		fx: "easeInOutQuint",
		speed: 300,
		click: function(event, menuItem) {
		}
	});
	$("#ust_menum li a").hover(function() {
		var eno = $(this).parent().index() *40;
		$('#ust_cetvel').stop().animate({backgroundPosition: "("+eno+"px bottom"}, {duration: 500});
	});
	$('.sol_logolar img').hover(function()
	{  
		var parlama = $(this).next();
		parlama.clearQueue().stop().show().animate({left: '204px'},400, function() { parlama.css('left', '-55px'); }  )
	});

	$('#ust_plaka').stop().css({backgroundPosition: '0px -184px'}).animate({backgroundPosition: "(0px 0px)"},{duration: 700, easing: "easeOutBounce", complete: function() { $('#erolmetal_logo').fadeIn(750, "linear", function() {$('#ust_cetvel').animate({backgroundPosition: "0px bottom"},{duration: 3500, easing: "easeOutBounce"});}             ); }  });
	$('#solg, #sagg').stop().animate({height:  '527px'},{duration: 9000});
	
	$('#erolmetal_logo img').click(function() {
		$('#ust_plaka').stop().animate({backgroundPosition: "(0px 0px)"},{duration: 900, easing: "easeOutBounce"});
	});
	
	$('#erol_sol div.sol_logolar').each(function() {
			var logom = $(this);
			logom.click(function() {
					var icerik = $('#erol_sag_icerik');
					var sayfaURL = logom.find('img').attr('rel');
					if (icerik.attr('rel') == sayfaURL) return;
															logom.siblings('.sol_logolar').animate({marginRight: '18px'}, 500);
															logom.stop().animate({marginRight: '40px'}, 500, 'easeOutBounce');
					//icerik.css('left', '-700px');

					//var tsTimeStamp= new Date().getTime();
					$.ajax({
						url: sayfaURL,
						success: function(gelen) {
							icerik.stop().animate({left: '740px'}, 500, function() {
							icerik.css('left', '-700px');
							icerik.attr('rel', sayfaURL);
							icerik.html(gelen);
							icerik.animate({left: '0px'}, 500);
							$("a[rel=colorb]").lightBox();
						});
					}});
					

			});
		
	});	
		
});
