  $(document).ready(function() {

  // var playercopy = $('#player').clone();
  //  $('#player').remove();

     $('a#playvid').click(function() {
     	   
     });
    
     
     $('a.what').click(function() {
     	 $('span#arrow').animate({top: "15px"}, "normal");
     	$('#content').animate({height: "867px"}, "normal");
     	  $('#content').animate({left: "0px"}, "normal");
     	//  change video here
$('#dash1').append('<div id="player"><object width="515" height="315"><param name="movie" value="http://www.youtube.com/v/szF3AqwFubQ&hl=en&fs=1&showsearch=0&rel=0#t=00m01s"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed id="videoplayer" src="http://www.youtube.com/v/szF3AqwFubQ&hl=en&fs=1&showsearch=0&rel=0#t=00m01s" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="515" height="315"></embed></object></div>');
	   
     });
     
     $('a.quick').click(function() {
     	 $('span#arrow').animate({top: "66px"}, "normal");
     	   $('#content').animate({height: "1025px"}, "normal");
     	  $('#content').animate({left: "-825px"}, "normal");
     	  $('#player').remove();
     });
     
     
     $('a.queue').click(function() {
     	 $('span#arrow').animate({top: "117px"}, "normal");
     	$('#content').animate({height: "1075px"}, "normal");
     	  $('#content').animate({left: "-1650px"}, "normal");

      $('#player').remove()
     	  
     	   
     });
     
     $('a.more').click(function() {
     	 $('span#arrow').animate({top: "168px"}, "normal");
     	  $('#content').animate({height: "1075px"}, "normal");
     	  $('#content').animate({left: "-2475px"}, "normal");

      $('#player').remove()
     });
     
     
     
      $('a.contact').click(function() {
     	 $('span#arrow').animate({top: "219px"}, "normal");
     	 $('#content').animate({height: "543px"}, "normal");
     	  $('#content').animate({left: "-3300px"}, "normal");

     	  $('a#playvid').css({display: "block"});
     	   
     $('#player').remove()
     });
     
 

  $(function() {
	$(".dash a[rel] ").overlay({
	
	effect: 'apple',
	
	    expose: { 
        color: '#000', 
        loadSpeed: 250, 
        opacity: 0.8 
    }
	
	
	});
});
  
  });

