$( function(){
	/* Youtube Movie
	----------------------------------------*/
	$('#movieMedia').click( function(){
		$(this).after('<iframe width="330" height="252" title="本＆CD買取コース" src="http://www.youtube.com/embed/gbj8bnK8C2A?autoplay=1" frameborder="0" allowfullscreen><hr /></iframe>');
		$(this).remove();
		return false;
	});
	$('#movieNoMedia').click( function(){
		$(this).after('<iframe width="330" height="252" title="ブランド＆総合買取コース" src="http://www.youtube.com/embed/xwhJGbIT2bY?autoplay=1" frameborder="0" allowfullscreen><hr /></iframe>');
		$(this).remove();
		return false;
	});
	
});
