$(document).ready(function(){$(".video_item").click(function(){$("#player").html($(this).find(".video_code").html())})});
