$(document).ready(function(){
		$('#parallax .parallax-layer').parallax();
		$('#close').click(function  (event) {
			event.preventDefault();
			$('#ad-popup').fadeOut();
		});
		$('#single').click(function  (event) {
			event.preventDefault();
			closepopup();
			$('#text-popup').fadeIn();
		});
		$('.close-popup').click(function  (event) {
			event.preventDefault();
			$('.popup').fadeOut();
		});
		$('#movie').click(function  (event) {
			event.preventDefault();
			closepopup();
			$('#video-popup').fadeIn();
		});
		function closepopup () {
			$('.popup').fadeOut();
		}
		$('#player').ttwMusicPlayer(myPlaylist, {});
	// Using our tweetAction plugin. For a complete list with supported
	// parameters, refer to http://dev.twitter.com/pages/intents#tweet-intent
	$('#fb').fbAction({
		},function(){
			window.location.href = 'to_download/anklav_all_just_began.zip'
	});
	$('#lj').ljAction({
		},function(){
			window.location.href = 'to_download/anklav_all_just_began.zip'
	});
	$('#vk').vkAction({
	},function(){
		window.location.href = 'to_download/anklav_all_just_began.zip'
	});
	
	$('#ajax').click(function  () {
		$('#footer-news-link').load('index.php #footer-news-link p');
	});
	
});
