	
$(function(){
	
	// container is the DOM element;
	// userText is the textbox
	
	var container = $("#container");
	// Shuffle the contents of container
	container.shuffleLetters();
		
});
/*setTimeout(function(){
	
	$('#foto').click(function(){
				$('#foto').stop().animate({'marginTop':'-1472px'},600);
		});
		
	
});*/

setTimeout(function(){
		
		// Shuffle the container with custom text
		$("#foto").fadeIn();
		
	},3000);
	
setTimeout(function(){
		
		// Shuffle the container with custom text
		$("#slogan").fadeIn();
		
	},4000);
//		
///*	$('#foto').hover(function(){
//				$('#cevir').fadeIn();200
//		},function(){$('#cevir').stop.fadeOut();300});*/
//	$('#foto').click(function(){
//				$('#govde').stop().animate({'marginTop':'-566px'},600);
//			});
//	$('#icindekiler1').click(function(){
//				$('#govde').stop().animate({'marginTop':'-1366px'},600);
//			});
//	$('#icindekiler2').click(function(){
//				$('#govde').stop().animate({'marginTop':'-566px'},600);
//			});
//	$('#icen').click(function(){
//				$('#govde').stop().animate({'marginTop':'-2106px'},600);
//			});
//	$('#cok').click(function(){
//				$('#f1').stop().animate({'bottom':'576px'},400);
//			});
//	$('#k1').click(function(){
//				$('#f1').stop().animate({'bottom':'-256px'},400);
//			});
//	$('#pig').click(function(){
//				$('#f12').stop().animate({'bottom':'1446px'},400);
//			});
//	$('#k2').click(function(){
//				$('#f12').stop().animate({'bottom':'-256px'},400);
//			});
