$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
	if($.browser.msie) {
		$('.issue').cycle({ 
			fx:      'custom', 
			cssBefore:{  
				display: 'none' 
			},
			animIn: {  
        			display: 'block'
			}, 
			animOut: {  
				display: 'none'
			}, 
			delay: 0
		});
	} else {
		$('.issue').cycle();
	}
	
	$('.nav-home, #logo').mouseover(function(){
		$.sound.play("sounds/homey.mp3",{timeout:4000});
	});
	
	$('.nav-about').mouseover(function() {
		$.sound.play("sounds/aboutthedvd.mp3",{timeout:4000});
	});
	
	$('.nav-cast').mouseover(function() {
		$.sound.play("sounds/castandcrew.mp3",{timeout:4000});
	});
	
	$('.nav-trailer').mouseover(function() {
		$.sound.play("sounds/trailer.mp3",{timeout:4000});
	});
	
	$('.nav-gallery').mouseover(function() {
		$.sound.play("sounds/gallery.mp3",{timeout:4000});
	});
	
	$('.nav-own').mouseover(function() {
		$.sound.play("sounds/ownit.mp3",{timeout:4000});
	});
	
	$('.nav-promos').mouseover(function() {
		$.sound.play("sounds/promotion.mp3",{timeout:4000});
	});
	
	$('.nav-contact').mouseover(function() {
		$.sound.play("sounds/contact.mp3",{timeout:4000});
	});
	
	$('.mesh').mouseover(function() {
		$.sound.play("sounds/MESH.mp3",{timeout:4000});
	});
	
	$('#cutout a').mouseover(function() {
		$.sound.play("sounds/clickhere.mp3",{timeout:4000});
	});
	
	$('.tumblr').mouseover(function() {
		$.sound.play("sounds/tumbler.mp3",{timeout:4000});
	});
	
	$('.twitter').mouseover(function() {
		$.sound.play("sounds/twitter.mp3",{timeout:4000});
	});
	
	$('.fb').mouseover(function() {
		$.sound.play("sounds/facebook.mp3",{timeout:4000});
	});
	
	$('.youtube').mouseover(function() {
		$.sound.play("sounds/youtube.mp3",{timeout:4000});
	});
	
});
