
$(function() {
		
		
		
		
		
		//************** PRELOADER
		
		//resimlerin yüklenmesini bekle
		QueryLoader.onCompleted = function(){				
							
							//***********************************
							// INTRO ANIMATION
							$('#ben').delay(100).animate({
									left:70,
									opacity:1
								},800,'easeOutExpo' , function() {
										AddParticles(5);
										$('#sen').animate({
												left:135,
												opacity:1
											},700,'easeOutExpo' , function() {
													AddParticles(8);
													$('#o').animate({
															left:195,
															opacity:1
														},600,'easeOutCirc' , function() {
																$('#kedi img').fadeIn(2000, function() {
																			// bi sn bekle ve introdan ayrıl...
																		 	setTimeout("window.location = 'haberler.html'",1000)
																		});
															});
												});
									});
								//***********************************
							

						} //end completed

		QueryLoader.init();
		//************** PRELOADER END
		
		
		
		
		
		
			
			
			
			$('div#intro').click(function() {
					window.location = 'haberler.html';
				});
		
		
	})
