$(function() {
	// $("div.videos.list a").livequery('click', function() {
	// 	$.post('/videos/embed',{
	// 	 embed_url: $(this).attr('href')},
	// 	 function(data){
	// 	    $("#video_container").html(data);
	// 	});
	// 	return false;
	// });
});