jQuery(document).ready(function(){
  $('#dada-email').attr({value: 'enter your email', style: 'color:#999;'});
  $('#dada-email').focus(function(){
  	if($(this).attr("value")=="enter you email") $(this).attr({value: '', style: 'color:#222;'});
  });
  $('#dada-email').blur(function(){
  	if($(this).attr("value")=="") $(this).attr({value: 'enter your email', style: 'color:#999;'});
  });
  
  
  $('.vimeo-room').attr('href','http://www.youtube.com/v/SYZcQXQSB28');
  $('.vimeo-minimize').attr('href','http://www.youtube.com/v/J3ISa0VGI1c');
  $('.vimeo-build').attr('href','http://www.youtube.com/v/Y8p7Zb5ohbQ');
});